- 01 Apr, 2024 5 commits
-
-
refcell authored
* feat(op-challenger): Delayed Weth Withdrawal Request Caller * fix(op-challenger): withdrawal request field ordering * fix(op-challenger): encapsulate delayed weth behind the fault dispute game contract binding * feat(op-dispute-mon): get withdrawals game caller method * fix(op-dispute-mon): revert service name changes * fix(op-dispute-mon): revert extractor test name * fix(op-dispute-mon): revert extractor changes * fix(op-dispute-mon): revert newline add * fix(op-dispute-mon): revert caller field reordering * fix(op-challenger): make contract method private
-
Kero authored
* indexer: update format string for uuid.UUID The relayEvent variable is of type uuid.UUID, but it's being formatted as an integer (%d). This will cause a runtime error. Use %s to format the UUID as a string. * indexer: constraint l2_block_headers.timestamp > 0 * indexer: doc bigint.Clamp assumption
-
dependabot[bot] authored
Bumps google.golang.org/protobuf from 1.32.0 to 1.33.0. --- updated-dependencies: - dependency-name: google.golang.org/protobuf dependency-type: indirect ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
Will Cory authored
Co-authored-by:
Will Cory <willcory@Wills-MacBook-Pro.local>
-
Will Cory authored
Co-authored-by:
Will Cory <willcory@Wills-MacBook-Pro.local>
-
- 31 Mar, 2024 3 commits
-
-
zhiqiangxu authored
-
dependabot[bot] authored
Bumps [gorm.io/gorm](https://github.com/go-gorm/gorm) from 1.25.8 to 1.25.9. - [Release notes](https://github.com/go-gorm/gorm/releases) - [Commits](https://github.com/go-gorm/gorm/compare/v1.25.8...v1.25.9) --- 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>
-
dependabot[bot] authored
Bumps [github.com/multiformats/go-multiaddr](https://github.com/multiformats/go-multiaddr) from 0.12.2 to 0.12.3. - [Release notes](https://github.com/multiformats/go-multiaddr/releases) - [Commits](https://github.com/multiformats/go-multiaddr/compare/v0.12.2...v0.12.3) --- 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>
-
- 29 Mar, 2024 5 commits
-
-
Inphi authored
* contracts: More robust abi/storage snapshot gen * update geth version used by ci * ci: bump ci-builder rc * ci-builder: pin foundry commit, update nvm * ci: remove foundry commit pin, update foundry in versions.json * ci: bump ci-builder to v0.46.0-rc.4 * update Kontrol snapshots * set ast=true in foundry.toml; revert snapshot gen * replace Clone snapshots * enable --ast only during snapshots * reset snapshot directories * Update .circleci/config.yml to use ci-builder:v0.46.0 * update foundry to nightly-617dfc28cb8206a0003edcf73a6f1058adaef740 * ci: bump ci-builder to v0.46.1 --------- Co-authored-by:
Roberto Bayardo <roberto.bayardo@coinbase.com> Co-authored-by:
Sebastian Stammler <seb@oplabs.co>
-
dependabot[bot] authored
Bumps [hardhat-deploy](https://github.com/wighawag/hardhat-deploy) from 0.11.44 to 0.12.2. - [Changelog](https://github.com/wighawag/hardhat-deploy/blob/master/CHANGELOG.md) - [Commits](https://github.com/wighawag/hardhat-deploy/compare/v0.11.44...v0.12.2) --- updated-dependencies: - dependency-name: hardhat-deploy dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
dependabot[bot] authored
Bumps [@wagmi/cli](https://github.com/wevm/wagmi/tree/HEAD/packages/cli) from 2.1.2 to 2.1.4. - [Release notes](https://github.com/wevm/wagmi/releases) - [Changelog](https://github.com/wevm/wagmi/blob/main/packages/cli/CHANGELOG.md) - [Commits](https://github.com/wevm/wagmi/commits/@wagmi/cli@2.1.4/packages/cli) --- updated-dependencies: - dependency-name: "@wagmi/cli" 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>
-
Axel Kingsley authored
* Add Benchmark for AddSingularBatch * update compressor configs ; address PR comments * Add b.N * Export RandomSingularBatch through batch_test_util.go * measure only the final batch ; other organizational improvements * Add Benchmark for ToRawSpanBatch * update tests * minor fixup * Add Benchmark for adding *All* Span Batches * comment fixups * narrow tests to only test span batches that won't exceed RLP limit * Stateful Span Batches * Blind Compressor * final fixes * add peek helper function * Address PR Comments
-
Yingjie Qiao authored
* feat(op-service):add open_db_read_only func, return reth db instance to go * feat(op-service):store reth db instance in go, * fix fmt * feat(op-service):check err when create RethFetcher * feat(op-service):add func comments Co-authored-by:
Joshua Gutow <jbgutow@gmail.com> --------- Co-authored-by:
Joshua Gutow <jbgutow@gmail.com>
-
- 28 Mar, 2024 1 commit
-
-
Axel Kingsley authored
* Add Benchmark for AddSingularBatch * update compressor configs ; address PR comments * Add b.N * Export RandomSingularBatch through batch_test_util.go * measure only the final batch ; other organizational improvements * Add Benchmark for ToRawSpanBatch * update tests * minor fixup * Add Benchmark for adding *All* Span Batches * comment fixups * narrow tests to only test span batches that won't exceed RLP limit * address pr comments
-
- 27 Mar, 2024 5 commits
-
-
Adrian Sutton authored
-
Sebastian Stammler authored
-
clabby authored
-
Raffaele authored
* Adding L2ChainID.MODE_MAINNET addresses L2ChainID.MODE_MAINNET DEPOSIT_CONFIRMATION_BLOCKS for MODE_MAINNET * adding mode sepolia costants * adding pnpm changeset
-
George C. Knee authored
* go get github.com/ethereum-optimism/superchain-registry/superchain@52d3dbd1605dd43f419e838584abd0ec163d462b * make mod-tidy * remove goerli chaincfg * op-program: replace references to goerli with sepolia * op-node: remove references to goerli or replace with sepolia * remove unused var * go: update op-geth to latest v1.101308.4-rc.1 * op-node: remove Goerli references & config overrides --------- Co-authored-by:
Sebastian Stammler <seb@oplabs.co>
-
- 26 Mar, 2024 4 commits
-
-
dependabot[bot] authored
Bumps [express](https://github.com/expressjs/express) from 4.18.2 to 4.19.2. - [Release notes](https://github.com/expressjs/express/releases) - [Changelog](https://github.com/expressjs/express/blob/master/History.md) - [Commits](https://github.com/expressjs/express/compare/4.18.2...4.19.2) --- updated-dependencies: - dependency-name: express dependency-type: direct:production ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
zhiqiangxu authored
-
Adrian Sutton authored
-
dependabot[bot] authored
Bumps [github.com/jackc/pgtype](https://github.com/jackc/pgtype) from 1.14.2 to 1.14.3. - [Changelog](https://github.com/jackc/pgtype/blob/master/CHANGELOG.md) - [Commits](https://github.com/jackc/pgtype/compare/v1.14.2...v1.14.3) --- updated-dependencies: - dependency-name: github.com/jackc/pgtype 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>
-
- 25 Mar, 2024 3 commits
-
-
felipe authored
-
refcell authored
-
Delweng authored
* op-node: fetch l1 block with retry Signed-off-by:
jsvisa <delweng@gmail.com> * op-node: apply cr Signed-off-by:
jsvisa <delweng@gmail.com> * op-node/sync: use op-service/retry instead Signed-off-by:
jsvisa <delweng@gmail.com> --------- Signed-off-by:
jsvisa <delweng@gmail.com>
-
- 23 Mar, 2024 2 commits
-
-
smartcontracts authored
-
Roberto Bayardo authored
* close backend resources after use during testing * Update op-chain-ops/genesis/layer_two.go Co-authored-by:
Sebastian Stammler <stammler.s@gmail.com> --------- Co-authored-by:
Sebastian Stammler <stammler.s@gmail.com>
-
- 22 Mar, 2024 10 commits
-
-
clabby authored
* feat(ctb): Key withdrawal proofs by address * Use recovered public key in ToB tests * reviews + reverse lookup mapping for proof submitters * Update natspec
-
refcell authored
-
clabby authored
split req
-
refcell authored
* feat(op-challenger): Delayed Weth Withdrawal Request Caller * fix(op-challenger): withdrawal request field ordering * fix(op-challenger): encapsulate delayed weth behind the fault dispute game contract binding
-
refcell authored
-
Adrian Sutton authored
* op-challenger: Skip attempting to resolve claims when the chess clock hasn't expired. * Use <= when comparing chess clock Co-authored-by:
Inphi <mlaw2501@gmail.com> --------- Co-authored-by:
Inphi <mlaw2501@gmail.com>
-
Adrian Sutton authored
-
refcell authored
* feat(op-dispute-mon): enrich claims with resolution status * fix(op-dispute-mon): add the claim enricher to the extractor instantiation * fix(op-dispute-mon): localize required bond amount * fix(op-challenger): import cycle
-
Sebastian Stammler authored
-
Adrian Sutton authored
* op-challenger: Tidy up TxSender Don't return receipts as they always ignored Return an error when a transaction publishes but reverts rather than logging and ignoring Add a method that returns errors for each individual transaction * op-challenger: Simulate ClaimCredit transaction before sending actual transaction Detects when credit is reported as available but is actually still locked by the DelayedWETH contract. --------- Co-authored-by:
refcell <abigger87@gmail.com>
-
- 21 Mar, 2024 2 commits
-
-
github-actions[bot] authored
Co-authored-by:
github-actions[bot] <github-actions[bot]@users.noreply.github.com>
-
smartcontracts authored
Adds the DGF address to the SDK now that OP Sepolia has been updated.
-