- 26 Jul, 2023 18 commits
-
-
Adrian Sutton authored
-
Adrian Sutton authored
-
OptimismBot authored
monorepo: remove postinstall hook
-
mergify[bot] authored
-
Mark Tyneway authored
The docs no longer live in the monorepo so this postinstall hook is no longer required. It was not caught when removing the docs because it was designed to never error out.
-
OptimismBot authored
specs,fault-mon: typo of output and `engine_forkchoiceUpdatedV1`
-
mergify[bot] authored
-
Mark Tyneway authored
op-chain-ops: add L1Deployments helper
-
mergify[bot] authored
-
Mark Tyneway authored
Adds a type that represents the set of L1Deployments. Each contract, including proxies, are in the struct. This is meant to be used as part of https://github.com/ethereum-optimism/optimism/pull/6412 This L1Deployments struct represents the intermediate JSON file that is produced from the foundry scripts. The first deploy script produces this JSON file and then the second turns this JSON file into the set of hardhat-deploy style artifacts in the `deployments` directory.
-
OptimismBot authored
fix(op-challenger): Cleanup Solver Internals
-
mergify[bot] authored
-
OptimismBot authored
feat(docs/op-stack): Remove
-
Ori Pomerantz authored
Transitioned to its own repository at https://github.com/ethereum-optimism/stack-docs
-
OptimismBot authored
build(deps): bump certifi from 2022.12.7 to 2023.7.22 in /ops/check-changed
-
dependabot[bot] authored
Bumps [certifi](https://github.com/certifi/python-certifi) from 2022.12.7 to 2023.7.22. - [Commits](https://github.com/certifi/python-certifi/compare/2022.12.07...2023.07.22) --- updated-dependencies: - dependency-name: certifi dependency-type: direct:production ... Signed-off-by:
dependabot[bot] <support@github.com>
-
OptimismBot authored
op-geth: Update to latest op-geth with upstream 1.12.0 changes
-
mergify[bot] authored
-
- 25 Jul, 2023 22 commits
-
-
Andreas Bigger authored
-
Mark Tyneway authored
op-chain-ops: deploy config copy
-
Mark Tyneway authored
-
Mark Tyneway authored
-
OptimismBot authored
op-bindings: storage layout entry getter
-
Mark Tyneway authored
Add a method for deeply copying a `DeployConfig`. This is useful for using a single source of truth for deploy configs in `op-e2e`. Part of https://github.com/ethereum-optimism/optimism/pull/6412
-
mergify[bot] authored
-
OptimismBot authored
cannon: Differential Fuzzing syscalls
-
mergify[bot] authored
-
OptimismBot authored
op-challenger: Add config and CLI args to support actually executing cannon
-
mergify[bot] authored
-
OptimismBot authored
op-e2e: sanity checks for config
-
Mark Tyneway authored
Adds some additional sanity checks to `op-e2e` that makes later modifications easier. Assertions that the config values are correct are added.
-
Mark Tyneway authored
Adds a getter to the storage layout type for getting the layout entry by label. This is generally a useful operation when manipulating state manually, so writing a function for it here instead of rewriting the same code many times. Part of https://github.com/ethereum-optimism/optimism/pull/6412 to make it easier to contribute to.
-
Adrian Sutton authored
-
Adrian Sutton authored
-
Adrian Sutton authored
-
Adrian Sutton authored
-
Adrian Sutton authored
-
Adrian Sutton authored
-
Adrian Sutton authored
-
Adrian Sutton authored
-