- 28 Jan, 2023 10 commits
-
-
mergify[bot] authored
[ENG-2626] op-batcher: Efficient batching
-
mergify[bot] authored
-
mergify[bot] authored
op-chain-ops: update script to submit pending withdrawals
-
mergify[bot] authored
-
Mark Tyneway authored
-
Matthew Slipper authored
proxyd: Add nonce to sender-based rate limit
-
Matthew Slipper authored
-
Sebastian Stammler authored
-
mergify[bot] authored
proxyd: Add missing req_id to log entry
-
mergify[bot] authored
-
- 27 Jan, 2023 14 commits
-
-
inphi authored
-
Sebastian Stammler authored
-
Sebastian Stammler authored
This is just a temporary remedy to (hopefully) make the devnet CIs pass. 624 bytes = 8 (~L2 per L1 blocks) * 78 bytes (empty block with just Deposited tx) It's a delicate dance. Propoer fix is to observe channel timeouts and sequencer window span so that we can set an even larger target but still send txs quickly enough when there's now tx volume.
-
Sebastian Stammler authored
The block index handling had multiple bugs.
-
Sebastian Stammler authored
-
Sebastian Stammler authored
-
mergify[bot] authored
feat(l2g): properly return NonceTooHigh
-
mergify[bot] authored
-
mergify[bot] authored
feat(ctp): ATST 1.1.0 artifacts
-
Kelvin Fichter authored
Commits artifacts for the 1.1.0 update of the ATST.
-
Sebastian Stammler authored
-
mergify[bot] authored
-
mergify[bot] authored
op-node: refactor sequencer to use EngineControl, test sequencing
-
mergify[bot] authored
-
- 26 Jan, 2023 16 commits
-
-
mergify[bot] authored
op-node: implement metered EngineControl, a wrapper to capture metrics
-
mergify[bot] authored
-
Sebastian Stammler authored
-
Sebastian Stammler authored
-
Sebastian Stammler authored
Better than replicating state.
-
Sebastian Stammler authored
-
mergify[bot] authored
op-node: implement EngineControl interface
-
Kelvin Fichter authored
Has the Sequencer properly return NonceTooHigh when the nonce on a transaction is higher than the nonce of the account. NonceTooHigh is not typically in this codepath, but here it makes sense because there is no mempool and the txn is being rejected outright.
-
mergify[bot] authored
-
mergify[bot] authored
op-node: Fix disable p2p
-
Joshua Gutow authored
-
mergify[bot] authored
feat(op-chain-ops): EOF Crawler CLI tool
-
mergify[bot] authored
-
mergify[bot] authored
op-batcher: better error handling logic
-
Mark Tyneway authored
-
Mark Tyneway authored
Be extra pendantic around expected data being not `nil` to prevent unexpected panics.
-