nimbus-eth1/nimbus/vm
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
..
interpreter replace logging module with nim-chronicles (fixes #38) 2018-08-29 16:13:03 -06:00
code_stream.nim replace logging module with nim-chronicles (fixes #38) 2018-08-29 16:13:03 -06:00
computation.nim replace logging module with nim-chronicles (fixes #38) 2018-08-29 16:13:03 -06:00
interpreter.nim Delete utilities: address, padding, bytes (#68) 2018-07-06 17:08:31 +02:00
interpreter_dispatch.nim replace logging module with nim-chronicles (fixes #38) 2018-08-29 16:13:03 -06:00
memory.nim replace logging module with nim-chronicles (fixes #38) 2018-08-29 16:13:03 -06:00
message.nim replace logging module with nim-chronicles (fixes #38) 2018-08-29 16:13:03 -06:00
stack.nim replace logging module with nim-chronicles (fixes #38) 2018-08-29 16:13:03 -06:00