nimbus-eth1/nimbus/vm/interpreter
Jordan Hrycaj 9e365734e6
renamed nvm_ prefixed modules to its original names
why:
  the nvm_ prefix was used inside the vm folder to hide them temporarily
  from the outside world while writing export wrappers. now all
  functionality is accessed via vm_*, rather than vm/* imports.

todo:
  at a later stage the import headers of the vm modules need to get fixed
  to meet style guide standards (as jacek kindly pointed out.)
2021-03-31 17:19:54 +01:00
..
utils renamed nvm_ prefixed modules to its original names 2021-03-31 17:19:54 +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 renamed nvm_ prefixed modules to its original names 2021-03-31 17:19:54 +01:00
gas_meter.nim renamed nvm_ prefixed modules to its original names 2021-03-31 17:19:54 +01:00
opcode_values.nim renamed nvm_ prefixed modules to its original names 2021-03-31 17:19:54 +01:00
opcodes_impl.nim renamed nvm_ prefixed modules to its original names 2021-03-31 17:19:54 +01:00
vm_forks.nim renamed nvm_ prefixed modules to its original names 2021-03-31 17:19:54 +01:00