plugeth/core/txpool
Marius van der Wijden 230df98e4d
core/txpool: disallow future churn by remote txs (#26907)
Prior to this change, it was possible that transactions are erroneously deemed as 'future' although they are in fact 'pending', causing them to be dropped due to 'future' not being allowed to replace 'pending'. 

This change fixes that, by doing a more in-depth inspection of the queue.
2023-04-05 04:59:32 -04:00
..
journal.go
list_test.go
list.go core/txpool: disallow future churn by remote txs (#26907) 2023-04-05 04:59:32 -04:00
noncer.go
txpool2_test.go core/txpool: disallow future churn by remote txs (#26907) 2023-04-05 04:59:32 -04:00
txpool_test.go
txpool.go core/txpool: disallow future churn by remote txs (#26907) 2023-04-05 04:59:32 -04:00