This is a minor release and upgrading is optional
What's Changed
- The batcher now supports multiple pending transactions.
- It can be configured with
OP_BATCHER_MAX_PENDING_TX
- The default is to have a single pending transaction.
- It can be configured with
- The batcher better handles properly closing L1 channels on L2 reorgs
POLL_INTERVAL
in the batcher & proposer is no longer a required flagOP_BATCHER_SUB_SAFETY_MARGIN
is no longer a required flag & defaults to 10.- The
beta-1
config has been removed from the op-node.
Partial Change Log
- [op-batcher] Add support for multiple batcher transactions per L1 block by @mdehoog in #5398
- fix(op-chain-ops): Compute local output root with op-node exported function by @refcell in #5533
- op-batcher,proposer: Default previously required flags by @trianglesphere in #5510
- op-node: Remove beta-1 config by @ajsutton in #5535
- devnet: Delete unused flags by @trianglesphere in #5537
- op-batcher: Properly drain state on L2 reorgs by @trianglesphere in #5536
- fix: deposited tx type RLP encoding specs by @merklefruit in #5559
New Contributors
- @merklefruit made their first contribution in #5559
Full Changelog: v1.0.5...op-node/v1.0.6
Docker Images
🚢 Docker images are available on GCR