go-ethereum/core/txpool
Martin Holst Swende 5ccec6f7f8
core/txpool: refactor processing of pending transactions
core/txpool: make heads into smaller struct

core/txpool miner: handle incoming txs in worker

core/txpool: implement PendingHashes

core/txpool: unexport types, use interface + minor tweaks

core/txpool, miner: post-rebase fixup

core/txpool, miner: add back handling of locals

core/txpool, miner: move new types to pending.go

core/txpool: testing

core/txpool: make tests pass

core/txpool, eth: fix up more tests

core/txpool: fix pendingset empty-check

core/txpool: add back sorting by time
2024-03-07 14:31:58 +01:00
..
blobpool core/txpool: refactor processing of pending transactions 2024-03-07 14:31:58 +01:00
legacypool core/txpool: refactor processing of pending transactions 2024-03-07 14:31:58 +01:00
errors.go core/txpool: elevate the 'already reserved' error into a constant (#29095) 2024-02-27 13:27:50 +02:00
pending.go core/txpool: refactor processing of pending transactions 2024-03-07 14:31:58 +01:00
pending_test.go core/txpool: refactor processing of pending transactions 2024-03-07 14:31:58 +01:00
subpool.go core/txpool: refactor processing of pending transactions 2024-03-07 14:31:58 +01:00
txpool.go core/txpool: refactor processing of pending transactions 2024-03-07 14:31:58 +01:00
validation.go all: replace fmt.Errorf() with errors.New() if no param required (#29126) 2024-02-29 11:56:46 +02:00