Commit cb2e9ad2 authored by github-actions[bot]'s avatar github-actions[bot] Committed by GitHub

Version Packages (#859)

Co-authored-by: default avatargithub-actions[bot] <github-actions[bot]@users.noreply.github.com>
parent e28cec75
---
'@eth-optimism/l2geth': patch
---
Fixes a bug in L2geth that causes it to skip the first deposit if there have been no deposits batch-submitted yet
---
'@eth-optimism/data-transport-layer': patch
---
Fixes a bug where L2 synced transactions were not RLP encoded
---
'@eth-optimism/core-utils': patch
'@eth-optimism/data-transport-layer': patch
'@eth-optimism/message-relayer': patch
---
Migrate bcfg interface to core-utils
---
'@eth-optimism/batch-submitter': patch
---
Add impersonate account debug config.
---
'@eth-optimism/batch-submitter': patch
'@eth-optimism/common-ts': patch
---
add metrics server to common-ts and batch submitter
---
'@eth-optimism/contracts': patch
---
Updated package json with a missing dependency
---
'@eth-optimism/l2geth': patch
---
Allow for dynamically set configuration of the gasLimit in the contracts by setting the storage slot at runtime
---
'@eth-optimism/batch-submitter': patch
'@eth-optimism/data-transport-layer': patch
'@eth-optimism/message-relayer': patch
---
Explicitly log error messages so that they do not show as empty objects
---
'@eth-optimism/batch-submitter': patch
---
Updates the configuration to use bcfg in a backwards compatible way
---
'@eth-optimism/l2geth': patch
---
Updates `scripts/start.sh` with the mainnet config by default
---
'@eth-optimism/batch-submitter': patch
---
Make BLOCK_OFFSET configurable.
# Changelog # Changelog
## 0.3.2
### Patch Changes
- 20242af: Fixes a bug in L2geth that causes it to skip the first deposit if there have been no deposits batch-submitted yet
- cf3cfe4: Allow for dynamically set configuration of the gasLimit in the contracts by setting the storage slot at runtime
- de5e3dc: Updates `scripts/start.sh` with the mainnet config by default
## 0.3.1 ## 0.3.1
### Patch Changes ### Patch Changes
......
{ {
"name": "@eth-optimism/l2geth", "name": "@eth-optimism/l2geth",
"version": "0.3.1", "version": "0.3.2",
"private": true, "private": true,
"devDependencies": {} "devDependencies": {}
} }
# Changelog # Changelog
## 0.3.1
### Patch Changes
- c79dc8b: Add impersonate account debug config.
- 0c16805: add metrics server to common-ts and batch submitter
- fa4898a: Explicitly log error messages so that they do not show as empty objects
- 96a586e: Updates the configuration to use bcfg in a backwards compatible way
- c79dc8b: Make BLOCK_OFFSET configurable.
- Updated dependencies [96a586e]
- Updated dependencies [0c16805]
- Updated dependencies [775118a]
- @eth-optimism/core-utils@0.4.3
- @eth-optimism/common-ts@0.1.2
- @eth-optimism/contracts@0.3.1
## 0.3.0 ## 0.3.0
### Minor Changes ### Minor Changes
......
{ {
"name": "@eth-optimism/batch-submitter", "name": "@eth-optimism/batch-submitter",
"version": "0.3.0", "version": "0.3.1",
"private": true, "private": true,
"description": "[Optimism] Batch submission for sequencer & aggregators", "description": "[Optimism] Batch submission for sequencer & aggregators",
"main": "dist/index", "main": "dist/index",
...@@ -31,9 +31,9 @@ ...@@ -31,9 +31,9 @@
"url": "https://github.com/ethereum-optimism/optimism-monorepo.git" "url": "https://github.com/ethereum-optimism/optimism-monorepo.git"
}, },
"dependencies": { "dependencies": {
"@eth-optimism/common-ts": "^0.1.1", "@eth-optimism/common-ts": "^0.1.2",
"@eth-optimism/contracts": "^0.3.0", "@eth-optimism/contracts": "^0.3.1",
"@eth-optimism/core-utils": "^0.4.2", "@eth-optimism/core-utils": "^0.4.3",
"@eth-optimism/ynatm": "^0.2.2", "@eth-optimism/ynatm": "^0.2.2",
"@ethersproject/abstract-provider": "^5.0.5", "@ethersproject/abstract-provider": "^5.0.5",
"@ethersproject/providers": "^5.0.14", "@ethersproject/providers": "^5.0.14",
......
# @eth-optimism/common-ts # @eth-optimism/common-ts
## 0.1.2
### Patch Changes
- 0c16805: add metrics server to common-ts and batch submitter
## 0.1.1 ## 0.1.1
### Patch Changes ### Patch Changes
......
{ {
"name": "@eth-optimism/common-ts", "name": "@eth-optimism/common-ts",
"version": "0.1.1", "version": "0.1.2",
"main": "dist/index", "main": "dist/index",
"files": [ "files": [
"dist/*" "dist/*"
......
# Changelog # Changelog
## 0.3.1
### Patch Changes
- 775118a: Updated package json with a missing dependency
- Updated dependencies [96a586e]
- @eth-optimism/core-utils@0.4.3
## 0.3.0 ## 0.3.0
### Minor Changes ### Minor Changes
......
{ {
"name": "@eth-optimism/contracts", "name": "@eth-optimism/contracts",
"version": "0.3.0", "version": "0.3.1",
"main": "dist/index", "main": "dist/index",
"files": [ "files": [
"dist/**/*.js", "dist/**/*.js",
...@@ -47,7 +47,7 @@ ...@@ -47,7 +47,7 @@
"generate-markdown": "node scripts/generate-markdown.js" "generate-markdown": "node scripts/generate-markdown.js"
}, },
"dependencies": { "dependencies": {
"@eth-optimism/core-utils": "^0.4.2", "@eth-optimism/core-utils": "^0.4.3",
"@ethersproject/abstract-provider": "^5.0.8", "@ethersproject/abstract-provider": "^5.0.8",
"@ethersproject/abstract-signer": "^5.1.0", "@ethersproject/abstract-signer": "^5.1.0",
"@ethersproject/contracts": "^5.0.5", "@ethersproject/contracts": "^5.0.5",
......
# @eth-optimism/core-utils # @eth-optimism/core-utils
## 0.4.3
### Patch Changes
- 96a586e: Migrate bcfg interface to core-utils
## 0.4.2 ## 0.4.2
### Patch Changes ### Patch Changes
......
{ {
"name": "@eth-optimism/core-utils", "name": "@eth-optimism/core-utils",
"version": "0.4.2", "version": "0.4.3",
"main": "dist/index", "main": "dist/index",
"files": [ "files": [
"dist/*" "dist/*"
......
# data transport layer # data transport layer
## 0.3.1
### Patch Changes
- e28cec7: Fixes a bug where L2 synced transactions were not RLP encoded
- 96a586e: Migrate bcfg interface to core-utils
- fa4898a: Explicitly log error messages so that they do not show as empty objects
- Updated dependencies [96a586e]
- Updated dependencies [0c16805]
- Updated dependencies [775118a]
- @eth-optimism/core-utils@0.4.3
- @eth-optimism/common-ts@0.1.2
- @eth-optimism/contracts@0.3.1
## 0.3.0 ## 0.3.0
### Minor Changes ### Minor Changes
......
{ {
"name": "@eth-optimism/data-transport-layer", "name": "@eth-optimism/data-transport-layer",
"version": "0.3.0", "version": "0.3.1",
"private": true, "private": true,
"main": "dist/index", "main": "dist/index",
"files": [ "files": [
...@@ -21,9 +21,9 @@ ...@@ -21,9 +21,9 @@
"build": "tsc -p tsconfig.build.json" "build": "tsc -p tsconfig.build.json"
}, },
"dependencies": { "dependencies": {
"@eth-optimism/common-ts": "^0.1.1", "@eth-optimism/common-ts": "^0.1.2",
"@eth-optimism/contracts": "^0.3.0", "@eth-optimism/contracts": "^0.3.1",
"@eth-optimism/core-utils": "^0.4.2", "@eth-optimism/core-utils": "^0.4.3",
"@ethersproject/providers": "^5.0.21", "@ethersproject/providers": "^5.0.21",
"@ethersproject/transactions": "^5.0.21", "@ethersproject/transactions": "^5.0.21",
"@sentry/node": "^6.3.1", "@sentry/node": "^6.3.1",
......
# @eth-optimism/message-relayer # @eth-optimism/message-relayer
## 0.1.2
### Patch Changes
- 96a586e: Migrate bcfg interface to core-utils
- fa4898a: Explicitly log error messages so that they do not show as empty objects
- Updated dependencies [96a586e]
- Updated dependencies [0c16805]
- Updated dependencies [775118a]
- @eth-optimism/core-utils@0.4.3
- @eth-optimism/common-ts@0.1.2
- @eth-optimism/contracts@0.3.1
## 0.1.1 ## 0.1.1
### Patch Changes ### Patch Changes
......
{ {
"name": "@eth-optimism/message-relayer", "name": "@eth-optimism/message-relayer",
"version": "0.1.1", "version": "0.1.2",
"private": true, "private": true,
"description": "[Optimism] Cross Domain Message Relayer service", "description": "[Optimism] Cross Domain Message Relayer service",
"main": "dist/index", "main": "dist/index",
...@@ -29,10 +29,10 @@ ...@@ -29,10 +29,10 @@
"url": "https://github.com/ethereum-optimism/optimism.git" "url": "https://github.com/ethereum-optimism/optimism.git"
}, },
"dependencies": { "dependencies": {
"@eth-optimism/common-ts": "^0.1.0", "@eth-optimism/common-ts": "^0.1.2",
"bcfg": "^0.1.6", "bcfg": "^0.1.6",
"@eth-optimism/contracts": "^0.3.0", "@eth-optimism/contracts": "^0.3.1",
"@eth-optimism/core-utils": "^0.4.2", "@eth-optimism/core-utils": "^0.4.3",
"dotenv": "^8.2.0", "dotenv": "^8.2.0",
"ethers": "^5.1.0", "ethers": "^5.1.0",
"google-spreadsheet": "^3.1.15", "google-spreadsheet": "^3.1.15",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment