- 28 Nov, 2023 36 commits
-
-
Mark Tyneway authored
To prevent issues with the immutable reference config for the L2 genesis generation going stale, add in explicit checks based on the solc compiler output. This is done by adding the solc output `immutableReferences` directly to the `_more.go` files in the bindings and accumulating all of them into a mapping in an init function. Then the immutables config is given typing, previously it was generic for simplicity. Now that it has typing, it is possible to ensure that all of the fields are set. It also uses the `reflect` package to remove footguns for the developer as new predeploys are added to L2. The tests should fail if there is a new predeploy added that does not have immutable config added.
-
Mark Tyneway authored
Version Packages
-
github-actions[bot] authored
-
Mark Tyneway authored
fault-mon: fix optimism-portal address override option
-
🚨 Will Cory authored -
🔖 Will Cory authored -
♻ Will Cory authored -
protolambda authored
-
Mark Tyneway authored
build(deps-dev): bump jsdom from 22.1.0 to 23.0.0
-
Joshua Gutow authored
Ensure genesis contains create2deployer if canyon is enabled at timestamp 0
-
Hamdi Allam authored
fix(indexer): versioned hash database ordering
-
dependabot[bot] authored
Bumps [jsdom](https://github.com/jsdom/jsdom) from 22.1.0 to 23.0.0. - [Release notes](https://github.com/jsdom/jsdom/releases) - [Changelog](https://github.com/jsdom/jsdom/blob/main/Changelog.md) - [Commits](https://github.com/jsdom/jsdom/compare/22.1.0...23.0.0) --- updated-dependencies: - dependency-name: jsdom dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by:
dependabot[bot] <support@github.com>
-
Hamdi Allam authored
-
Hamdi Allam authored
-
Mark Tyneway authored
feat(ctb): add storage-layout and method ABI snapshots
-
Hamdi Allam authored
-
Mark Tyneway authored
contracts-bedrock: loadAllocs support
-
Mark Tyneway authored
contract-bedrock: Add logs at start of deploy functions
-
Mark Tyneway authored
op-node: Add log when the state loop returns
-
Maurelian authored
-
Joshua Gutow 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
-
Mark Tyneway authored
Small tweaks to the L2 contracts tests to make the new method of setting up the L2 state work. This depends on the latest build of `ci-builder` and updating the foundry version in https://github.com/ethereum-optimism/optimism/pull/8144.
-
Mark Tyneway authored
op-node: make derivation loop more responsive to shutdown
-
Maurelian authored
-
Maurelian authored
This changes makes debugging the deploy scripts easier, by indicating the action which is about to happen, rather than the one which last succeeded.
-
- 27 Nov, 2023 4 commits
-
-
Hamdi Allam authored
fix(indexer) skip ovm 1.0 hashes
-
Hamdi Allam authored
-
Hamdi Allam authored
-
protolambda authored
-