github OffchainLabs/nitro v2.0.11-alpha.1
Arbitrum Nitro v2.0.11 Alpha 1

latest releases: v3.2.1, consensus-v32, v3.2.0...
pre-release20 months ago

This release is available as a Docker image on Docker Hub at offchainlabs/nitro-node:v2.0.11-alpha.1-bbb56e2

What's Changed

This release improves logging to help troubleshoot issues, improves the sequencer to allow sending it multiple txs from the same acount in parallel (though this might not be rolled out yet!), and improves the batch poster timing to reduce the wait for a batch during high L1 gas prices.

User-facing Improvements

  • Add a cache of txs which failed due to nonce too high (allows sending multiple txs from the same account in parallel to the sequencer): #1418
  • Update formula for max fee calculation for batch posting: #1425
  • Data availability service aws client now supports the standard credential provider chain: #1412
  • Add trace-level logging of L1 RPC requests: #1441

Internal Highlights

  • Feed compression: #1402
  • Fix batchMeta cache invalidation on reorg: #1444
  • Only send record from single thread: #1443
  • Improve logging when we fail to find a sequencer batch: #1437
  • Simplify DAS Orchestration and Abstraction: #1423
  • Validate latest batch even if chain isn't progressing: #1436
  • Improve feed reorg handling in transaction streamer: #1446
  • Log ErrRetrySequencer and if sequencing takes too long: #1450
  • Add error context everywhere in the validator code" #1447

Full Changelog: v2.0.10...v2.0.11.alpha-1

Don't miss a new nitro release

NewReleases is sending notifications on new releases.