- 19 Apr, 2023 1 commit
-
-
Adrian Sutton authored
op-program: Support running in offline mode.
-
- 18 Apr, 2023 37 commits
-
-
OptimismBot authored
fix(CI): Fail CI if `contracts-bedrock` tests fail
-
mergify[bot] authored
-
Ori Pomerantz authored
fix(docs/op-stack): Fix the npx deploy
-
mergify[bot] authored
-
Ori Pomerantz authored
-
OptimismBot authored
op-program: Fix op-program Makefile
-
mergify[bot] authored
-
OptimismBot authored
ci: Remove ci-builder from changesets
-
mergify[bot] authored
-
OptimismBot authored
op-chain-ops: legacy withdrawal script refactoring
-
mergify[bot] authored
-
clabby authored
-
Matthew Slipper authored
`ci-builder` no longer uses changesets for releases. It is now built + published using CCI like our other Go packages are. This PR removes `ci-builder` from changesets, and migrates the CCI config to use the version on Google Artifact Registry.
-
Ori Pomerantz authored
fix(specs/withdrawals): Sherlock updates
-
clabby authored
-
Adrian Sutton authored
-
OptimismBot authored
ops: Fix the CI builder docker context
-
mergify[bot] authored
-
OptimismBot authored
op-program: Hint reader recovery
-
mergify[bot] authored
-
Matthew Slipper authored
Docker context was set to the `Dockerfile` rather than the containing directory.
-
Matthew Slipper authored
ops: Move ci-builder into GCR
-
Matthew Slipper authored
Adds a CCI job to publish `ci-builder` into GCR rather than using changesets. Subsequent PRs will update the Dockerfiles across the monorepo to use the GCR-based `ci-builder` rather than the one on Docker hub. To release a new version of the CI builder, push a tag that starts with `ci-builder/v`.
-
Ori Pomerantz authored
-
Ori Pomerantz authored
-
Adrian Sutton authored
-
Ori Pomerantz authored
Bring more in line with the code.
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
-
Mark Tyneway authored
Clean up the script that is used to migrate legacy withdrawals. This script is very important for testing the legacy withdrawal migration. A bug was introduced with https://github.com/ethereum-optimism/optimism/pull/4911 which was a sherlock audit fix. This was a bug because the change resulted in the withdrawal hashes changing, meaning that the storage slots computed client side also changed. This resulted in breaking the script. This commit reverts this change. The changes landing in https://github.com/ethereum-optimism/optimism/pull/5470 will cause the buffer in the gas limit for the migrated withdrawals to be too small, so we can reintroduce this code behind a switch with the network. Its not ideal that the migration code isn't going to match 1:1 with goerli but thats ok because we will be able to thoroughly test it.
-
OptimismBot authored
op-program: Populate preimage store
-
inphi authored
Attempt to recover the hint read stream when the NextHint callback fails
-
protolambda authored
-
protolambda authored
-
Adrian Sutton authored
op-program now uses an in-memory key-value store as the backing for all data with the same key-based retrieval and deserialization as in non-fetching mode.
-
clabby authored
-
- 17 Apr, 2023 2 commits
-
-
Joshua Gutow authored
fix: error log content in start.go
-
OptimismBot authored
op-e2e: fix TestSystemMockP2P - wait for peers to mesh
-