Skip to content

Arbitrum v2.0.0 Nitro Beta 8

Choose a tag to compare

@PlasmaPower PlasmaPower released this 29 Jul 23:36
· 19973 commits to master since this release
5ed2c72

This release adds support for the eth_syncing RPC and consensus v4 which changes the ArbSys precompile sendTxToL1 return value, improves the ArbGasInfo precompile pricing return values, and gets rid of defunct heartbeat messages.

User-facing Improvements

  • Initial eth_syncing implementation: #871
  • Return leafNum instead of sendHash from ArbSys sendTxToL1: #850
  • Fix ArbGasInfo get price methods: #869
  • Fix fee history: #870

Internal Highlights

  • Add consensus v4 WAVM machine to docker: #874
  • Get rid of heartbeat L2 messages: #839 and #873

Full Changelog: v2.0.0-beta.7...v2.0.0-beta.8