nimbus-eth1/nimbus/vm2/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
..
op_handlers disable EIP-2315: Simple Subroutines for the EVM 2021-05-17 01:29:03 +07:00
utils re-named some v2*.nim sources to its original name *.nim (without the v2) 2021-04-28 15:24:14 +03:00
forks_list.md provide identical copy of vm folder => vm2, activated by make flag ENABLE_VM2=1 2021-04-23 14:04:06 +03:00
forks_list.nim Forks: Use a common fork list outside the EVMs 2021-06-08 15:36:31 +01:00
forks_list.png provide identical copy of vm folder => vm2, activated by make flag ENABLE_VM2=1 2021-04-23 14:04:06 +03:00
gas_costs.nim eip2718: rename vm2 ChainId op code to ChainIdOp 2021-05-15 18:09:36 +07:00
gas_meter.nim re-named some v2*.nim sources to its original name *.nim (without the v2) 2021-04-28 15:24:14 +03:00
op_codes.nim vm2: Remove `toSymbolName` unnecessary symbol-text-symbol conversion 2021-06-01 16:54:38 +01:00
op_dispatcher.nim vm2: Remove `toSymbolName` unnecessary symbol-text-symbol conversion 2021-06-01 16:54:38 +01:00
op_handlers.nim removed kludge and simplified sources oph_call.nim and oph_create.nim 2021-04-28 15:24:14 +03:00