- 27 Oct, 2023 4 commits
-
-
Tushar Shah authored
-
Tushar Shah authored
-
Tushar Shah authored
-
Tushar Shah authored
-
- 26 Oct, 2023 36 commits
-
-
Tushar Shah authored
-
Tushar Shah authored
-
Tushar Shah authored
-
Tushar Shah authored
-
Tushar Shah authored
-
Tushar Shah authored
-
Tushar Shah authored
-
Tushar Shah authored
-
Tushar Shah authored
- add match check-values-match job that searches using grep - define workflow to verify initializer value matches between contract and genesis
-
Joshua Gutow authored
Enable Canyon in the devnet
-
Mark Tyneway authored
contracts-bedrock: delete dead rlp code
-
Mark Tyneway authored
contracts-bedrock: delete dead delete output code
-
Mark Tyneway authored
contracts-bedrock: scripts absolute import
-
Mark Tyneway authored
contracts-bedrock: delete dead eas upgrade script
-
Mark Tyneway authored
build(deps): bump github.com/onsi/gomega from 1.28.1 to 1.29.0
-
Mark Tyneway authored
build(deps): bump gorm.io/driver/postgres from 1.5.3 to 1.5.4
-
Joshua Gutow authored
Co-authored-by:
Adrian Sutton <adrian@oplabs.co>
-
dependabot[bot] authored
Bumps [gorm.io/driver/postgres](https://github.com/go-gorm/postgres) from 1.5.3 to 1.5.4. - [Commits](https://github.com/go-gorm/postgres/compare/v1.5.3...v1.5.4) --- updated-dependencies: - dependency-name: gorm.io/driver/postgres dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com>
-
dependabot[bot] authored
Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega) from 1.28.1 to 1.29.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.28.1...v1.29.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>
-
Joshua Gutow authored
op-e2e: Add waiter to ActL1IncludeTx
-
Joshua Gutow authored
This does several things to enable Canyon 1. Update to op-geth which has all canyon changes enabled in it 2. Thread the new 1559 config change through the devnet config 3. Fix some EIP-1559 calculations where were use CalcBaseFee 4. Add the PostCanyonDenominator in several deploy configs
-
Adrian Sutton authored
op-challenger: Unsubscribe from l1 heads on shutdown
-
Adrian Sutton authored
This mirrors a change to the L2 block builder to wait for the tx pool to have a processable transaction. The txpool does promotion async so a simple check leads to race conditions. Fixes intermittency in TestFinalizeWhileSyncing
-
Mark Tyneway authored
-
Mark Tyneway authored
We have migrated to using `superchain-ops` for any sort of safe interactions. This code will likely need to be ported over to the `superchain-ops` repo in the future. It is not necessary for now, so delete it.
-
Mark Tyneway authored
-
Mark Tyneway authored
All upgraes in the future will go through the `superchain-ops` repo. Delete this script to reduce compile time of the contracts. All new chains will have EAS in their genesis. Chains that do not have EAS already should use the `superchain-ops` repo to create a deploy script.
-
Mark Tyneway authored
This code is no longer used so we should delete it to reduce compile times slightly. It is a library for computing contract addresses, taken from the solmate issues. It may be in modern versions of solmate if we ever end up needing it again.
-
Mark Tyneway authored
contracts-bedrock: pseudorandom blocknumber in portal fuzz test
-
Adrian Sutton authored
Avoids leaving a background function running that could trigger logging.
-
Adrian Sutton authored
op-e2e: Increase timeouts for cannon
-
Adrian Sutton authored
Some tests are failing because the challenger can't generate the cannon trace before the timeout. Better to have long timeouts than flaky tests.
-
Mark Tyneway authored
build(deps): bump viem from 1.16.6 to 1.17.1
-
protolambda authored
devnet: devnet-test and CI improvements
-
felipe authored
feat(op-service): new http latency metric
-
Mark Tyneway authored
build(deps-dev): bump nx from 17.0.1 to 17.0.2
-