- 09 Nov, 2023 33 commits
-
-
Mark Tyneway authored
contracts-bedrock: update `StorageSetter`
-
Mark Tyneway authored
feat(ctb): reusable post-deploy checks
-
Mark Tyneway authored
build(deps): bump golang.org/x/crypto from 0.14.0 to 0.15.0
-
Mark Tyneway authored
-
dependabot[bot] authored
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.15.0. - [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.15.0) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by:
dependabot[bot] <support@github.com>
-
Mark Tyneway authored
build(deps): bump github.com/onsi/gomega from 1.29.0 to 1.30.0
-
inphi authored
-
dependabot[bot] authored
Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.29.0 to 1.30.0. - [Release notes](https://github.com/onsi/gomega/releases) - [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md) - [Commits](https://github.com/onsi/gomega/compare/v1.29.0...v1.30.0) --- updated-dependencies: - dependency-name: github.com/onsi/gomega dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by:
dependabot[bot] <support@github.com>
-
Mark Tyneway authored
op-service: Remove attributes from warn-log in EngineClient
-
Mark Tyneway authored
build(deps-dev): bump @types/mocha from 10.0.3 to 10.0.4
-
Mark Tyneway authored
op-node: flexible L2 genesis generation
-
Mark Tyneway authored
ci: Use xlarge box for ci-builder
-
Adrian Sutton authored
op-challenger: Use new contract bindings in responder
-
Adrian Sutton authored
op-challenger: Return the TraceAccessor directly from the resourceCreator
-
Adrian Sutton authored
-
Adrian Sutton authored
op-service: Ensure block body validation tests fail for the expected reason
-
Adrian Sutton authored
-
Adrian Sutton authored
-
Matthew Slipper authored
-
Joshua Gutow authored
specs: Specify full Canyon upgrade
-
inphi authored
-
Joshua Gutow authored
op-challenger: Add TraceAccessor docs and rename file
-
Adrian Sutton authored
op-service: Add unit tests for verifying receipts
-
Joshua Gutow authored
op-chain-ops: Better handle 1559 case
-
Adrian Sutton authored
-
Adrian Sutton authored
op-challenger: Use FaultDisputeGameContract to retrieve cannon local inputs
-
smartcontracts authored
feat: getting started guide tweaks
-
Hamdi Allam authored
feat(indexer) API Observability for Bridge Supplies
-
Joshua Gutow authored
-
Joshua Gutow authored
-
Joshua Gutow authored
specs: Add receipt hash fix to the specs
-
Mark Tyneway authored
-
inphi authored
-
- 08 Nov, 2023 7 commits
-
-
Mark Tyneway authored
-
Mark Tyneway authored
Allow for the `op-node` L2 genesis generation to use either hardhat artifacts or the `.deploy` L1Deployments JSON file that is created by the solidity deployment script. While adding extra logic, this makes genesis generation much easier to be consumed by the solidity scripts. It also sets up the ability to deprecate the need for maintaining hardhat deploy style artifacts. This will allow us to remove a lot of solidity code and remove the need to call `sync()` to generate the artifacts. The artifacts make less sense now, especially since it is planned to have one set of implementation contracts for the entire superchain. There isn't as much of a need to keep around artifacts for many contracts separated by network when they are shared between different L2s.
-
inphi authored
Adds a post-deploy function to check that L1 contracts were deploy correctly. This allows both the Multichain upgrade and the devnet Deploy scripts to reuse the same checks.
-
Mark Tyneway authored
contracts-bedrock: delete dead script
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
-