go-ethereum/core/txpool/legacypool
Luis Ayuso 00a4aa7f69
Fix issue with different state depending on input order.
This commit fixes the issue where the submission of a transaction with an authority which already has a pending transaction would fail. While submitting the authorization first and the transaction second would work.

This is unexpected because when using gap nonces, the behavior could still be correct according to the limitations introduced for the EIP -27702.
2025-03-10 12:29:52 +01:00
..
legacypool.go Fix issue with different state depending on input order. 2025-03-10 12:29:52 +01:00
legacypool2_test.go all: update license comments and AUTHORS (#31133) 2025-02-05 23:01:17 +01:00
legacypool_test.go Rewrite pool test for SetCodeTransactions 2025-03-10 12:25:46 +01:00
list.go core/txpool: remove locals-tracking from txpools (#30559) 2025-02-04 17:23:01 +01:00
list_test.go core/txpool/legacypool: remove a redundant heap.Init (#28910) 2024-02-15 19:50:17 +01:00
noncer.go all: move main transaction pool into a subpool (#27463) 2023-06-16 15:29:40 +03:00