Skip to content

Releases: taikoxyz/taiko-geth

v1.5.0

08 Jul 08:31
4954004
Compare
Choose a tag to compare

1.5.0 (2024-07-03)

Features

  • taiko_miner: add BuildTransactionsListsWithMinTip method (#283) (c777d24)

v1.4.0

02 Jul 06:36
47893ae
Compare
Choose a tag to compare

1.4.0 (2024-07-02)

Features

  • miner: count last oversized transaction (#273) (451a668)
  • taiko_worker: skip blob transactions (#280) (30a615b)

Bug Fixes

  • taiko_worker: fix a maxBytesPerTxList check issue (#282) (f930382)

v1.3.0

06 Jun 03:55
b93ef66
Compare
Choose a tag to compare

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)

v1.2.0

05 Jun 04:33
8bd80e4
Compare
Choose a tag to compare

1.2.0 (2024-06-05)

Features

Bug Fixes

v1.1.0

27 May 03:28
67b74ce
Compare
Choose a tag to compare

1.1.0 (2024-05-27)

Features

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

v1.0.0

25 May 09:33
f2d2957
Compare
Choose a tag to compare

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