nimbus-eth1/nimbus/vm2
Jordan Hrycaj 2ca9621799 renamed message.nim, precompiles.nim, gas_costs.nim => v2*.nim
why:
  these files provide part of the externally accessible interface
  provided by vm_message.nim, vm_precompile.nim, vm_gas_cost.nim. so the
  new filename indicates that the source code belongs to vm2 (rather
  than vm).
2021-04-23 14:04:06 +03:00
..
interpreter renamed message.nim, precompiles.nim, gas_costs.nim => v2*.nim 2021-04-23 14:04:06 +03:00
blake2b_f.nim provide identical copy of vm folder => vm2, activated by make flag ENABLE_VM2=1 2021-04-23 14:04:06 +03:00
blscurve.nim provide identical copy of vm folder => vm2, activated by make flag ENABLE_VM2=1 2021-04-23 14:04:06 +03:00
code_stream.nim renamed types.nim, vm_fork.nim, opcode_values.nim => v2*.nim 2021-04-23 14:04:06 +03:00
computation.nim renamed message.nim, precompiles.nim, gas_costs.nim => v2*.nim 2021-04-23 14:04:06 +03:00
interpreter.nim renamed message.nim, precompiles.nim, gas_costs.nim => v2*.nim 2021-04-23 14:04:06 +03:00
interpreter_dispatch.nim renamed message.nim, precompiles.nim, gas_costs.nim => v2*.nim 2021-04-23 14:04:06 +03:00
map_to_curve_g1.nim provide identical copy of vm folder => vm2, activated by make flag ENABLE_VM2=1 2021-04-23 14:04:06 +03:00
memory.nim remove evmc code from vm2 2021-04-23 14:04:06 +03:00
stack.nim provide identical copy of vm folder => vm2, activated by make flag ENABLE_VM2=1 2021-04-23 14:04:06 +03:00
transaction_tracer.nim renamed types.nim, vm_fork.nim, opcode_values.nim => v2*.nim 2021-04-23 14:04:06 +03:00
v2message.nim renamed message.nim, precompiles.nim, gas_costs.nim => v2*.nim 2021-04-23 14:04:06 +03:00
v2precompiles.nim renamed message.nim, precompiles.nim, gas_costs.nim => v2*.nim 2021-04-23 14:04:06 +03:00
v2state.nim renamed message.nim, precompiles.nim, gas_costs.nim => v2*.nim 2021-04-23 14:04:06 +03:00
v2state_transactions.nim renamed states*.nim => v2states*.nim 2021-04-23 14:04:06 +03:00
v2types.nim renamed message.nim, precompiles.nim, gas_costs.nim => v2*.nim 2021-04-23 14:04:06 +03:00