- 18 Apr, 2023 22 commits
-
-
OptimismBot authored
op-chain-ops: legacy withdrawal script refactoring
-
mergify[bot] authored
-
Ori Pomerantz authored
fix(specs/withdrawals): Sherlock updates
-
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
-
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.
-
- 17 Apr, 2023 12 commits
-
-
Joshua Gutow authored
fix: error log content in start.go
-
OptimismBot authored
op-e2e: fix TestSystemMockP2P - wait for peers to mesh
-
protolambda authored
-
Ori Pomerantz authored
-
OptimismBot authored
CI: fix how slither determines what to detect and when to fail.
-
mergify[bot] authored
-
OptimismBot authored
op-program: Extract stub oracles to a reusable test package
-
mergify[bot] authored
-
OptimismBot authored
op-chain-ops: prevent invalid decoding errors
-
mergify[bot] authored
-
OptimismBot authored
Add a HeaderRLP method to BlockInfo
-
Adrian Sutton authored
-
- 16 Apr, 2023 1 commit
-
-
Adrian Sutton authored
Changes sources.EthClient to reference data via the BLockInfo interface. The actual implementation is a small wrapper over a Geth header to cache the block hash.
-
- 15 Apr, 2023 5 commits
-
-
Nolan authored
-
OptimismBot authored
op-node: fix Gossip mesh parameter CLI overrides [sherlock issue fix]
-
mergify[bot] authored
-
Joshua Gutow authored
op-node: L1BlockInfo MarshalBinary&UnmarshalBinary migrated to writer…
-
mergify[bot] authored
-