- 14 Feb, 2023 20 commits
-
-
Matthew Slipper authored
-
mergify[bot] authored
fix(op-node): Include chainID in p2p signing hash
-
Adrian Sutton authored
-
Adrian Sutton authored
-
Adrian Sutton authored
-
Joshua Gutow authored
-
Joshua Gutow authored
-
Joshua Gutow authored
The following packages had their go.mod file removed: * op-e2e * op-batcher * op-bindings * op-chain-ops * op-node * op-proposer * op-service * op-signer They all had cross dependencies previously and used a go.work file to assume they could be built on the latest code rather than on the versioned code. This means that all of these packages are versioned with the root go.mod. For packages that still have a mod file, they are versioned independently.
-
mergify[bot] authored
Release v0.10.14 for op go modules
-
Joshua Gutow authored
-
Joshua Gutow authored
-
Joshua Gutow authored
-
Joshua Gutow authored
-
Joshua Gutow authored
-
mergify[bot] authored
fix(ctb): Loosen re-prove requirements in the `OptimismPortal`
-
mergify[bot] authored
-
clabby authored
-
mergify[bot] authored
op-node: Log on L1 Info deposit mismatch
-
mergify[bot] authored
-
Matthew Slipper authored
ci, ctb: Reduce devnet sequencer drift
-
- 13 Feb, 2023 20 commits
-
-
mergify[bot] authored
-
mergify[bot] authored
op-node: Monitor static peers in a background process
-
mergify[bot] authored
-
mergify[bot] authored
fix: wrong arg name
-
mergify[bot] authored
-
Joshua Gutow authored
-
mergify[bot] authored
-
mergify[bot] authored
op-chain-ops: Ignore messages from sources other than the L2XDM
-
mergify[bot] authored
-
Matthew Slipper authored
Co-authored-by:
protolambda <proto@protolambda.com>
-
clabby authored
-
clabby authored
-
clabby authored
-
clabby authored
-
Matthew Slipper authored
feat(fd): support Bedrock networks
-
mergify[bot] authored
op-node: Properly check storage proof
-
Matthew Slipper authored
The storage proof was not being properly checked. This PR corrects the check, and adds unit/fuzz tests around the storage proof checks to prevent regressions. Fixes CLI-3344
-
Matthew Slipper authored
Currently, connections with static peers are not re-established in the event of disconnection. This causes us to have to restart replicas whenever we restart the sequencer. This PR adds a background process to monitor static peers for connectedness, and automatically reconnect when necessary.
-
Robert Miller authored
-
Robert Miller authored
-