- 22 Oct, 2024 3 commits
-
-
Sebastian Stammler authored
It got effectively disabled in #12533 and while investigating a fix, I realized that its original assertion was too strict. The new assertion adds as a factor the number of batch calls that each individual fetcher would make if no batch calls were shared.
-
Adrian Sutton authored
-
Roberto Bayardo authored
* extend op-node to support holocene 1559 params * - add Holocene parameter validation to op-program engine - updates for latest op-geth tag --------- Co-authored-by:
Matthew Slipper <me@matthewslipper.com>
-
- 21 Oct, 2024 9 commits
-
-
Matthew Slipper authored
* op-deployer: Support L1 alloc deployments Adds support for deploying to L1 allocs file. When deploying to an allocs file, all contracts necessary for the L2 will be included in the L1's genesis state. This is useful for devnet deployments and test automation. To use an L1 allocs file, set the field `deploymentStrategy` in the intent to `allocs`. The default is `live`, for live chains. * make apply command work, fix test * merge artifacts * fix merge artifacts * Update op-deployer/pkg/deployer/state/state.go Co-authored-by:
Blaine Malone <blainemalone01@gmail.com> * fix: extra check for singleton contracts in tests. * Update op-deployer/pkg/deployer/flags.go Co-authored-by:
Blaine Malone <blainemalone01@gmail.com> * remove unused param * fix merge artifact --------- Co-authored-by:
Blaine Malone <blainemalone01@gmail.com>
-
Sam Stokes authored
* op-program: store prestate versions in json files * op-program: add function to read standard.json * op-program: embed standard.json to make it importable * ci: checkout op-program tag after parsing standard.json file * ci: fix EXPECTED_PRESTATE_HASH env var export * op-program: combine releases into one file with governanceApproved flag * op-program: add unit test for prestate GetReleases * ci: point op-program preimage test at new versions.json file
-
smartcontracts authored
Updates semgrep config to apply doc comment rule to tests. Updates tests to fix instances where this was violated.
-
smartcontracts authored
Adds a new semgrep rule that blocks if attempting to use vm.expectRevert before a low-level call but the call is not followed by an assertion that the call reverted as expected.
-
Delweng authored
Signed-off-by:
jsvisa <delweng@gmail.com>
-
dependabot[bot] authored
Bumps [github.com/kurtosis-tech/kurtosis/api/golang](https://github.com/kurtosis-tech/kurtosis) from 1.3.0 to 1.3.1. - [Release notes](https://github.com/kurtosis-tech/kurtosis/releases) - [Changelog](https://github.com/kurtosis-tech/kurtosis/blob/main/CHANGELOG.md) - [Commits](https://github.com/kurtosis-tech/kurtosis/compare/1.3.0...1.3.1) --- updated-dependencies: - dependency-name: github.com/kurtosis-tech/kurtosis/api/golang 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/prometheus/client_golang](https://github.com/prometheus/client_golang) from 1.20.4 to 1.20.5. - [Release notes](https://github.com/prometheus/client_golang/releases) - [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md) - [Commits](https://github.com/prometheus/client_golang/compare/v1.20.4...v1.20.5) --- updated-dependencies: - dependency-name: github.com/prometheus/client_golang 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>
-
tre authored
-
Qi Zhou authored
* feat: op-program --network flag accepts number as chainid * put common parse code into rollup.Config struct * address comments --------- Co-authored-by:
Qi Zhou <qizhou@ethstorage.io>
-
- 19 Oct, 2024 13 commits
-
-
smartcontracts authored
Updates all contracts and tests to use the MIPS and PreimageOracle interfaces.
-
smartcontracts authored
Updates the semgrep exclusion rules so that tests are no longer ignored by default. Tests are now ignored explicitly inside of the semgrep configuration file. Solidity safety rules are not ignored for tests and issues are fixed.
-
Matthew Slipper authored
Removes an assertion that causes this test to fail often when the CI executor is under load. You can verify this failure for yourself by running the test with `GOMAXPROCS=1`. The assertion didn't seem to be providing much value, so I just removed it.
-
Michael Amadi authored
-
Matthew Slipper authored
-
Matthew Slipper authored
This has been flaking a lot due to context deadline exceeded errors.
-
Matthew Slipper authored
* op-e2e,ctb: Test fixes - Prevents multiple invocations of the Anvil runner from causing port conflicts. - Updates the DeployOPChain.s.sol gas limit to 60M * update test * fix interop test
-
Blaine Malone authored
* opcm: exposing preimage oracle and mips singletons via DeployOPChain.s.sol * fix: new approach using opcm to grab mips singleton. * fix: small cleanup to contracts.go. * fix: more error checking * fix: semgrep fix. * fix: small rename
-
Matthew Slipper authored
-
Blaine Malone authored
-
Francis Li authored
-
Blaine Malone authored
-
Matthew Slipper authored
We only need a `--artifacts-locator` flag now.
-
- 18 Oct, 2024 7 commits
-
-
mbaxter authored
-
Delweng authored
Signed-off-by:
jsvisa <delweng@gmail.com>
-
Delweng authored
Signed-off-by:
jsvisa <delweng@gmail.com>
-
tre authored
-
Disco authored
* feat: add superchain erc20 bridge (#61) * feat: add superchain erc20 bridge * fix: interfaces and versions * refactor: optimism superchain erc20 redesign (#62) * refactor: use oz upgradeable erc20 as dependency * chore: update interfaces * fix: tests based on changes * refactor: remove op as dependency * feat: add check for supererc20 bridge on modifier * chore: update tests and interfaces * chore: update stack vars name on test * chore: remove empty gitmodules file * chore: update superchain weth errors * test: add superchain erc20 bridge tests (#65) * test: add superchain erc20 bridge tests * test: add optimism superchain erc20 beacon tests * test: remove unnecessary test * test: tests fixes * test: tests fixes * chore: update missing bridge on natspec (#69) * chore: update missing bridge on natspec * fix: natspecs --------- Co-authored-by:
agusduha <agusnduha@gmail.com> * fix: remove superchain erc20 base (#70) * refactor: update isuperchainweth (#71) --------- Co-authored-by:
agusduha <agusnduha@gmail.com> * feat: rename mint/burn and add SuperchainERC20 (#74) * refactor: rename mint and burn functions on superchain erc20 * chore: rename optimism superchain erc20 to superchain erc20 * feat: create optimism superchain erc20 contract * chore: update natspec and errors * fix: superchain erc20 tests * refactor: make superchain erc20 abstract * refactor: move storage and erc20 metadata functions to implementation * chore: update interfaces * chore: update superchain erc20 events * fix: tests * fix: natspecs * fix: add semmver lock and snapshots * fix: remove unused imports * fix: natspecs --------- Co-authored-by:
0xDiscotech <131301107+0xDiscotech@users.noreply.github.com> * fix: refactor zero check (#76) * fix: pre pr * fix: semver natspec check failure (#79) * fix: semver natspec check failure * fix: ignore mock contracts in semver natspec script * fix: error message * feat: add crosschain erc20 interface (#80) * feat: add crosschain erc20 interface * fix: refactor interfaces * fix: superchain bridge natspec (#83) * fix: superchain weth natspec (#84) Co-authored-by:
0xng <ng@defi.sucks> Co-authored-by:
0xParticle <particle@defi.sucks> Co-authored-by:
gotzenx <78360669+gotzenx@users.noreply.github.com> * fix: stop inheriting superchain interfaces (#85) * fix: stop inheriting superchain interfaces * fix: move events and erros into the implementation * fix: make superchainERC20 inherits from crosschainERC20 * fix: superchain bridge rename (#86) * fix: fee vault compiler error (#87) * fix: remove unused imports * fix: refactor common errors (#90) * fix: refactor common errors * fix: remove unused version * feat: add cross domain context function * fix: reuse unauthorized error (#92) * fix: superchain erc20 factory conflicts * fix: rename crosschain functions (#94) * chore: run pre-pr * chore: run pre-pr * fix: mocked calls on tests * feat: add cross domain message context function (#98) ---- Co-Authored-by:
AgusDuha <81362284+agusduha@users.noreply.github.com> --------- Co-authored-by:
AgusDuha <81362284+agusduha@users.noreply.github.com> Co-authored-by:
agusduha <agusnduha@gmail.com> Co-authored-by:
0xng <ng@defi.sucks> Co-authored-by:
0xParticle <particle@defi.sucks> Co-authored-by:
gotzenx <78360669+gotzenx@users.noreply.github.com>
-
AgusDuha authored
* fix: remove immutables from superchain erc20 beacon (#67) * fix: remove immutables from superchain erc20 beacon * test: add superchain erc20 beacon tests * fix: superchain erc20 beacon interface (#99)
-
Adrian Sutton authored
Use a longer window in the one test it may affect - 16 does get hit unexpectedly in CI.
-
- 17 Oct, 2024 8 commits
-
-
Axel Kingsley authored
* Initialize using Dependency Set Configuration * op-supervisor: init fromda, route fromda metrics, handle cross-unsafe, improve backend resource initialization * op-supervisor: attach RPC, create processors upfront, implement backend test * op-supervisor: fix dependency set configuration and test setup * Update op-supervisor/supervisor/backend/backend.go Co-authored-by:
Axel Kingsley <axel.kingsley@gmail.com> --------- Co-authored-by:
protolambda <proto@protolambda.com>
-
Delweng authored
* feat(op-batcher): loop fetch sync status Signed-off-by:
jsvisa <delweng@gmail.com> * feat(op-batcher): wait for l2 genesis time Signed-off-by:
jsvisa <delweng@gmail.com> * feat(batcher): add remaining time for tick printing Signed-off-by:
jsvisa <delweng@gmail.com> * apply code reviews Signed-off-by:
jsvisa <delweng@gmail.com> * use min instead of if test Signed-off-by:
jsvisa <delweng@gmail.com> * fix(batcher): reset timer Signed-off-by:
jsvisa <delweng@gmail.com> --------- Signed-off-by:
jsvisa <delweng@gmail.com> Co-authored-by:
protolambda <proto@protolambda.com>
-
Blaine Malone authored
* op-deployer: error handling bugs * fix: less requests to node to get latest block.
-
zhiqiangxu authored
* cannon: use constant instead of magic value for solidity part * update version
-
mbaxter authored
* cannon: Use 4-byte alignment for memory.SetUint32 * cannon: For now, bypass EVM check for 64-bit tests * cannon: Rework rmw ops for Cannon64 compatibility TODO: Fix MIPS 64-bit tests * cannon: Add some comments * cannon: Make TestEVM_MT_LL 64-bit compatible * cannon: Make SC tests 64-bit compatible * cannon: Clean up unused test param * cannon: Add 64-bit tests of ll/sc ops, fix sign extension * cannon: Add tests for lld, scd ops * cannon: Rework test utils * cannon: Update state field LLReservationActive to LLReservationStatus Use the status field to track what type of reservation was made. * cannon: Update MIPS2 version, run semver lock * cannon: Rename go var to match solidity * cannon: Tweak test descriptions * Revert "cannon: Use 4-byte alignment for memory.SetUint32" This reverts commit ce9abdddd66a8567eb000e0b18a161762d86b374. * cannon: Rework 64-bit compatibility in tests Also, clean-up pc setting * cannon: Add test cases that clear unaligned LLAddress reservation * Fix testcase descriptions Co-authored-by:
Inphi <mlaw2501@gmail.com> --------- Co-authored-by:
Inphi <mlaw2501@gmail.com>
-
Qi Zhou authored
* feat: op-program supports custom chain config * address comments * address comments * update mainnet.go/sepolia.go * Update op-program/chainconfig/chaincfg.go Co-authored-by:
Adrian Sutton <adrian@symphonious.net> * more error info on config file not found --------- Co-authored-by:
Qi Zhou <qizhou@ethstorage.io> Co-authored-by:
Adrian Sutton <adrian@symphonious.net>
-
Matthew Slipper authored
We're seeing issues with concurrent usage of CCI that are causing builds to fail.
-
Matthew Slipper authored
-