Skip to content

v0.6.0

Latest

Choose a tag to compare

@taiko-kitty taiko-kitty released this 23 Nov 02:36
80943c0

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_timestamp flag && update anchorV4 selector (#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_FEE and MAX_BASE_FEE for Shasta blocks (#46) (9556014)
  • consensus: remove the latest anchorV4 change introduced in protocol #20304 (#59) (0e22cd5)
  • consensus: update anchorV4 based on protocol #20304 (#58) (14b1a5f)
  • repo: bump reth dependency to v1.9.3 (#64) (6ff4dea)
  • rpc: introduce taiko_lastBlockIDByBatchID RPC method (#56) (d1f8a02)
  • rpc: update anchorV4 params decoder (#57) (12fadbe)

Chores

  • chainspec: update devnet genesis json (#55) (82b5f9a)