- 28 Nov, 2023 31 commits
-
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
Reduces the compile time to about 80s on my machine. The compile time was greatly increased as part of the migration to using the deploy script to set up the tests. Can we have our cake and eat it to? This commit seems to say yes. The call to `broadcast` now needs to include `msg.sender` because the contract doing all of the deployments is no longer the top level contract. This assumes that the deploy contract is not nested deeper than the 2nd callframe. The deployments would fail if that was not the case. The `cfg` now is behind a public getter on the deploy script, so the majority of the commit is updating places where the deploy config is referenced to change it into calls.
-
Joshua Gutow authored
Ensure genesis contains create2deployer if canyon is enabled at timestamp 0
-
Mark Tyneway authored
build(deps-dev): bump jsdom from 22.1.0 to 23.0.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 9 commits
-
-
Hamdi Allam authored
fix(indexer) skip ovm 1.0 hashes
-
Hamdi Allam authored
-
Hamdi Allam authored
-
protolambda authored
-
refcell.eth authored
build(deps-dev): bump tsx from 4.4.0 to 4.5.0
-
refcell.eth authored
build(deps-dev): bump @types/chai from 4.3.10 to 4.3.11
-
Mark Tyneway authored
Fix Deploy script for getting-started
-
Baptiste Oueriagli authored
-
Matthew Slipper authored
feat(ctb): Further modularization of post-deployment checks
-