nimbus-eth1/nimbus/vm
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
..
interpreter EIP-3529: Replace SSTORE_CLEARS_SCHEDULE 2021-06-29 07:37:17 +07:00
blake2b_f.nim implement EIP-152 2019-11-12 15:51:48 +00:00
blscurve.nim bump submodules 2021-01-20 11:50:07 +07:00
code_stream.nim reset explicit import paths for local modules 2021-04-01 12:53:22 +01:00
computation.nim EIP-3541: Reject new contracts starting with the 0xEF byte 2021-06-29 07:36:56 +07:00
evmc_api.nim preparation for London hard fork 2021-06-29 07:34:45 +07:00
evmc_helpers.nim EVMC: Disable byte-endian conversion of 256-bit values on EVM side 2021-06-08 18:29:39 +01:00
evmc_host.nim EIP-1559: Fee market change for ETH 1.0 chain 2021-06-30 20:30:39 +07:00
interpreter.nim EVM: Remove `vm_forks` everywhere, use common forks list instead 2021-06-08 15:36:31 +01:00
interpreter_dispatch.nim EIP-3198: add baseFee op code in nim-evm 2021-06-29 07:35:16 +07:00
map_to_curve_g1.nim more eip2537 cleanup 2020-12-02 15:15:58 +07:00
memory.nim reset explicit import paths for local modules 2021-04-01 12:53:22 +01:00
message.nim reset explicit import paths for local modules 2021-04-01 12:53:22 +01:00
precompiles.nim EVM: Remove `vm_forks` everywhere, use common forks list instead 2021-06-08 15:36:31 +01:00
stack.nim reset explicit import paths for local modules 2021-04-01 12:53:22 +01:00
state.nim EIP-3198: add baseFee op code in nim-evm 2021-06-29 07:35:16 +07:00
state_transactions.nim EIP-3529: Remove the SELFDESTRUCT refund. 2021-06-29 07:37:17 +07:00
transaction_tracer.nim reset explicit import paths for local modules 2021-04-01 12:53:22 +01:00
types.nim EVM: Remove `vm_forks` everywhere, use common forks list instead 2021-06-08 15:36:31 +01:00