- 09 Nov, 2023 28 commits
-
-
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
-
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
-
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
-
- 08 Nov, 2023 12 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.
-
Mark Tyneway authored
contracts-bedrock: delete dead script
-
Mark Tyneway authored
-
Mark Tyneway authored
Delete a dead upgrade script that is no longer used. We are moving towards `superchain-ops` for upgrade scripts instead. No reason to maintain this script anymore and have it slow down compilation time.
-
Mark Tyneway authored
build(deps): bump golang.org/x/term from 0.13.0 to 0.14.0
-
Mark Tyneway authored
eas: update version to v1.3.0
-
Ethen Pociask authored
-
Mark Tyneway authored
Small update to https://github.com/ethereum-optimism/optimism/pull/8085 to bump semantic version. > In this PR, we have improved delegated attestations/revocations by additionally committing to the address of the attester/revoker in the EIP712 signature itself. The recently released EAS SDK already supports this new version of delegated attestations/revocations (via ethereum-attestation-service/eas-sdk#68)
-
Mark Tyneway authored
-
dependabot[bot] authored
Bumps [golang.org/x/term](https://github.com/golang/term) from 0.13.0 to 0.14.0. - [Commits](https://github.com/golang/term/compare/v0.13.0...v0.14.0) --- updated-dependencies: - dependency-name: golang.org/x/term dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by:
dependabot[bot] <support@github.com>
-
Mark Tyneway authored
contracts-bedrock: bump `forge-std`
-