Skip to content

v0.5.0

Choose a tag to compare

@taiko-kitty taiko-kitty released this 27 Oct 02:30
3bcdad1

0.5.0 (2025-10-27)

Summary

This release introduces some consensus updates, network renaming, and repository refinements for improved modularity and automation.

Details

Features

  • consensus: changes based on protocol #20413 (#44) (28d7473)
  • consensus: improve EIP-4396 calculation (#32) (569500d)
  • repo: always use alethia-reth as package name (94ac428)

Bug Fixes

  • repo: fix workflows and release-please (#39) (4836da9)

Chores

  • chainspec: remove Hekla and introduce Tolba network (#35) (2937d0a)
  • chainspec: rename tolba network to taiko-hoodi (#43) (3df171e)
  • chainspec: update devnet genesis JSON (#45) (fecf7f1)
  • chainspec: update Shasta devnet genesis JSON (#26) (14da7bd)
  • repo: always use alethia-reth as package name (#28) (94ac428)
  • repo: introduce AGENTS.md (#34) (7dbd4fc)
  • repo: introduce justfile (#33) (6c8fd92)
  • repo: update Cargo.lock (#41) (8cf2220)
  • repo: update project type in release-please-config.json (#29) (699930f)

Documentation

  • repo: update README for using just test (#36) (fe211c2)

Code Refactoring

  • repo: refine workspace layout by modularizing crates (#37) (a9f7cfe)
  • repo: rename the alethia-reth crate to alethia-reth-node (#38) (8fce9a5)

Workflow

  • repo: add claude workflows (#27) (01cdc56)
  • repo: add timeout to docker build (68ae907)
  • repo: add timeout to docker build (114976d)
  • repo: more improvements (fa42db7)