Revert "core, txpool: less allocations when handling transactions (#21232)"
Reverting because this change started handling account balances as uint64 in the transaction pool, which is incorrect. This reverts commit af5c97ae.
Showing
- common/math/integer.go 5 additions, 5 deletionscommon/math/integer.go
- core/tx_list.go 30 additions, 99 deletionscore/tx_list.go
- core/tx_list_test.go 9 additions, 10 deletionscore/tx_list_test.go
- core/tx_pool.go 5 additions, 13 deletionscore/tx_pool.go
- core/tx_pool_test.go 5 additions, 13 deletionscore/tx_pool_test.go
- core/types/transaction.go 0 additions, 11 deletionscore/types/transaction.go
Loading
Please register or sign in to comment