nimbus-eth1/nimbus/rpc
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
..
common.nim replace logging module with nim-chronicles (fixes #38) 2018-08-29 16:13:03 -06:00
hexstrings.nim Update len to template 2018-08-29 16:01:43 +03:00
p2p.nim Use getSender from transactions, Re-add getAccountDb, fix accountDbFromTag 2018-08-29 18:12:39 +01:00
rpc_types.nim Update to option types instead of refs 2018-08-29 16:01:43 +03:00
whisper.nim Add Whisper RPC prototypes 2018-08-29 16:01:43 +03:00