Skip to content

Latest commit

 

History

History
56 lines (34 loc) · 4.64 KB

CHANGELOG.md

File metadata and controls

56 lines (34 loc) · 4.64 KB

Changelog

1.3.0 (2024-06-06)

Features

  • miner: compress the txlist bytes after checking the transaction is executable (#269) (aa70708)
  • miner: move TAIKO_MIN_TIP check to commitL2Transactions (#272) (f3a7fb6)

1.2.0 (2024-06-05)

Features

Bug Fixes

1.1.0 (2024-05-27)

Features

  • eth: add default gpo price flag (#258) (0fb7ce1)
  • txpool: update max fee check in ValidateTransaction() (#259) (ef40d46)

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