- 10 Nov, 2022 9 commits
-
-
Joshua Gutow authored
-
Joshua Gutow authored
-
Joshua Gutow authored
-
Joshua Gutow authored
Adding OP_E2E_DISABLE_PARALLEL=true will stop the tests from using go's built in parallel helper. By default the tests will use go's parallel helper.
-
Mark Tyneway authored
fix: better version imports for services
-
Joshua Gutow authored
testlogger: Nicer output
-
mergify[bot] authored
fix(ctb): remove old comment block
-
Joshua Gutow authored
-
Joshua Gutow authored
-
- 09 Nov, 2022 24 commits
-
-
mergify[bot] authored
op-chain-ops: Updates for the migration
-
Kelvin Fichter authored
Removes an old comment block in the L1ERC721Bridge contract.
-
Matthew Slipper authored
-
Mark Tyneway authored
-
Kelvin Fichter authored
Improves the way that package versions are imported for BaseServiceV2 services. By importing directly (in typescript, rather than using require) TypeScript will properly embed the package.json in the /dist folder which makes it possible to run the services using the compiled JavaScript.
-
mergify[bot] authored
feat(ctb): assert dictator config
-
Kelvin Fichter authored
-
mergify[bot] authored
ctb: Add system config deployment
-
Matthew Slipper authored
-
Matthew Slipper authored
-
mergify[bot] authored
integration-tests-bedrock: Remove superfluous packages
-
Mark Tyneway authored
fix: more config cleanup
-
Matthew Slipper authored
-
mergify[bot] authored
op-e2e: Use head rather than pending block for gas estimation
-
Mark Tyneway authored
-
Mark Tyneway authored
Ensures that the e2e test config parsing is correct
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
Now all of the config lives in the `DeployConfig` and there is a method to read dynamic config values from disk given a hh or the dev addresses can be added to the config with `GetDeveloperDeployedAddresses`. This is useful to deduplicate code that has been changing a lot, resulting in code changes in many places to get tests passing again. This will break hive when we do another release of the go packages.
-
mergify[bot] authored
feat(ctb): use Ownable for ProxyAdmin
-
Joshua Gutow authored
This should hopefully avoid issues with not being able to find the pending block.
-
Kelvin Fichter authored
Has ProxyAdmin use Ownable instead of Owned to make sure we're only using one library for ownership.
-
Mark Tyneway authored
op-chain-ops: update config
-
mergify[bot] authored
fix(ctb): tweak OptimismPortal variable ordering
-
- 08 Nov, 2022 7 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
-