nimbus-eth1/nimbus/p2p
jangko db8988fe64
EIP-1559: Fee market change for ETH 1.0 chain
Transaction and BlockHeader already updated in nim-eth repo
to support EIP-1559

EIP-1559 header validation and gasLimit validation
already implemented in previous commit

This commit deals with block validation:
- Effective gasPrice per EIP-1559
- new miner reward based on priorityFee
2021-06-30 20:30:39 +07:00
..
clique EIP-1559: unify PoA and PoW gasLimit and baseFee validation 2021-06-30 20:21:45 +07:00
validate use general lru_cache for EpochHashCache 2021-05-24 07:57:21 +01:00
chain.nim preparation for London hard fork 2021-06-29 07:34:45 +07:00
clique.nim EIP-1559: unify PoA and PoW gasLimit and baseFee validation 2021-06-30 20:21:45 +07:00
dao.nim replace state_db with accounts_cache 2020-05-30 10:14:59 +07:00
executor.nim EIP-1559: Fee market change for ETH 1.0 chain 2021-06-30 20:30:39 +07:00
gaslimit.nim EIP-1559: unify PoA and PoW gasLimit and baseFee validation 2021-06-30 20:21:45 +07:00
validate.nim EIP-1559: Fee market change for ETH 1.0 chain 2021-06-30 20:30:39 +07:00