go-ethereum/core/txpool/legacypool
Quentin Mc Gaw 33340c9399
fix(core/txpool/legacypool): fix TestAllowedTxSize failing occasionally
reowrk the transaction generation logic to change the data content and length until the desired transaction size is reached.
This makes the test deterministic regarding transaction sizes, whilst keeping the random transaction data.
2025-02-07 11:23:47 +01:00
..
legacypool.go core/txpool: remove locals-tracking from txpools (#30559) 2025-02-04 17:23:01 +01:00
legacypool2_test.go all: update license comments and AUTHORS (#31133) 2025-02-05 23:01:17 +01:00
legacypool_test.go fix(core/txpool/legacypool): fix TestAllowedTxSize failing occasionally 2025-02-07 11:23:47 +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