- 05 Mar, 2024 13 commits
-
-
Adrian Sutton authored
This often happens for new games because op-node is configured with a follow distance.
-
smartcontracts authored
* fix: use correct chain ID in fault dispute game Updates the fault dispute game to insert the correct chain ID in the local preimages. Was previously inserting the L1 chain ID but needs to be inserting the L2 chain ID or two chains using the same L1 can't be distinguished from one another. * fix(ctb): snapshots --------- Co-authored-by:
refcell <abigger87@gmail.com>
-
Inphi authored
* op-program: Generic precompile oracle The generic precompile oracle replaces the point evaluation precompile oracle. The new oracle can be used to retrieve the return data and status of any precompile, including bn256Pairing and ecrecover. * op-challenger: Use generic precompile oracle Replace the KZG point evaluation oracle with a generic precompile oracle * op-program: Simplify required gas logic. Use FromHex instead of Hex2Bytes * op-program: Set beacon URL when capturing and verifying sepolia chain data * op-program: Actually use the beacon URL * op-program: Use default l1-rpckind if not set rather than overriding to debug_geth * Use freshly generated sepolia test data * Use sepolia compatibility data * Fix spelling * update PreimageOracle.sol snapshot --------- Co-authored-by:
Adrian Sutton <adrian@oplabs.co>
-
Adrian Sutton authored
* cannon: Update go mod in examples and fix check-changed to catch this in future * Break op-ufm go.sum to work out what fails when it's out of date. * Update go.sum * op-ufm: Switch back to using latest monorepo code in op-ufm. * op-ufm: Include op-ufm in mod tidy checks
-
Adrian Sutton authored
* op-node: Record genesis as being safe from L1 genesis * ci: Remove go-mod-tidy job as nothing ever runs it
-
Adrian Sutton authored
* ci: Don't run main on scheduled pipeline invocations * Go mod tidy cannon examples.
-
dependabot[bot] authored
--- updated-dependencies: - dependency-name: mio dependency-type: indirect ... 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/jackc/pgx/v5](https://github.com/jackc/pgx) from 5.5.3 to 5.5.4. - [Changelog](https://github.com/jackc/pgx/blob/master/CHANGELOG.md) - [Commits](https://github.com/jackc/pgx/compare/v5.5.3...v5.5.4) --- updated-dependencies: - dependency-name: github.com/jackc/pgx/v5 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 [golang.org/x/crypto](https://github.com/golang/crypto) from 0.20.0 to 0.21.0. - [Commits](https://github.com/golang/crypto/compare/v0.20.0...v0.21.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> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
dependabot[bot] authored
Bumps [golang.org/x/term](https://github.com/golang/term) from 0.17.0 to 0.18.0. - [Commits](https://github.com/golang/term/compare/v0.17.0...v0.18.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> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
Adrian Sutton authored
Avoids paying additional transaction costs while a game's claims are being resolved and works better with bond locking.
-
tre authored
* Add Lisk faucet * do not install op chain faucet drippie configs
-
smartcontracts authored
Introduces a DelayedWETH contract so that bonds have a backup mechanism in place.
-
- 04 Mar, 2024 1 commit
-
-
d1onys1us authored
-
- 02 Mar, 2024 6 commits
-
-
Adrian Sutton authored
-
Adrian Sutton authored
-
Matt Solomon authored
* doc: update README Updates the development and release process, adds missing entries to the directory structure, fixes links, and adds a table of contents. * docs: clarifications from review * docs: link to node releases * doc: update with op-contracts convention * doc: update TOC * chore: typographic cleanup
-
dependabot[bot] authored
Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.4 to 1.9.0. - [Release notes](https://github.com/stretchr/testify/releases) - [Commits](https://github.com/stretchr/testify/compare/v1.8.4...v1.9.0) --- updated-dependencies: - dependency-name: github.com/stretchr/testify dependency-type: direct:production 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>
-
zhiqiangxu authored
op-node/rollup/derive: also mark `IsLast` as `true` when `closed && maxDataSize==readyBytes` (#9696) * also mark IsLast as true when maxDataSize==readyBytes * add TestOutputFrameNoEmptyLastFrame * fix typo * fix for review
-
Roberto Bayardo authored
-
- 01 Mar, 2024 4 commits
-
-
felipe authored
* feat(op-node): clean peer state when disconnectPeer is called and log intercept blocks * nit
-
protolambda authored
* op-chain-ops: check-ecotone improvements: 4788/4844 mixup fix, new 4844 precompile test, more logging * Update op-chain-ops/cmd/check-ecotone/main.go * check-ecotone: improve with L1 retry, better logging * check-ecotone: fix L1 header retrieval in L1 fees check * check-ecotone: properly get basefee in checkL1Fees --------- Co-authored-by:
Sebastian Stammler <seb@oplabs.co>
-
clabby authored
* Add `rethdb-reader` tests back into CI * Fix `RethDBReceiptsFetcher` interface * update * Update dependencies * `ci-builder-rust` w/ `clang` + `lld`
-
zhiqiangxu authored
-
- 29 Feb, 2024 10 commits
-
-
clabby authored
-
clabby authored
* fix: FDG local keys * @ajsutton review Co-Authored-By:
ajsutton <adrian@oplabs.co> * chore: bindings + semver --------- Co-authored-by:
ajsutton <adrian@oplabs.co>
-
Roberto Bayardo authored
-
clabby authored
-
Adrian Sutton authored
* ci: Add param to allow manually running develop-fault-proof task against other branches * ci: Don't run main workflow when manually triggered * ci: Run main workflow by default when manually triggered but allow it to be disabled
-
dependabot[bot] authored
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.18.0 to 1.19.0. - [Release notes](https://github.com/prometheus/client_golang/releases) - [Changelog](https://github.com/prometheus/client_golang/blob/v1.19.0/CHANGELOG.md) - [Commits](https://github.com/prometheus/client_golang/compare/v1.18.0...v1.19.0) --- updated-dependencies: - dependency-name: github.com/prometheus/client_golang dependency-type: direct:production 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 [hardhat](https://github.com/nomiclabs/hardhat) from 2.19.5 to 2.20.1. - [Release notes](https://github.com/nomiclabs/hardhat/releases) - [Commits](https://github.com/nomiclabs/hardhat/compare/hardhat@2.19.5...hardhat@2.20.1) --- updated-dependencies: - dependency-name: hardhat 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>
-
Adrian Sutton authored
These update the same metric and were duplicating the request and logic for checking root claim agreement.
-
Adrian Sutton authored
* op-challenger: Restrict the safe head in output provider BlockNumber instead of OutputRootProvider This ensures the restriction is applied both to fetching output roots, and identifying the L2 block number the agreed output root comes from. The disputed block number remains restricted only by the claimed block number. * go mod tidy cannon examples. * op-e2e: Add test that proposals for future blocks are invalidated
-
clabby authored
-
- 28 Feb, 2024 4 commits
-
-
Joshua Gutow authored
* op-node: Cleanup unsafe payload handling * op-e2e: Add regression test for snap sync bug
-
Joshua Gutow authored
-
dependabot[bot] authored
Bumps ethereum/client-go from v1.13.13 to v1.13.14. --- updated-dependencies: - dependency-name: ethereum/client-go dependency-type: direct:production ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
protolambda authored
* op-node: p2p pinging background service * op-node: remove p2p ping flag whitespace Co-authored-by:
Joshua Gutow <jgutow@oplabs.co> * op-node: implement ping-service review suggestions * op-node: test case numbers in the require msg-args, not the log filter itself --------- Co-authored-by:
Joshua Gutow <jgutow@oplabs.co>
-
- 27 Feb, 2024 2 commits
-
-
github-actions[bot] authored
Co-authored-by:
github-actions[bot] <github-actions[bot]@users.noreply.github.com>
-
dependabot[bot] authored
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.19.0 to 0.20.0. - [Commits](https://github.com/golang/crypto/compare/v0.19.0...v0.20.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> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-