- 27 Oct, 2023 2 commits
-
-
Mark Tyneway authored
build(deps-dev): bump @types/node from 20.8.8 to 20.8.9
-
protolambda authored
ops: handle warm-up output case during docker publish correctly
-
- 26 Oct, 2023 38 commits
-
-
Mark Tyneway authored
chore: Improve chain-mon docker build
-
Mark Tyneway authored
fix: race condition updating last updated scorebook timestamp
-
Will Cory authored
-
Will Cory authored
-
Mark Tyneway authored
build(deps): bump github.com/google/uuid from 1.3.1 to 1.4.0
-
smartcontracts authored
fix: string encode error TS2345
-
dependabot[bot] authored
Bumps [github.com/google/uuid](https://github.com/google/uuid) from 1.3.1 to 1.4.0. - [Release notes](https://github.com/google/uuid/releases) - [Changelog](https://github.com/google/uuid/blob/master/CHANGELOG.md) - [Commits](https://github.com/google/uuid/compare/v1.3.1...v1.4.0) --- updated-dependencies: - dependency-name: github.com/google/uuid dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by:
dependabot[bot] <support@github.com>
-
Mark Tyneway authored
op-bindings: regenerate
-
Mark Tyneway authored
-
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>
-
protolambda authored
-
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
-
bendanzhentan 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.
-
dependabot[bot] authored
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.8.8 to 20.8.9. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com>
-
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
-