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
..
2018-08-13 19:26:34 +01:00
2018-04-03 18:14:47 +02:00
2018-08-01 15:50:44 +03:00
2018-08-29 11:49:01 +03:00

tests

TODO: more vm tests and fixtures!