- 22 Oct, 2022 19 commits
-
-
mergify[bot] authored
predeploys: add L2 `ProxyAdmin`
-
mergify[bot] authored
-
mergify[bot] authored
fix(l2g): bug in state dumper
-
mergify[bot] authored
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
We need an instance of the `ProxyAdmin` on L2 to manage each of the other predeploys. This change ranges across the entire codebase and the spec is updated with the new predeploy.
-
mergify[bot] authored
feat(ctb): trie updates for Bedrock
-
mergify[bot] authored
-
mergify[bot] authored
ci-builder: update geth version
-
mergify[bot] authored
-
- 21 Oct, 2022 21 commits
-
-
Kelvin Fichter authored
Merkle Trie updates for bedrock.
-
mergify[bot] authored
ctb: Remove MessagePassedExtension1 event
-
Kelvin Fichter authored
Fixes a bug in the state dumper. os.OpenFile was using the wrong file descriptors and that would break l2geth.
-
mergify[bot] authored
-
Maurelian authored
The hash argument is moved into the MessagePassed event. It is no longer indexed. ctb: Remove MessagePassedExtension1 event The hash argument is moved into the MessagePassed event. It is no longer indexed.
-
mergify[bot] authored
chore: Delete unused .orig file
-
mergify[bot] authored
-
mergify[bot] authored
feat(ctb): RLP library updates
-
Mark Tyneway authored
-
mergify[bot] authored
-
mergify[bot] authored
ci: increase timeout of devnet tests
-
mergify[bot] authored
-
Kelvin Fichter authored
Various updates to the RLP library for Bedrock.
-
Maurelian authored
-
mergify[bot] authored
fix: turn nft bridge into predeploy
-
Matthew Slipper authored
-
Matthew Slipper authored
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
Updates the version of `abigen` that is used in the `ci-builder` so that it produces bindings that do not parse JSON every time that an instance of the binding is created. The change in geth is here: https://github.com/ethereum/go-ethereum/pull/25574 Fixes the additional diff found here: https://github.com/ethereum-optimism/optimism/pull/3680/files Right now we do not have a guarantee that local devs use a specific version of `abigen`. After this is merged, all devs would need to use `v1.10.25`. Devs could use higher versions but risk running into problems if there are more changes to `abigen` in the future.
-