- 16 Feb, 2024 3 commits
-
-
refcell authored
-
Adrian Sutton authored
-
Axel Kingsley authored
* add additional check before emitting log warning * Update op-node/rollup/derive/engine_controller.go Co-authored-by:
protolambda <proto@protolambda.com> --------- Co-authored-by:
protolambda <proto@protolambda.com>
-
- 15 Feb, 2024 22 commits
-
-
zhiqiangxu authored
* fix * another * not -> neither
-
refcell authored
-
refcell authored
-
dependabot[bot] authored
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 6.19.1 to 6.21.0. - [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases) - [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md) - [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.21.0/packages/parser) --- updated-dependencies: - dependency-name: "@typescript-eslint/parser" 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>
-
refcell authored
-
Adrian Sutton authored
-
Axel Kingsley authored
-
Inphi authored
-
Joshua Gutow authored
-
Adrian Sutton authored
-
Adrian Sutton authored
1 second time outs in CI is just asking for flakiness.
-
Sebastian Stammler authored
-
protolambda authored
* FP: add KZG point-evaluation preimage-oracle type, to process L2 oracle call with * op-program: Integrate kzg precompile oracle * fix PreimageOracle.sol * store kzg precompile input preimage * update bindings and go.mod * fix go.mod * resolve TODOs * s/Hex2Bytes/FromHex * fix typo * ctb: set kzg preimage length to 1 * op-challenger: Load kzg point evaluations to PreimageOracle (#9497) * op-challenger: load KZG point evaluation into oracle Also: increase max game depth for devnet. This is a temporary solution to avoid flakes in e2e tests that use the kzg precompile. The current execution trace max step of 2**31 steps isn't sufficient. --------- Co-authored-by:
inphi <mlaw2501@gmail.com> Co-authored-by:
refcell <abigger87@gmail.com>
-
Adrian Sutton authored
* ci: Tag fp-squad when op-e2e-cannon-tests fails * ci: Also tag proofs squad on fpp-verify failures.
-
clabby authored
-
Adrian Sutton authored
* op-challenger: Add a wrapper to allow validating output roots are safe at a given L1 head * op-challenger: Don't pass L1Head around so much. * op-challenger: Rename and add tests. * Update bindings. * Update op-ufm go.sum * Rollback op-ufm changes. * op-challenger: Alphabet VM does not require checking for consistency with L1 data * op-challenger: Add error handling test.
-
Inphi authored
-
refcell authored
-
Adrian Sutton authored
The fault proof tests aren't being load balanced particularly well so an executor sometimes takes more than 40m to run.
-
dependabot[bot] authored
Bumps [nx](https://github.com/nrwl/nx/tree/HEAD/packages/nx) from 18.0.2 to 18.0.4. - [Release notes](https://github.com/nrwl/nx/releases) - [Commits](https://github.com/nrwl/nx/commits/18.0.4/packages/nx) --- updated-dependencies: - dependency-name: nx 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>
-
dependabot[bot] authored
Bumps [@swc/core](https://github.com/swc-project/swc) from 1.3.106 to 1.4.1. - [Release notes](https://github.com/swc-project/swc/releases) - [Changelog](https://github.com/swc-project/swc/blob/main/CHANGELOG.md) - [Commits](https://github.com/swc-project/swc/compare/v1.3.106...v1.4.1) --- updated-dependencies: - dependency-name: "@swc/core" 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 [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.11.16 to 20.11.17. - [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>
-
- 14 Feb, 2024 8 commits
-
-
Adrian Sutton authored
-
Frieren authored
* op-bindings * op-challenger n ops
-
dependabot[bot] authored
Bumps [@wagmi/cli](https://github.com/wevm/wagmi/tree/HEAD/packages/cli) from 2.1.0 to 2.1.1. - [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.1/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>
-
Adrian Sutton authored
-
refcell authored
* fix: typo on cache_test eth_call (#9462) chore(op-dispute-mon): refactor output validation into a separate component feat(op-dispute-mon): game forecasting implementation minus testing fix(op-dispute-mon): bad merge chore(op-dispute-mon): add more tests * fix(op-dispute-mon): testing var and use updated log filtering * fix(op-dispute-mon): functional resolver * fix(op-dispute-mon): simply bidirectional game tree construction * fix(op-dispute-mon): remove left bond counter * fix(op-dispute-mon): construct resolver bidirectional tree --------- Co-authored-by:
Oak <me+git@droak.sh>
-
Sebastian Stammler authored
-
Sebastian Stammler authored
This will be enforced in newer geth versions.
-
clabby authored
* Update FPACOPS * updates; live network deployment config * fmt * Update sepolia deploy config
-
- 13 Feb, 2024 7 commits
-
-
clabby authored
* Set L1 head in dispute game factory * semver
-
Adrian Sutton authored
* op-challenger: Fix prestate validation Validators were not added to players created for active games, only inactive Both the VM and output root prestates were validated against the challenger's output root prestate * op-challenger: Add option to ignore prestate validation failures * op-e2e: Allow invalid prestates for devnet Also update the op-proposer options to account for a recent rename. * op-e2e: Revert setting cannon prestate in devnetL1.json - its actually the alphabet prestate. Deploy script dynamically loads the cannon prestate. * op-challenger: Fix block number included in error message. * op-challenger: Tweak error message * op-challenger: Only ignore prestate mismatches, not RPC failures.
-
Mark Tyneway authored
* contracts-bedrock: remove LegacyERC20ETH contract The `LegacyERC20ETH` is no longer used as part of the genesis generation. Is a contract that only lives on OP Mainnet and is no longer used since the bedrock upgrade. It is completely deprecated at this point and there is no real reason to keep around its source code since it isn't placed into modern genesis states. It has no usage anymore and keeping it around only bloats the lines of code in the contracts, increases the build time and increases the test time. * contracts-bedrock: fix build * op-bindings: remove LegacyERC20ETH No longer used * contracts-bedrock: update gas snapshot
-
Joshua Gutow authored
* op-node,op-service: Add Fallback Beacon Client This splits out a very thin wrapper around the Beacon API into the BeaconClient interface. This interface is then implement by two different structs. The first is a simple wrapper around the HTTP Client. The second is a FallBack Client which tries two different underlying clients. This also a beacon archiver to be used as a fallback while still pulling most of the relevant data from the beacon node. * Try all clients in the pool
-
Adrian Sutton authored
-
Adrian Sutton authored
Also tests that fault proofs work with batches posted as blobs.
-
clabby authored
* Remove `deletePendingWithdrawals` * semver
-