all: EIP-1559 tx pool support (#22898)
This pull request implements EIP-1559 compatible transaction pool with dual heap eviction ordering. It is based on #22791 The eviction ordering scheme and the reasoning behind it is described here: https://gist.github.com/zsfelfoldi/9607ad248707a925b701f49787904fd6
Showing
- core/tx_list.go 132 additions, 70 deletionscore/tx_list.go
- core/tx_pool.go 50 additions, 8 deletionscore/tx_pool.go
- core/tx_pool_test.go 517 additions, 48 deletionscore/tx_pool_test.go
- core/types/transaction.go 42 additions, 15 deletionscore/types/transaction.go
- eth/gasprice/gasprice.go 2 additions, 2 deletionseth/gasprice/gasprice.go
Loading
Please register or sign in to comment