Skip to content

Latest commit

 

History

History
197 lines (127 loc) · 19.9 KB

CHANGELOG.md

File metadata and controls

197 lines (127 loc) · 19.9 KB

Changelog

1.11.1 (2024-10-22)

Bug Fixes

  • taiko-geth: fix a mempool fetch issue (#333) (1340ded)
  • taiko-geth: revert a tx.Shift() change (#335) (46576d2)
  • taiko-geth: stop using RevertToSnapshot when fetching mempool (#336) (1216d8d)

1.11.0 (2024-10-16)

Features

1.10.0 (2024-10-03)

Features

  • all: changes based on Taiko protocol (7e1b8b6)
  • consensus: improve VerifyHeaders for taiko consensus (#238) (4f36879)
  • 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)
  • core: update ontakeForkHeight to Sep 24, 2024 (#309) (4e05e58)
  • eip1559: remove CalcBaseFeeOntake() method (#293) (124fde7)
  • eth: add default gpo price flag (#258) (0fb7ce1)
  • miner: change invalid transaction log level to DEBUG (#224) (286ffe2)
  • miner: compress the txlist bytes after checking the transaction is executable (#269) (aa70708)
  • miner: count last oversized transaction (#273) (451a668)
  • miner: improve prepareWork() (#292) (06b2903)
  • miner: move TAIKO_MIN_TIP check to commitL2Transactions (#272) (f3a7fb6)
  • repo: geth/v1.14.11 upstream merge (#313) (5c84a20)
  • taiko_api: reduce the frequency of zlib compression when fetching txpool content (#323) (27b4d6e)
  • taiko_genesis: update genesis JSONs (#305) (73df1f1)
  • taiko_genesis: update genesis JSONs (#315) (ae8a194)
  • 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)
  • taiko_miner: add BuildTransactionsListsWithMinTip method (#283) (c777d24)
  • taiko_miner: remove an unnecessary check (#239) (974b338)
  • taiko_worker: skip blob transactions (#280) (30a615b)
  • txpool: introduce TAIKO_MIN_TIP env (#264) (a29520e)
  • txpool: update ValidateTransaction (#237) (6cc43e1)
  • txpool: update ValidateTransaction (#255) (87f4206)
  • txpool: update max fee check in ValidateTransaction() (#259) (ef40d46)
  • worker: add chainId check in worker (#228) (4ebcf66)

Bug Fixes

  • broken url link (#28342) (a5544d3)
  • core/txpool: fix typos (a081130)
  • core: fix a transaction Message assembling issue (#308) (04d76e8)
  • eth: mark anchor transaction in traceBlockParallel (#243) (8622b2c)
  • fix some (ST1005)go-staticcheck (2814ee0)
  • flag: one typo (52234eb)
  • taiko_api: fix an EstimatedGasUsed calculation issue (#322) (96296fb)
  • taiko_genesis: update devnet Ontake fork hight (#302) (d065dd2)
  • taiko_miner: fix a typo (#299) (5faa71b)
  • taiko_worker: fix a maxBytesPerTxList check issue (#282) (f930382)
  • taiko_worker: fix a size limit check in commitL2Transactions (#245) (7a75d5e)
  • txpool: basefee requires mintip to not be nil. (#297) (6315fd4)
  • txpool: fix the unit in a log (#266) (9594e0a)
  • typo (d8a351b)
  • update link to trezor (1a79089)
  • update outdated link to trezor docs (#28966) (1a79089)
  • wokrer: fix an issue in sealBlockWith (#240) (02c6ee9)

1.8.0 (2024-09-09)

Features

  • core: update ontakeForkHeight to Sep 24, 2024 (#309) (4e05e58)

1.7.0 (2024-08-29)

Features

Bug Fixes

  • core: fix a transaction Message assembling issue (#308) (04d76e8)

1.6.1 (2024-08-28)

Bug Fixes

  • taiko_genesis: update devnet Ontake fork hight (#302) (d065dd2)

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