Skip to content

Arbitrum Nitro v2.0.15 Alpha 2

Pre-release
Pre-release
Compare
Choose a tag to compare
@PlasmaPower PlasmaPower released this 12 May 22:36
· 6373 commits to master since this release
v2.0.15-alpha.2
601d6bd

This release is available as a Docker image on Docker Hub at offchainlabs/nitro-node:v2.0.15-alpha.2-601d6bd

What's Changed

This release improves sequencer reliability, L3 support, and adds the Shanghai changes to the EVM to ArbOS version 11 compared to the previous alpha release.

Pending ArbOS Version 11 Improvements (work in progress)

  • Build against geth Shanghai branch: #1583

Internal Highlights

  • When acquiring the lockout, populate the feed backlog: #1627
  • seq_coordinator: only take over if all blocks were built: #1623
  • Add the missing ContractAddress field to the logs receipt RLP format: #1632
  • Update GetPendingCallBlockNumber to handle L3 chains: #1593
  • Use ParentChainBlockNumber instead of assuming that parent is L1(need for L3 chains): #1594
  • Convert the contracts folder into a submodule: #1614
  • Don't panic in TxForwarder StopAndWait if not initialized: #1628

Full Changelog: v2.0.15-alpha.1...v2.0.15-alpha.2