Skip to content

taiko-alethia-client: v0.43.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@taiko-kitty taiko-kitty released this 14 Jan 02:57
a525b2b

v0.43.0 (2025-01-14)

Features

  • taiko-client: only check and trigger P2P sync progress right after starting (#18745) (a05e4c9)
  • taiko-client: remove soft blocks implementation (#18744) (f645b23)
  • taiko-client: soft block driver APIs (#18273) (9fff7ff)

Bug Fixes

  • taiko-client: check inner iterator errors in BlockProposedIterator (#18757) (404efcc)
  • taiko-client: check the blockID of the last verified block before using it as FinalizedBlockHash (#18739) (8c364b1)
  • taiko-client: remove finalizedBlock info when P2P syncing (#18735) (d81a630)
  • taiko-client: revert tracker.triggered related changes (#18737) (e76d865)

Chores

  • taiko-client: add softBlock server start log (#18731) (23594ff)
  • taiko-client: bump taiko-geth dep (#18730) (554f679)
  • taiko-client: cleanup some unused variables in bindings package (#18752) (13ccc54)
  • taiko-client: improve TxBuilderWithFallback logs (#18738) (01ebba3)

Tests