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

Version Packages (#883)

Co-authored-by: default avatargithub-actions[bot] <github-actions[bot]@users.noreply.github.com>
parent f5185bb9
---
'@eth-optimism/l2geth': patch
'@eth-optimism/data-transport-layer': patch
---
Fix bug with replica syncing where contract creations would fail in replicas but pass in the sequencer. This was due to the change from a custom batched tx serialization to the batch serialzation for txs being regular RLP encoding
---
'@eth-optimism/contracts': patch
---
Remove incorrect comment.
# Changelog # Changelog
## 0.3.3
### Patch Changes
- f5185bb: Fix bug with replica syncing where contract creations would fail in replicas but pass in the sequencer. This was due to the change from a custom batched tx serialization to the batch serialzation for txs being regular RLP encoding
## 0.3.2 ## 0.3.2
### Patch Changes ### Patch Changes
......
{ {
"name": "@eth-optimism/l2geth", "name": "@eth-optimism/l2geth",
"version": "0.3.2", "version": "0.3.3",
"private": true, "private": true,
"devDependencies": {} "devDependencies": {}
} }
# Changelog # Changelog
## 0.3.2
### Patch Changes
- 7dd2f72: Remove incorrect comment.
## 0.3.1 ## 0.3.1
### Patch Changes ### Patch Changes
......
{ {
"name": "@eth-optimism/contracts", "name": "@eth-optimism/contracts",
"version": "0.3.1", "version": "0.3.2",
"main": "dist/index", "main": "dist/index",
"files": [ "files": [
"dist/**/*.js", "dist/**/*.js",
......
# data transport layer # data transport layer
## 0.3.2
### Patch Changes
- f5185bb: Fix bug with replica syncing where contract creations would fail in replicas but pass in the sequencer. This was due to the change from a custom batched tx serialization to the batch serialzation for txs being regular RLP encoding
- Updated dependencies [7dd2f72]
- @eth-optimism/contracts@0.3.2
## 0.3.1 ## 0.3.1
### Patch Changes ### Patch Changes
......
{ {
"name": "@eth-optimism/data-transport-layer", "name": "@eth-optimism/data-transport-layer",
"version": "0.3.1", "version": "0.3.2",
"private": true, "private": true,
"main": "dist/index", "main": "dist/index",
"files": [ "files": [
...@@ -22,7 +22,7 @@ ...@@ -22,7 +22,7 @@
}, },
"dependencies": { "dependencies": {
"@eth-optimism/common-ts": "^0.1.2", "@eth-optimism/common-ts": "^0.1.2",
"@eth-optimism/contracts": "^0.3.1", "@eth-optimism/contracts": "^0.3.2",
"@eth-optimism/core-utils": "^0.4.3", "@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",
......
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