Commit Graph

3 Commits

Author SHA1 Message Date
Zahary Karadjov c4c596a90f small fixes needed for the beacon node build 2018-11-29 03:10:05 +02:00
Zahary Karadjov dbf7d8b3ff Embed protocol metadata within the p2p trace; Placeholder for the traffic visualization plugin 2018-11-26 19:50:13 +02:00
Zahary Karadjov eca93509b4 Support for creating JSON dumps of all P2P network traffic
Enable by compiling with -d:p2pdump. A chronicles log file named
p2p_messages.json will be created in the working directory. This
file will be consumed by the upcoming Chronicles Tail GUI (more
details will be provided on the wiki of this repo).

Other changes:

* Removes the use of package_visible_types (only partially so far)
* Simplifies the new Snappy code a little bit
2018-11-10 02:18:00 +02:00