- 26 Jan, 2023 1 commit
-
-
Sebastian Stammler authored
-
- 25 Jan, 2023 30 commits
-
-
Joshua Gutow authored
-
Sebastian Stammler authored
-
Sebastian Stammler authored
Necessary after rebase.
-
Sebastian Stammler authored
-
Sebastian Stammler authored
Created an abstraction around channel creation, channelBuilder, that tracks the amount of input rlp bytes and then decides when to close the channel based on an estimated compression ratio.
-
Sebastian Stammler authored
- MinL1TxSize got renamed to TargetL1TxSize, it's the estimated target frame size - TargetNumFrames is the estimated number of frames per channel - ApprocComprRatio is the approximate compression ratio of the used compression algorithm (<= 1.0)
-
Sebastian Stammler authored
The improved tx batching algorithm needs to track the rlp encoded byte size of added blocks and the frame number, so they are now returned by ChannelOut to avoid state and computation duplication.
-
Sebastian Stammler authored
Bedrock frames have a fixed overhead of 23 bytes. Also removed the extra byte that was reserved for the version because the calling sites of OutputFrame() already subtract this byte from their maxSize arguments. This makes sense because the calling sites are responsible for handling the correct overall tx data size.
-
Matthew Slipper authored
op-proposer: Move to shared signer setup & simplified init
-
Joshua Gutow authored
This removes the NewL2OutputSubmitterWithSigner function and places the old NewL2OutputSubmitter code inside the main function.
-
Matthew Slipper authored
op-service: Migrate tx manager package
-
mergify[bot] authored
fix batch-deriv-chain.svg
-
bap2pecs authored
-
Joshua Gutow authored
-
Joshua Gutow authored
-
Joshua Gutow authored
-
Joshua Gutow authored
-
Joshua Gutow authored
-
Joshua Gutow authored
-
Joshua Gutow authored
This places the txmgr package in the op-service folder instead of the op-proposer folder. This removes the proposer for being a dependency of the batcher. The txmgr code is shared code so it makes more sense to be there.
-
mergify[bot] authored
feat(e2e): Garbage batch test
-
mergify[bot] authored
-
mergify[bot] authored
feat: l1 and l2 source validation
-
mergify[bot] authored
-
Joshua Gutow authored
fix spec/assets/engine.svg
-
mergify[bot] authored
-
✨ Andreas Bigger authored -
clabby authored
whoops
-
bap2pecs authored
-
clabby authored
-
- 24 Jan, 2023 9 commits