teku icon indicating copy to clipboard operation
teku copied to clipboard

Create system to log all received gossip

Open ajsutton opened this issue 3 years ago • 0 comments

Description

So that we can investigate problems more effectively, setup a system that subscribes to all gossip topics and logs every gossip message received.

To minimise storage requirements, store the messages in binary format, preserving the snappy compression used on the wire. Discard recorded messages after 24 hours.

This will likely be implemented as a new option in teku to record the data, coupled with a debug-tools subcommand or some other tool to read and evaluate the resulting data.

If possible, record the validation result for each message (including when they are already seen).

ajsutton avatar May 11 '22 03:05 ajsutton