plugeth/core/txpool
jin 46ec972c9c
core/txpool/legacypool: reheap the tx list if london fork not enabled (#27481)
This change ensures Reheap will be called even before the London fork activates.
Since Reheap would otherwise only be called through `SetBaseFee` after London,
the list would just keep growing if the fork was not enabled or not reached yet.
2023-06-18 22:43:53 +02:00
..
legacypool core/txpool/legacypool: reheap the tx list if london fork not enabled (#27481) 2023-06-18 22:43:53 +02:00
errors.go all: move main transaction pool into a subpool (#27463) 2023-06-16 15:29:40 +03:00
subpool.go all: move main transaction pool into a subpool (#27463) 2023-06-16 15:29:40 +03:00
txpool.go all: move main transaction pool into a subpool (#27463) 2023-06-16 15:29:40 +03:00
validation.go core/txpool: make transaction validation reusable across packages (pools) (#27429) 2023-06-06 12:53:29 +03:00