- 09 Nov, 2022 3 commits
-
-
Joshua Gutow authored
This should hopefully avoid issues with not being able to find the pending block.
-
Mark Tyneway authored
op-chain-ops: update config
-
mergify[bot] authored
fix(ctb): tweak OptimismPortal variable ordering
-
- 08 Nov, 2022 37 commits
-
-
Mark Tyneway authored
-
Matthew Slipper authored
-
Mark Tyneway authored
-
mergify[bot] authored
op-bindings: Canonicalize bindings
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
Adds a helper function to read the correct deployment artifacts from disk given a `hardhat.Hardhat` instance. This code was being repeated throughout the codebase so its better to consolidate it into a single location. Now the `DeployConfig` has the L1 contract addresses required to build a L2 genesis. These addresses do not need to be present in the JSON file itself and instead can be read from disk dynamically. Also add a check function that will error on a config that is not sane. This can be made more strict in the future, currently do not want to break anything in the process of introducing this.
-
Mark Tyneway authored
-
Matthew Slipper authored
-
Kelvin Fichter authored
Tweaks the variable ordering in OptimismPortal to keep constants together.
-
Mark Tyneway authored
-
Mark Tyneway authored
We need config options for the recipients of the fee vaults. This adds it to the config parsing.
-
Mark Tyneway authored
fix: GasPriceOracle ownerless
-
Mark Tyneway authored
-
mergify[bot] authored
op-e2e: remove temporary go.mod workaround
-
protolambda authored
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
fixup
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Matthew Slipper authored
-
Matthew Slipper authored
-
Matthew Slipper authored
-
Matthew Slipper authored
-
Matthew Slipper authored
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
The `onlyOwner` modifier was no longer used
-
protolambda authored
* op-node,op-e2e: update libp2p libs, fix libp2p gossip settings * op-node: docker.go.work formatting fix * op-node: docker.go.work add missing service module * op-node: build workaround, reference modules to try and fix docker build
-
mergify[bot] authored
feat(ctb): remove DeployConfig
-
Kelvin Fichter authored
Removes the DeployConfig contract. It seems this contract might've been reintroduced as part of a merge conflict. We don't need this contract anymore because all of the relevant structs are contained within the BaseSystemDictator contract.
-
mergify[bot] authored
op-node: set initial system config gaslimit, check initial values
-
mergify[bot] authored
testmig: Remove in favor of op-e2e
-