go-ethereum/miner
David 9e6edc51db
feat(miner): reduce the number compression attempts when fetching transactions list (#406)
* feat(miner): reduce the number compression attempts when fetching transactions list

* chore: update ci

* chore: update ci

* chore: update ci

* chore: update ci

* Update miner/taiko_worker.go

Co-authored-by: maskpp <maskpp266@gmail.com>

* chore: update ci

* feat: rename

* feat: rename

* feat: one more optimization

* feat: update TODO && checks

* feat: introduce `txsPruningResult.GasPruned`

* fix: fix an issue

* feat: more improvements

* feat: update TODO && checks

* feat: rename

* Update miner/taiko_worker.go

Co-authored-by: maskpp <maskpp266@gmail.com>

---------

Co-authored-by: maskpp <maskpp266@gmail.com>
2025-03-29 04:11:52 +00:00
..
miner.go feat(repo): go-ethereum v1.15.5 upstream merge (#395) 2025-03-11 16:48:47 +09:00
miner_test.go feat(repo): go-ethereum v1.15.5 upstream merge (#395) 2025-03-11 16:48:47 +09:00
ordering.go core/txpool, eth, miner: retrieve plain and blob txs separately (#29026) 2024-02-20 11:37:23 +02:00
ordering_test.go core/txpool, miner: speed up blob pool pending retrievals (#29008) 2024-02-19 15:59:40 +02:00
payload_building.go feat(repo): go-ethereum v1.15.5 upstream merge (#395) 2025-03-11 16:48:47 +09:00
payload_building_test.go feat(repo): go-ethereum v1.15.5 upstream merge (#395) 2025-03-11 16:48:47 +09:00
pending.go feat(repo): go-ethereum v1.15.5 upstream merge (#395) 2025-03-11 16:48:47 +09:00
taiko_miner.go chore(core): revert []*ethapi.RPCTransaction changes in miner (#394) 2025-03-04 02:15:56 +00:00
taiko_payload_building.go feat(all): changes based on Taiko protocol 2024-05-04 15:20:40 +08:00
taiko_payload_building_test.go feat(repo): geth/v1.14.11 upstream merge (#313) 2024-10-02 21:06:03 -07:00
taiko_worker.go feat(miner): reduce the number compression attempts when fetching transactions list (#406) 2025-03-29 04:11:52 +00:00
taiko_worker_test.go feat(repo): go-ethereum v1.15.5 upstream merge (#395) 2025-03-11 16:48:47 +09:00
worker.go feat(repo): go-ethereum v1.15.5 upstream merge (#395) 2025-03-11 16:48:47 +09:00