go-ethereum/CHANGELOG.md
github-actions[bot] f2d2957421
chore(taiko): release 1.0.0 (#251)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2024-05-25 17:32:52 +08:00

3.1 KiB

Changelog

1.0.0 (2024-05-22)

Features

  • all: changes based on Taiko protocol (7e1b8b6)
  • consensus: improve VerifyHeaders for taiko consensus (#238) (4f36879)
  • miner: change invalid transaction log level to DEBUG (#224) (286ffe2)
  • taiko_miner: remove an unnecessary check (#239) (974b338)
  • txpool: update ValidateTransaction (#237) (6cc43e1)
  • txpool: update ValidateTransaction (#255) (87f4206)
  • worker: add chainId check in worker (#228) (4ebcf66)

Bug Fixes