core: add new eip-1559 tx constraints (#22970)
This PR adds the new consensus constraints of EIP-1559 transactions as specified in https://github.com/ethereum/EIPs#3594
Showing
- core/error.go 12 additions, 0 deletionscore/error.go
- core/state_processor_test.go 43 additions, 6 deletionscore/state_processor_test.go
- core/state_transition.go 20 additions, 2 deletionscore/state_transition.go
- core/tx_pool.go 7 additions, 4 deletionscore/tx_pool.go
- core/tx_pool_test.go 20 additions, 0 deletionscore/tx_pool_test.go
Loading
Please register or sign in to comment