- 22 Feb, 2024 2 commits
-
-
Adrian Sutton authored
-
dependabot[bot] authored
Bumps ethereum/client-go from v1.13.12 to v1.13.13. --- 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>
-
- 21 Feb, 2024 8 commits
-
-
dependabot[bot] authored
Bumps [github.com/go-chi/chi/v5](https://github.com/go-chi/chi) from 5.0.11 to 5.0.12. - [Release notes](https://github.com/go-chi/chi/releases) - [Changelog](https://github.com/go-chi/chi/blob/master/CHANGELOG.md) - [Commits](https://github.com/go-chi/chi/compare/v5.0.11...v5.0.12) --- updated-dependencies: - dependency-name: github.com/go-chi/chi/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>
-
Henri Devieux authored
* Fix a race condition in tests * 2nd try with CI * 3rd try with CI * 4th try with CI * 5th try * Use existing wait util * helper function for checking leader transfer * bugfix * Finish conductor rpc e2e tests * reduce loop intervals * increase timeouts to fix flake --------- Co-authored-by:
Francis Li <francis.li@coinbase.com>
-
Adrian Sutton authored
-
Tei Im authored
Fix preimageWrite count calculation
-
Joshua Gutow authored
-
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 13 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>
-