nimbus-eth1/nimbus/vm/interpreter
Jacek Sieka db202dc35f
replace logging module with nim-chronicles (fixes #38)
This blindly changes logging to nim-chronicles - issues that ensue:

* keeps gas cost computation logs hidden behind flag
* unclear if logScope is practical - for example, since vm is split over
many files, topics get lost when using simple top-level per-module
topics
* when passing named object around, scope should incliude the name of
the object but this is caught neither by logScope nor by dynamicLogScope
2018-08-29 16:13:03 -06:00
..
utils Fixed sstore gas computation, empty sha3, smod, sdiv (#71) 2018-07-18 11:14:28 +02: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 Fix for gas costs in 32 bit 2018-08-17 17:16:40 +03:00
gas_meter.nim replace logging module with nim-chronicles (fixes #38) 2018-08-29 16:13:03 -06:00
opcode_values.nim Refactor interpreter dispatch (#65) 2018-07-06 09:52:31 +02:00
opcodes_impl.nim replace logging module with nim-chronicles (fixes #38) 2018-08-29 16:13:03 -06:00
vm_forks.nim Refactor interpreter dispatch (#65) 2018-07-06 09:52:31 +02:00