- 05 May, 2023 1 commit
-
-
Matthew Slipper authored
-
- 18 Apr, 2023 16 commits
-
-
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.
-
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
-
- 14 Apr, 2023 5 commits
-
-
Maurelian authored
The incorrect shift in assembly detector is just broken. Where possible we should otherwise prefer disabling detectors based on severity (currently only detecting 'high' or via triage mode so that we can keep detecting other possibly dangerous instances of that detector.
-
Maurelian authored
This change implements the information provided in these slither issues: https://github.com/crytic/slither/issues/1408 https://github.com/crytic/slither-action/issues/38 Apparently 'fail_pedantic' defaults to true, which overrides the 'exclude_*' settings and causes failures on optimization and informational severity findings. As is this config should: 1. Fail only on High severity findings 2. Print Medium severity findings but not fail on them. This commit also deletes the findings in the slither db which were less than high severity. They are now simply ignored via this corrected config.
-
OptimismBot authored
specs: initial fault proof program/VM specs
-
mergify[bot] authored
-
protolambda authored
-