Open
Description
When analyzing debug logs for failing Hive ETH tests one realizes that it is not really possible to follow the interchangings of the clients since there is absolutely not debug output on the message exchange (apart from some somewhat implicit (so: log happening elsewhere) TxPool: received new tx hashes number=50
message.
We should change that and add some very condense one-line ETH message debug output for inbound and outbound messages. So something in the line of:
Received GET_BLOCK_BODIES request from peer id=3b6d5707 for number=100 blocks
(very very first shot, please optimize)
If this (issue) raises questions both before or during implementation please drop them here!