- 11 Feb, 2023 1 commit
-
-
Matthew Slipper authored
The sequencer drift was larger than the sequencing window. This can cause reorgs. To fix I reduced the drift to 10s, which is lower than the 45 second sequencing window specified via the L1 block time and the window size.
-
- 10 Feb, 2023 1 commit
-
-
Zach Howard authored
Add internal certman package with mTLS certificate reload fixes for k8s volumes
-
- 09 Feb, 2023 3 commits
-
-
Zach Howard authored
-
Zach Howard authored
-
Zach Howard authored
-
- 07 Feb, 2023 5 commits
-
-
Matthew Slipper authored
-
Matthew Slipper authored
-
Matthew Slipper authored
-
Matthew Slipper authored
-
Matthew Slipper authored
-
- 06 Feb, 2023 2 commits
-
-
mergify[bot] authored
op-batcher: Watch timeouts [ENG-2625]
-
mergify[bot] authored
-
- 05 Feb, 2023 1 commit
-
-
mergify[bot] authored
Update bridges.md
-
- 04 Feb, 2023 11 commits
-
-
Alex Stokes authored
-
Sebastian Stammler authored
-
Sebastian Stammler authored
-
Sebastian Stammler authored
-
Sebastian Stammler authored
And use it in op-batcher.
-
mergify[bot] authored
specs: Fix typo & link in withdrawals section
-
mergify[bot] authored
-
Matthew Slipper authored
Remove node built in from sdk
-
Matthew Slipper authored
feat(mon): Add withdrawal monitor to chain-mon
-
mergify[bot] authored
chore(op-node): Fix two typos
-
mergify[bot] authored
-
- 03 Feb, 2023 16 commits
-
-
Mark Tyneway authored
chore(deps): bump http-cache-semantics from 4.1.0 to 4.1.1
-
Will Cory authored
-
mergify[bot] authored
fix(spec): Add missing call to engine_newPayload
-
Sebastian Stammler authored
The batcher now queries the inbox address from the rollup node.
-
Sebastian Stammler authored
-
Sebastian Stammler authored
- also fix a captured loop variable
-
Sebastian Stammler authored
-
Sebastian Stammler authored
- Removes the ChannelSubTimeout config flag and instead uses the SubSafetyMargin as a #L1-block safety margin to both, the channel timeout and sequencing window timeout - Remove unused flags SequencerBatchInboxAddress and ChannelTimeout as these values are now queried from the rollup node.
-
Sebastian Stammler authored
-
Sebastian Stammler authored
This avoids having to provide rollup configuration as flags to the batcher; also avoids possible inconsistencies.
-
Sebastian Stammler authored
-
Sebastian Stammler authored
We need to access the batch data directly in the batcher when tracking the sequencer window. For that reason, export BlockToBatch to be able to create the batch from a block there and then add it to ChannelOut without converting twice.
-
Sebastian Stammler authored
and improve other code docs. It was confusing that AddL2Block adds a block to the queue whereas addBlocks processed them, thereby removing them from the queue. So renamed to `processBlocks`.
-
Sebastian Stammler authored
-
Sebastian Stammler authored
-
Sebastian Stammler authored
-