- 26 Jul, 2023 34 commits
-
-
Mark Tyneway authored
feat: gitmodules for contracts deps
-
OptimismBot authored
feat(ctb): Semver lockfile
-
mergify[bot] authored
-
clabby authored
-
OptimismBot authored
op-challenger: Find snapshot to start execution at
-
clabby authored
-
Adrian Sutton authored
-
Mark Tyneway authored
-
Mark Tyneway authored
dockerfile: fix typo docker: attempt fix ci: fix slither ci: fix deps docker: fix op-bindings: regenerate ci: build first ci: fixup
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
e8a047e3f40f13fa37af6fe14e6e06283d9a060e
-
Mark Tyneway authored
c9ce3f25bde29fc5eb9901842bf02850dfd2d084
-
Mark Tyneway authored
105efee1b9127ed7f6fedf139e1fc796ce8791f2
-
Mark Tyneway authored
8f9b23f8838670afda0fd8983f2c41e8037ae6bc
-
Mark Tyneway authored
v4.7.3
-
Mark Tyneway authored
v4.7.3
-
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 6 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
-