plugeth/miner
Péter Szilágyi 1662228ac6
core/txpool/blobpool: 4844 blob transaction pool (#26940)
* core/blobpool: implement txpool for blob txs

* core/txpool: track address reservations to notice any weird bugs

* core/txpool/blobpool: add support for in-memory operation for tests

* core/txpool/blobpool: fix heap updating after SetGasTip if account is evicted

* core/txpool/blobpool: fix eviction order if cheap leading txs are included

* core/txpool/blobpool: add note as to why the eviction fields are not inited in reinject

* go.mod: pull in inmem billy form upstream

* core/txpool/blobpool: fix review commens

* core/txpool/blobpool: make heap and heap test deterministic

* core/txpool/blobpool: luv u linter

* core/txpool: limit blob transactions to 16 per account

* core/txpool/blobpool: fix rebase errors

* core/txpool/blobpool: luv you linter

* go.mod: revert some strange crypto package dep updates
2023-07-27 13:45:35 +03:00
..
stress/clique all: move main transaction pool into a subpool (#27463) 2023-06-16 15:29:40 +03:00
miner_test.go cmd/geth: implement dev mode for post-merge (#27327) 2023-07-06 04:42:34 -04:00
miner.go miner: suspend miner if node is syncing (#27218) 2023-05-31 03:09:49 -04:00
ordering_test.go core/txpool/blobpool: 4844 blob transaction pool (#26940) 2023-07-27 13:45:35 +03:00
ordering.go core/txpool/blobpool: 4844 blob transaction pool (#26940) 2023-07-27 13:45:35 +03:00
payload_building_test.go eth, miner: rm redundant type declare (#27713) 2023-07-13 09:55:31 +03:00
payload_building.go beacon/engine, eth/catalyst: EIP-4844 updates for the engine API (#27736) 2023-07-18 09:44:16 +02:00
worker_test.go all: move main transaction pool into a subpool (#27463) 2023-06-16 15:29:40 +03:00
worker.go core/txpool/blobpool: 4844 blob transaction pool (#26940) 2023-07-27 13:45:35 +03:00