hyperledger-labs/mirbft

Mircat debugging tool

Opened this issue · 0 comments

Implement a debugging tool that prints the events that occurred at a mirbft node.

Those events are usually gathered by an event interceptor while the node runs.
Mircat prints a human-readable representation of the events in the order in which they have been intercepted.

As a base for the implementation, the legacy version of mircat can be used and adapted to the new event format.