nimbus-eth1/nimbus/p2p
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
..
chain fix ttd handling in sealing engine 2022-03-25 14:00:44 +07:00
clique Jordan/ttd debugging helpers (#1013) 2022-03-28 09:35:26 +01:00
executor unify eip1559TxNormalization 2022-04-05 17:22:46 +07:00
blockchain_sync.nim Activate wire protocol eth/66 (#993) 2022-03-21 17:12:07 +00:00
chain.nim Feature/implement poa processing (#748) 2021-07-14 16:13:27 +01:00
clique.nim clique: connect period and epoch from chain_config to engine 2021-08-11 17:42:41 +07:00
dao.nim replace state_db with accounts_cache 2020-05-30 10:14:59 +07:00
executor.nim TxPool implementation 2022-01-22 08:26:57 +02:00
gaslimit.nim Initial implementation of the merge spec 2022-01-24 09:44:39 +02:00
validate.nim EIP-3607: Reject transactions from senders with deployed code 2022-02-10 15:48:18 +07:00