nimbus-eth1/nimbus/p2p/executor
jangko fdbabf0b80
unify eip1559TxNormalization
result.gasPrice = baseFee + min(result.maxPriorityFee, result.maxFee - baseFee)
cannot be simplified into
result.gasPrice = min(result.maxPriorityFee + baseFee, result.maxFee)
the expression is not commutative
2022-04-05 17:22:46 +07:00
..
calculate_reward.nim fix EIP-4399 'random' opcode 2022-02-08 20:23:40 +07:00
executor_helpers.nim Update/clarify tx validation (#917) 2022-01-10 09:04:06 +00:00
process_block.nim EIP-3675: disable reward for coinbase and uncles miner 2022-02-08 20:23:41 +07:00
process_transaction.nim unify eip1559TxNormalization 2022-04-05 17:22:46 +07:00