Skip to content

Arbitrum Nitro v2.3.4 Release Candidate 4

Pre-release
Pre-release
Compare
Choose a tag to compare
@PlasmaPower PlasmaPower released this 28 Apr 21:21
· 1768 commits to master since this release
v2.3.4-rc.4
82988d5

This release is available as a Docker image on Docker Hub at offchainlabs/nitro-node:v2.3.4-rc.4-82988d5

What's Changed

This release improves EIP-4844 batch posting and merges in a new go-ethereum version compared to the previous release candidate.

Configuration Changes

  • --log-level has new values:
    • -8 is trace
    • -4 is debug
    • 0 is info
    • 4 is warn
    • 8 is error
    • 12 is crit
  • For alerting, note that error logs will now have a level field of "error" instead of "eror".

Internal Highlights

  • Add a check to make sure we don't allow accidentally downgrading ArbOS: #2236
  • Merge v1.13.6: #2237
  • Fix data poster creating nonce gap: #2261

Full Changelog: v2.3.4-rc.3...v2.3.4-rc.4