go-ethereum/miner
HAOYUatHZ ac044caa1b
feat(miner): account fetch limit (#939)
* feat(worker): try to limit the number of txns miner has to deal with (#745)

to reduce the effect of having a huge backlog on performance

* fix(worker): set default account fetch limit (#756)

* fix

* update miner/worker.go

* fix

---------

Co-authored-by: Ömer Faruk Irmak <omerfirmak@gmail.com>
Co-authored-by: Péter Garamvölgyi <peter@scroll.io>
2024-07-29 19:07:43 +08:00
..
stress/clique replace package name (#924) 2024-07-25 08:26:20 +08:00
miner.go feat(miner): account fetch limit (#939) 2024-07-29 19:07:43 +08:00
miner_test.go feat(miner): account fetch limit (#939) 2024-07-29 19:07:43 +08:00
ordering.go replace package name (#924) 2024-07-25 08:26:20 +08:00
ordering_test.go replace package name (#924) 2024-07-25 08:26:20 +08:00
payload_building.go replace package name (#924) 2024-07-25 08:26:20 +08:00
payload_building_test.go replace package name (#924) 2024-07-25 08:26:20 +08:00
scroll_worker.go feat(miner): account fetch limit (#939) 2024-07-29 19:07:43 +08:00
worker.go feat(miner): account fetch limit (#939) 2024-07-29 19:07:43 +08:00
worker_test.go feat(miner): account fetch limit (#939) 2024-07-29 19:07:43 +08:00