- 21 Feb, 2024 3 commits
-
-
Inphi authored
-
Sebastian Stammler authored
* op-service/client: Add http header option to BasicHTTPClient * op-node: Add optional Beacon header flag
-
Sebastian Stammler authored
-
- 20 Feb, 2024 2 commits
-
-
George C. Knee authored
-
Adrian Sutton authored
* op-e2e: Always run subtests on the parent executor. * op-e2e: Fix TestMixedWithdrawalValidity by not cancelling its own context. Moves timeouts to be handled in helpers to reduce complexity of the test. * op-e2e: Fix TestMixedWithdrawalValidity for fault proofs * op-e2e: Evaluate test options for subtests Ensures that tests are skipped correctly when using conditional options like UsesCannon even if not specified in the parent case. Add InitParallel back to cannon tests so they can execute in parallel.
-
- 19 Feb, 2024 1 commit
-
-
Mark Tyneway authored
Includes foundry version that compiles faster https://github.com/ethereum-optimism/optimism/pull/9579
-
- 17 Feb, 2024 6 commits
-
-
Mark Tyneway authored
* contracts-bedrock: delete dead comments This commit removes all of the solhint-ignore comments. solhint has not been used by this repository for quite some time so there is no reason to keep these comments around. * semver-lock: regenerate
-
clabby authored
-
Maurelian authored
-
Kevin Ho authored
-
Axel Kingsley authored
* Tag Tool * rename full to op-stack ; better git tag list filter
-
alvarius authored
* chore(contracts-bedrock): print error message if generate-l2-genesis.sh fails * add quotes
-
- 16 Feb, 2024 8 commits
-
-
clabby authored
* Add bonds to `PreimageOracle` * Update op-challenger/game/fault/contracts/oracle_test.go Co-authored-by:
coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> * Update packages/contracts-bedrock/src/cannon/PreimageOracle.sol Co-authored-by:
refcell <abigger87@gmail.com> --------- Co-authored-by:
coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com> Co-authored-by:
refcell <abigger87@gmail.com>
-
Inphi authored
* fault-proofs: non-zero bond requirement * rebase rebase * permissioned game fix * safe transactOpts w/ bonds --------- Co-authored-by:
clabby <ben@clab.by>
-
Diego authored
-
refcell authored
-
refcell authored
-
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 20 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>
-