- 21 Oct, 2022 33 commits
-
-
Mark Tyneway authored
-
mergify[bot] authored
ci: increase timeout of devnet tests
-
mergify[bot] 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.
-
Matthew Slipper authored
Version Packages
-
Joshua Gutow authored
-
mergify[bot] authored
op-chain-ops: delete dead code
-
Mark Tyneway authored
-
github-actions[bot] authored
-
Matthew Slipper authored
Develop -> Master
-
Matthew Slipper authored
-
Matthew Slipper authored
* ops: Add bedrock-devnet script Adds a bedrock-devnet script that deploys a local network using the Hardhat deploy scripts. I opted to write this in Python rather than Bash because we're starting to add complexity to our devnet setup, and I find Python much easier and safer to maintain. Over time, I'll migrate the other devnet-up script to use this Python script as well. To invoke this script, run `make devnet-up-deploy`. It's included in CI already as a separate testing job. * review updates * Revert "review updates" This reverts commit d01ba16b971294b44c5bfbc3124354be30477daf.
-
- 20 Oct, 2022 7 commits
-
-
mergify[bot] authored
op-batcher: Limit number of blocks per channel
-
mergify[bot] authored
-
Matthew Slipper authored
Develop -> Master
-
Matthew Slipper authored
Version Packages
-
github-actions[bot] authored
-
Matthew Slipper authored
Develop -> Master
-
Matthew Slipper authored
-