Commit graph

14968 commits

Author SHA1 Message Date
maskpp
96296fb42e
fix(taiko_api): fix an EstimatedGasUsed calculation issue (#322)
* correct EstimatedGasUsed if lastTransaction is not null

* correct EstimatedGasUsed if lastTransaction is not null

* fix import order

* Update core/state/statedb.go

---------

Co-authored-by: David <david@taiko.xyz>
2024-09-29 04:07:58 +00:00
maskpp
4e4c2a4b65
Revert "chore(taiko): release 1.9.0 (#317)" (#318)
This reverts commit 89b85fb4b2.
2024-09-26 06:40:25 +00:00
taiko-bot
89b85fb4b2
chore(taiko): release 1.9.0 (#317) 2024-09-26 14:21:53 +08:00
Gavin Yu
ae8a194c51
feat(taiko_genesis): update genesis JSONs (#315) 2024-09-26 03:43:50 +00:00
taiko-bot
c29e3043e4
chore(taiko): release 1.8.0 (#310) 2024-09-10 10:25:39 +08:00
Gavin Yu
4e05e5893b
feat(core): update ontakeForkHeight to Sep 24, 2024 (#309)
* feat(core): update `ontakeForkHeight` to Sep 24, 2024

* Update taiko_genesis.go
2024-09-09 04:04:48 +00:00
taiko-bot
50da615425
chore(taiko): release 1.7.0 (#306) 2024-08-29 15:48:53 +08:00
David
04d76e8f01
fix(core): fix a transaction Message assembling issue (#308) 2024-08-29 15:01:47 +08:00
David
b5ac526d9a
chore(taiko_genesis): update genesis JSONs (#307) 2024-08-29 13:33:48 +08:00
David
73df1f1a11
feat(taiko_genesis): update genesis JSONs (#305) 2024-08-29 01:55:51 +00:00
David
062d4b71f9
chore(taiko_genesis): update genesis block configs (#304) 2024-08-28 15:07:09 +00:00
taiko-bot
5b4a9619f9
chore(taiko): release 1.6.1 (#303) 2024-08-28 20:37:05 +08:00
johntaiko
d065dd2c3d
fix(taiko_genesis): update devnet Ontake fork hight (#302)
* fix: update devnet ontake hight

* Update core/taiko_genesis.go

Co-authored-by: Gavin Yu <gavin@taiko.xyz>

---------

Co-authored-by: David <david@taiko.xyz>
Co-authored-by: Gavin Yu <gavin@taiko.xyz>
2024-08-28 09:35:42 +00:00
taiko-bot
80e3cb427a
chore(taiko): release 1.6.0 (#286) 2024-08-28 13:03:11 +08:00
David
c65e9b9a95
chore(taiko_genesis): update genesis JSONs (#301) 2024-08-26 04:35:27 +00:00
johntaiko
5faa71b531
fix(taiko_miner): fix a typo (#299) 2024-08-14 09:16:26 +00:00
David
2134337035
chore(taiko_genesis): update genesis JSONs (#298)
* chore(taiko_genesis): update genesis JSONs

* feat: update `AnchorV2Selector`
2024-08-14 06:59:22 +00:00
johntaiko
6315fd4969
fix(txpool): basefee requires mintip to not be nil. (#297) 2024-08-08 06:40:39 +00:00
David
882a6cd329
feat(taiko_genesis): update internal devnet genesis JSON (#296) 2024-08-08 04:14:10 +00:00
David
a875cc83b9
feat(core): changes based on the latest block.extradata format (#295) 2024-08-08 03:38:43 +00:00
David
124fde7e02
feat(eip1559): remove CalcBaseFeeOntake() method (#293) 2024-08-03 16:56:11 +08:00
David
06b29039cb
feat(miner): improve prepareWork() (#292) 2024-07-29 09:26:23 +00:00
David
217c9ec0f4
feat(taiko_genesis): update interanl devnet genesis JSON for ontake hardfork (#291) 2024-07-29 06:33:13 +00:00
David
83564ba6fc
feat(core): decode basefee params from block.extraData (#290)
* feat(core): decode basefee params from `block.extraData`

* feat: add `CalcBaseFeeOntake`
2024-07-29 06:07:53 +00:00
David
8ff161fb39
feat(consensus): update ValidateAnchorTx (#289)
* feat(consensus): update `ValidateAnchorTx`

* feat(consensus): update `ValidateAnchorTx`
2024-07-28 08:31:45 +00:00
David
a748b914ab
feat(taiko_genesis): update interanl devnet genesis JSON for ontake hardfork (#288) 2024-07-28 06:06:05 +00:00
David
e6487f00ed
feat(core): introduce BasefeeSharingPctg in BlockMetadata (#287)
* feat(core): introduce `BasefeeSharingPctg` in `BlockMetadata`

* feat: update message

* feat: check BasefeeSharingPctg
2024-07-26 09:02:03 +00:00
Gavin Yu
b137b2ac11
feat(taiko_genesis): update internal devnet genesis JSON (#285) 2024-07-10 07:12:25 +00:00
taiko-bot
4954004f4e
chore(taiko): release 1.5.0 (#284) 2024-07-08 16:27:00 +08:00
David
c777d24af1
feat(taiko_miner): add BuildTransactionsListsWithMinTip method (#283)
* fix(taiko_worker): fix a `maxBytesPerTxList` check issue

* feat(taiko_miner): add `BuildTransactionsListsWithMinTip` method

* update
2024-07-03 05:09:45 +00:00
taiko-bot
47893aead4
chore(taiko): release 1.4.0 (#275) 2024-07-02 06:36:35 +00:00
David
f930382f4b
fix(taiko_worker): fix a maxBytesPerTxList check issue (#282)
* fix(taiko_worker): fix a `maxBytesPerTxList` check issue

* feat: more changes

* feat: more changes
2024-07-02 06:21:52 +00:00
maskpp
30a615b4c3
feat(taiko_worker): skip blob transactions (#280)
* ignore blob tx

* close blob pool

* temporarily change docker script

* add log

* revert change

* change to use debug log

* Update miner/taiko_worker.go

---------

Co-authored-by: David <david@taiko.xyz>
2024-06-19 13:59:30 +00:00
David
451a668d79
feat(miner): count last oversized transaction (#273) 2024-06-12 15:06:10 +00:00
maskpp
89b3fdd74c
build using cross-compilation (#274) 2024-06-12 15:13:40 +08:00
taiko-bot
b93ef66540
chore(taiko): release 1.3.0 (#271) 2024-06-06 03:55:13 +00:00
David
f3a7fb6311
feat(miner): move TAIKO_MIN_TIP check to commitL2Transactions (#272) 2024-06-06 03:40:25 +00:00
David
aa70708a69
feat(miner): compress the txlist bytes after checking the transaction is executable (#269)
* feat(miner): introduce `bytesLimitCheckStep`

* feat: compress

* Update miner/taiko_worker.go

Co-authored-by: Roger <50648015+RogerLamTd@users.noreply.github.com>

---------

Co-authored-by: Roger <50648015+RogerLamTd@users.noreply.github.com>
2024-06-06 02:54:06 +00:00
taiko-bot
8bd80e422f
chore(taiko): release 1.2.0 (#265) 2024-06-05 12:33:05 +08:00
Gavin Yu
9594e0a6a8
fix(txpool): fix the unit in a log (#266) 2024-06-05 09:37:45 +08:00
David
a29520e066
feat(txpool): introduce TAIKO_MIN_TIP env (#264) 2024-06-01 03:49:42 +00:00
maskpp
037640eccd
chore(ci): fix an issue in docker build cache (#262) 2024-05-27 08:35:22 +00:00
taiko-bot
67b74ce055
chore(taiko): release 1.1.0 (#260) 2024-05-27 03:28:20 +00:00
jeff
0fb7ce1999
feat(eth): add default gpo price flag (#258)
* default flag

* default max price

* comments
2024-05-27 03:13:01 +00:00
David
ef40d46c0e
feat(txpool): update max fee check in ValidateTransaction() (#259) 2024-05-27 02:37:32 +00:00
d1onys1us
8152c90c4f
ci: add taiko-kitty bot (#256) 2024-05-26 00:20:30 +00:00
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
David
87f42062d9
feat(txpool): update ValidateTransaction (#255)
* feat(txpool): update `ValidateTransaction`

* feat(txpool): update `ValidateTransaction`
2024-05-22 20:46:57 +08:00
David
78744374c1
chore(taiko_genesis): update genesis JSONs (#254) 2024-05-22 13:39:42 +08:00
David
91be6dd14a
chore(taiko_genesis): update genesis JSONs (#253) 2024-05-21 23:50:36 +08:00