nimbus-eth1/nimbus/vm/interpreter
Jamie Lokier 05bc174bef
Forks: Use a common fork list outside the EVMs
Many places outside the EVM use `Fork` and the fork list, and in general we
want progressively fewer dependencies on EVM internal types and files.

This may prove to be a temporary location, especially when we implement
issue #640.  But it's a fine temporary location if so.

Signed-off-by: Jamie Lokier <jamie@shareable.org>
2021-06-08 15:36:31 +01:00
..
utils reset explicit import paths for local modules 2021-04-01 12:53:22 +01:00
forks_list.md Refactor interpreter dispatch (#65) 2018-07-06 09:52:31 +02:00
forks_list.png Reorganize VM/interpreter + cleanup (#52) 2018-06-15 11:11:25 +02:00
gas_costs.nim eip2718: test_blockchain_json pass test 2021-05-15 18:09:35 +07:00
gas_meter.nim reset explicit import paths for local modules 2021-04-01 12:53:22 +01:00
opcode_values.nim eip2718: test_blockchain_json pass test 2021-05-15 18:09:35 +07:00
opcodes_impl.nim EVMC: Small stacks when using EVMC, closes #575 (segfaults) 2021-04-27 05:53:32 +01:00
vm_forks.nim Forks: Use a common fork list outside the EVMs 2021-06-08 15:36:31 +01:00