flmodules 0.10.0

Modules used in fledger
Documentation
1
2
3
4
5
6
7
8
9
# Gossip Events

Sends events between nodes by random gossipping the currently available
events.
The events are stored in chronological order, and when the buffer is full,
the oldes events are discarded.

It uses the `random_connections` module to choose which nodes it exchanges
messages with.