0.6.0 (2025-11-22)
Summary
This release includes multiple Shasta chainspec tweaks landed (timestamp-based activation, --devnet_shasta_timestamp flag, anchorV4 selector/decoder adjustments, London check removal, and devnet genesis JSON updates), consensus added post-genesis base fee safeguards and anchorV4 fixes with Shasta base fee bounds, RPC gained taiko_lastBlockIDByBatchID, and bumped to reth v1.9.3.
Details
Features
- chainspec: check Shasta activation based on timestamp (#49) (361bbdf)
- chainspec: introduce
devnet_shasta_timestampflag && updateanchorV4selector (#51) (3d4332c) - chainspec: remove London check from Shasta activation checks (#53) (8660384)
- chainspec: update devnet genesis json (#52) (89831d1)
- chainspec: update devnet genesis JSON (#63) (bda7c4a)
- consensus: add first post-genesis block check in
calculate_next_block_eip4396_base_fee(#61) (40dbd81) - consensus: fix an issue in
validate_header_against_parent(#62) (b571c20) - consensus: introduce protocol
MIN_BASE_FEEandMAX_BASE_FEEfor Shasta blocks (#46) (9556014) - consensus: remove the latest
anchorV4change introduced in protocol #20304 (#59) (0e22cd5) - consensus: update
anchorV4based on protocol #20304 (#58) (14b1a5f) - repo: bump
rethdependency tov1.9.3(#64) (6ff4dea) - rpc: introduce
taiko_lastBlockIDByBatchIDRPC method (#56) (d1f8a02) - rpc: update
anchorV4params decoder (#57) (12fadbe)