- 01 Feb, 2024 10 commits
-
-
refcell.eth authored
* fix(op-challenger): Adds missing bond claim scheduler testing * fix(op-challenger): switch bond claim scheduler tests to use atomics
-
Francis Li authored
-
refcell.eth authored
-
refcell.eth authored
-
Joshua Gutow authored
-
refcell.eth authored
* chore(ci): schedule dependabot to run weekly instead of daily * chore(ci): keep gomod and docker dependabot jobs on a daily schedule * chore(ci): fix commit message prefix config
-
Joshua Gutow authored
-
Joshua Gutow authored
-
Francis Li authored
-
refcell.eth authored
* feat(op-challenger): bond claiming * fix(op-challenger): Add a simple bond claim failure metric for tracking * fix(op-challenger): add multiple error test to claimer and move claim scheduling to before allowlist filtering
-
- 31 Jan, 2024 12 commits
-
-
clabby authored
* Add latest game search to DGF * Bond payout fix
-
Francis Li authored
* Fix state transition bug * Finish state transition tests * Fix monitor bugs * update upon suggestion
-
clabby authored
* Add blob preimage type * Compute versioned hash correctly * Version byte bump * @protolambda review * @refcell review * rebase
-
dependabot[bot] authored
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.11.7 to 20.11.13. - [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> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
clabby authored
-
dependabot[bot] authored
Bumps [@wagmi/core](https://github.com/wevm/wagmi/tree/HEAD/packages/core) from 2.6.1 to 2.6.3. - [Release notes](https://github.com/wevm/wagmi/releases) - [Changelog](https://github.com/wevm/wagmi/blob/main/packages/core/CHANGELOG.md) - [Commits](https://github.com/wevm/wagmi/commits/@wagmi/core@2.6.3/packages/core) --- updated-dependencies: - dependency-name: "@wagmi/core" dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
Adrian Sutton authored
* op-challenger: Implement keccak padding. * op-challenger: Add verification to unit test that generated challenge has a StateMatrix preimage that matches the prestate leaf. * op-challenger: Fix encoding of state matrix.
-
dependabot[bot] authored
Bumps [wagmi](https://github.com/wevm/wagmi/tree/HEAD/packages/react) from 2.5.4 to 2.5.5. - [Release notes](https://github.com/wevm/wagmi/releases) - [Changelog](https://github.com/wevm/wagmi/blob/main/packages/react/CHANGELOG.md) - [Commits](https://github.com/wevm/wagmi/commits/wagmi@2.5.5/packages/react) --- updated-dependencies: - dependency-name: wagmi dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
Maurelian authored
* contracts-bedrock: Fix enforcement of delay on DelayedVetoable Prior to this change, a bug existed in the DelayedVetoable contract, which resulted in anyone being able to execute a transaction as soon as it had been initiated. A factor in this was an edge case behavior in foundry's vm.expectRevert which flips the success value of a low level call. This commit also introduces a new convention when expectRevert is used on low level calls to make this edge case behavior more evident. * contracts-bedrock: Add revertsAsExpected to Style Guide * contracts: Fix compiler warnings * bindings and semver
-
dependabot[bot] authored
Bumps [hardhat](https://github.com/nomiclabs/hardhat) from 2.19.4 to 2.19.5. - [Release notes](https://github.com/nomiclabs/hardhat/releases) - [Commits](https://github.com/nomiclabs/hardhat/compare/hardhat@2.19.4...hardhat@2.19.5) --- updated-dependencies: - dependency-name: hardhat dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
Matt Solomon authored
* fix: resolve existing shellcheck issues * ci: add shellcheck to CI * chore: add script to run shellcheck locally
-
Adrian Sutton authored
Actually start the preimage scheduler.
-
- 30 Jan, 2024 11 commits
-
-
George C. Knee authored
* fix: replace d->name lookup with name->id lookup There can be (and are) more than one superchain with a given id. Conversely, each superchain will have exactly one id. * refactor: update op-upgrade given previous commit * refactor: update op-version-check to use upgrades.SuperChainI Closes #9292 * chore: check err condition separately * Update op-chain-ops/upgrades/check.go Co-authored-by:
coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * refactor: remove SuperChainID we can get this information from the superchain registry * chore: prevent panic if superchain name not registered --------- Co-authored-by:
coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
-
Adrian Sutton authored
-
Sebastian Stammler authored
* Update deps: sepolia devnet Ecotone rc * op-chain-ops: fix lookup with map key * op-node: chaincfg goerli ecotone time test definition now matches superchain registry again --------- Co-authored-by:
protolambda <proto@protolambda.com>
-
Axel Kingsley authored
* export rpcBlock * full refactor instead of alias * update unit test class string
-
Will Cory authored
* chore: Add op-viem warning to sdk * Spelling Co-authored-by:
coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> --------- Co-authored-by:
Will Cory <willcory@Wills-MacBook-Pro.local> Co-authored-by:
coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
-
Adrian Sutton authored
* op-challenger: Single threaded approach to verifying and sending challenges. * op-challenger: Verify images using multiple threads. * op-challenger: Add tests for logging errors. * op-challenger: Remove todo
-
Axel Kingsley authored
-
Sebastian Stammler authored
-
Henri Devieux authored
* Emit gauge for blob size * use histogram instead of gauge * add buckets
-
dependabot[bot] authored
Bumps [gorm.io/gorm](https://github.com/go-gorm/gorm) from 1.25.5 to 1.25.6. - [Release notes](https://github.com/go-gorm/gorm/releases) - [Commits](https://github.com/go-gorm/gorm/compare/v1.25.5...v1.25.6) --- updated-dependencies: - dependency-name: gorm.io/gorm dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
Adrian Sutton authored
-
- 29 Jan, 2024 7 commits
-
-
protolambda authored
* op-node: fix Ecotone beacon-block-root contract deployment * op-e2e: update time chekc in op-e2e/actions/ecotone_fork_test.go Co-authored-by:
Sebastian Stammler <seb@oplabs.co> * op-e2e: deduplicate code-hash checking * op-e2e: ecotone-test update: require instead of assert * op-e2e: ecotone test L1 fee check comments clarification --------- Co-authored-by:
Sebastian Stammler <seb@oplabs.co>
-
refcell.eth authored
-
dependabot[bot] authored
Bumps [github.com/multiformats/go-multiaddr](https://github.com/multiformats/go-multiaddr) from 0.12.1 to 0.12.2. - [Release notes](https://github.com/multiformats/go-multiaddr/releases) - [Commits](https://github.com/multiformats/go-multiaddr/compare/v0.12.1...v0.12.2) --- updated-dependencies: - dependency-name: github.com/multiformats/go-multiaddr dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
Adrian Sutton authored
* op-program: Support absorbing leaf with supplied commitment * op-challenger: Include proofs with challenge data * op-challenger: Use 0 bytes in hash when index not set
-
Inphi authored
* op-program: Migrate verify program to sepolia * op-program: Continue verifying goerli but capture data for sepolia. Should get the tests passing so we can merge and trigger a release. * op-program: Use debug_geth - proxyd isn't supporting standard * op-program: Use separate packages for goerli and sepolia --------- Co-authored-by:
Adrian Sutton <adrian@oplabs.co>
-
refcell.eth authored
-
Adrian Sutton authored
* op-challenger: Add support for calling challenge methods to preimage oracle bindings. * op-challenger: Include merkle proofs in oracle calls. Fix dependency cycle by removing references to types.Leaf from BinaryMerkleTree and just accept the leaf hash to add. * op-challenger: Undo switch from error to panic.
-