- 22 Oct, 2022 5 commits
-
-
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 35 commits
-
-
Kelvin Fichter authored
Merkle Trie updates for bedrock.
-
mergify[bot] authored
ctb: Remove MessagePassedExtension1 event
-
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.
-
Mark Tyneway authored
-
mergify[bot] authored
op-node: Reset bug unit test
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
op-bindings: regenerate bindings: regenerate bindngs: regenerate
-
Mark Tyneway authored
Configures the ERC721 bridge contracts-bedrock: port fixes Ports fixes from https://github.com/ethereum-optimism/optimism/pull/3549 contracts-bedrock: remove ownable upgradable contracts-bedrock: more fixes contracts-bedrock: start tests contracts-bedrock: port predeploy fixes
-
Mark Tyneway authored
Add the L1 deployment files for: - `L1ERC721Bridge` - `L1ERC721BridgeProxy`
-
Mark Tyneway authored
-
Mark Tyneway authored
Also add bindings for the new predeploys op-bindings: regenerate
-
Mark Tyneway authored
- `L2ERC721Bridge` - `OptimismMintableERC721Factory` The `OptimismMintableERC721Factory` will be deployed regularly before bedrock and then will be included as a predeploy as part of the bedrock genesis creation. predeploys: update addresses
-
Mark Tyneway authored
-
Matthew Slipper authored
-
smartcontracts authored
Introduces the Migration Data package, a new temporary package meant for collecting data related to the Bedrock migration. Package can be deleted once the migration is complete.
-