- 08 Aug, 2024 2 commits
-
-
Adrian Sutton authored
Ensures that if it fails, the process exits with an error, rather than just exiting the runloop and continuing on in a zombie mode that doesn't do anything but doesn't exit.
-
Mark Tyneway authored
* contracts-bedrock: migrate to just Move away from `pnpm` for contracts scripts and towards `just`. `just` was made for this, since we are moving away from JS it makes no sense to keep `pnpm` around which is native to the JS ecosystem. * ci: install just * ops: cleanup, docs * ci: install just * justfile: update * ci: fix install * snapshots: update * contracts-bedrock: remove pnpm/node, cleanup dockerfile * slither ci: no longer need for workaround (TM) * ts-linting: remove * kontrol: regenerate snapshots * safecall: update test * test: update Co-authored-by:
Matt Solomon <matt@mattsolomon.dev> * docs: update Co-authored-by:
Matt Solomon <matt@mattsolomon.dev> * readme: update Co-authored-by:
Matt Solomon <matt@mattsolomon.dev> * docs: update Co-authored-by:
Matt Solomon <matt@mattsolomon.dev> * docs: update Co-authored-by:
Matt Solomon <matt@mattsolomon.dev> * docs: update Co-authored-by:
Maurelian <john@oplabs.co> * versions: use latest * ci: fix * CONTRIBUTING: update * ci: fix * lint: fix --------- Co-authored-by:
protolambda <proto@protolambda.com> Co-authored-by:
Matt Solomon <matt@mattsolomon.dev> Co-authored-by:
Maurelian <john@oplabs.co>
-
- 07 Aug, 2024 6 commits
-
-
Matt Joiner authored
-
protolambda authored
-
protolambda authored
-
Inphi authored
-
Sebastian Stammler authored
-
clabby authored
* feat(challenger): `AsteriscKona` trace type Adds support for the new `asterisc-kona` game type in the `op-challenger` * feat: add `kona-host` `--l2-chain-id` flag * op-challenger: Separate oracle server executor (#11348) * fix(op-challenger): run trace cmd * fix(op-challenger): lints --------- Co-authored-by:
Adrian Sutton <adrian@oplabs.co> Co-authored-by:
refcell <abigger87@gmail.com>
-
- 06 Aug, 2024 8 commits
-
-
Adrian Sutton authored
-
Sam Stokes authored
* op-proposer: add retries to output proposal * op-proposer: proposeOutput returns err to help trigger retry * op-proposer: use retry.Do for FetchOutput, add unit tests * op-proposer: improve output fetching retry impl * op-proposer: move done signal check into inner loop --------- Co-authored-by:
Sebastian Stammler <seb@oplabs.co>
-
Adrian Sutton authored
* op-challenger: Add metric to report memory used in the cannon VM * op-challenger: Remove config override.
-
Adrian Sutton authored
-
Mark Tyneway authored
* ci: bump ci builder `0.50.0` Bumps the `ci-builder` image with an updated version of foundry. Foundry update: https://github.com/ethereum-optimism/optimism/pull/11325 Docker build: https://app.circleci.com/pipelines/github/ethereum-optimism/optimism/60263/workflows/154fd94a-4029-4e2f-8bce-4ea4c6d25897 * contracts-bedrock: fix tests after new foundry version * contracts-bedrock: comment why skip * test: better comments * gas-snapshot: regenerate * snapshots: update * snapshots: update * fix(ctb): Align expected ptr in `Bytes.slice` test An update to `forge-std` causes `bound` to set the free memory pointer at an unaligned offset. This commit updates the test such that the expected pointer is correctly aligned, without an assumption on the starting ptr's alignment. --------- Co-authored-by:
clabby <ben@clab.by>
-
dependabot[bot] authored
Bumps [golang.org/x/time](https://github.com/golang/time) from 0.5.0 to 0.6.0. - [Commits](https://github.com/golang/time/compare/v0.5.0...v0.6.0) --- updated-dependencies: - dependency-name: golang.org/x/time 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/sync](https://github.com/golang/sync) from 0.7.0 to 0.8.0. - [Commits](https://github.com/golang/sync/compare/v0.7.0...v0.8.0) --- updated-dependencies: - dependency-name: golang.org/x/sync 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>
-
Inphi authored
-
- 05 Aug, 2024 4 commits
-
-
Mark Tyneway authored
The `etherscan` package isn't maintained or used in the monorepo, so it should be deleted.
-
Matt Joiner authored
-
smartcontracts authored
Minor fix to fuzz testing for SuperchainWETH and related contracts. Recipient chain ID cannot be the same as the sending chain ID. Contracts throw an error when this is the case, causing fuzz tests to fail.
-
Inphi authored
* Reduce ChannelTimeout to 50 in Granite * Capture granite genesis files. * Update snapshots. * Update op-geth dependency and resolve TODOs. * update op-geth dependency to rc.1 * fix TestGetRollupConfig --------- Co-authored-by:
Adrian Sutton <adrian@oplabs.co>
-
- 03 Aug, 2024 8 commits
-
-
Mark Tyneway authored
* contracts-bedrock: remove typescript Moves to using Go from typescript, new code is autogenerated by claude. Can confirm that both work as expected. The `check-test-names` is not running in CI, it fails for both the Go and Typescript scripts. Maybe claude will be able to get the script to pass. * Update check-spacers.go Co-authored-by:
semgrep-app[bot] <63493438+semgrep-app[bot]@users.noreply.github.com> * Update packages/contracts-bedrock/scripts/checks/check-test-names.go Co-authored-by:
semgrep-app[bot] <63493438+semgrep-app[bot]@users.noreply.github.com> * contracts-bedrock: fix build * scripts: rename * scripts: rename * scripts: fixes --------- Co-authored-by:
protolambda <proto@protolambda.com> Co-authored-by:
semgrep-app[bot] <63493438+semgrep-app[bot]@users.noreply.github.com>
-
Matt Solomon authored
-
Inphi authored
-
Matt Solomon authored
-
Sebastian Stammler authored
-
Matt Solomon authored
* doc: update style guide * apply suggestion from code review Co-authored-by:
Maurelian <john@oplabs.co> * Update packages/contracts-bedrock/STYLE_GUIDE.md --------- Co-authored-by:
Maurelian <john@oplabs.co>
-
Miki Noir authored
* delete expired docs link * use the official doc
-
protolambda authored
* contracts-bedrock: Go version of generate-invariant-docs * contracts-bedrock: Go version of generate-snapshots
-
- 02 Aug, 2024 9 commits
-
-
Blaine Malone authored
-
protolambda authored
* op-node: optimize case to handle proposer requests * op-e2e: modify withdrawals test to trigger BlockRefWithStatus finalized hot-path
-
Rahman authored
* optimize the example Use better-suited examples and make sure to add the required flag L2outputroot. * fix path * update * replace network * update comment
-
Adrian Sutton authored
-
Mark Tyneway authored
* contracts-bedrock: port custom gas token to portal2 Ports the custom gas token feature to `OptimismPortal2`. This will enable fault proofs to run on custom gas token chains. * lint: fix * tests: update * tests: update
-
Mark Tyneway authored
* contracts-bedrock: fix cross l2 inbox Updates the `CrossL2Inbox` per the latest specs proposal in https://github.com/ethereum-optimism/specs/pull/254 This reduces the cost of sending cross chain messages by emitting the message hash as part of the event rather than the full message itself. * semver-lock: fix
-
smartcontracts authored
Introduces the SuperchainWETH and ETHLiquidity contracts. More information about these contracts can be found in the OP Stack Specs repository.
-
Mark Tyneway authored
* contracts-bedrock: fix `SentMessage` event The bytecode emitted from `SentMessage(bytes) anonymous` abi encoded the `relayMessage` call, breaking the ability to put calldata directly into the event data. This uses yul to not abi encode the log as `bytes` and instead place the calldata directly into the event data. The fact that there is no abi decoding done in the test shows that this is correct. Previously the abi decoding done in the test was not correct, we want the exact data in the log to be the calldata. * snapshots: update * semver-lock: regenerate
-
Sebastian Stammler authored
* op-batcher: Implement dynamic blob/calldata selection * op-batcher: Improve logging in dynamic eth-da channel config * op-batcher: Rename field ChannelConfig.MultiFrameTx to UseBlobs * op-e2e: Add Batcher AutoDA test * lint
-
- 01 Aug, 2024 3 commits
-
-
zhiqiangxu authored
-
zhiqiangxu authored
-
Mark Tyneway authored
* ops: fix build Migrates to a different `pnpm build` command that broke as part of removing JS from the monorepo. * ops: use frozen lockfile
-