go-ethereum/CHANGELOG.md
2024-08-28 13:03:11 +08:00

8.3 KiB

Changelog

1.6.0 (2024-08-26)

Features

  • consensus: update ValidateAnchorTx (#289) (8ff161f)
  • core: changes based on the latest block.extradata format (#295) (a875cc8)
  • core: decode basefee params from block.extraData (#290) (83564ba)
  • core: introduce BasefeeSharingPctg in BlockMetadata (#287) (e6487f0)
  • eip1559: remove CalcBaseFeeOntake() method (#293) (124fde7)
  • miner: improve prepareWork() (#292) (06b2903)
  • taiko_genesis: update interanl devnet genesis JSON for ontake hardfork (#288) (a748b91)
  • taiko_genesis: update interanl devnet genesis JSON for ontake hardfork (#291) (217c9ec)
  • taiko_genesis: update internal devnet genesis JSON (#285) (b137b2a)
  • taiko_genesis: update internal devnet genesis JSON (#296) (882a6cd)

Bug Fixes

1.5.0 (2024-07-03)

Features

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

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)

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