Skip to main content

Module gossip

Module gossip 

Source
Available on crate feature evolution-network-experimental only.
Expand description

Peer discovery and gossip protocol for the Evolution Network.

This module provides:

  • Static peer list configuration
  • Peer health monitoring
  • Basic gossip protocol for event propagation

Structs§

GossipBuilder
Builder for creating gossip messages
GossipConfig
GossipDigest
GossipDigestEntry
GossipMessage
Gossip message for peer-to-peer communication
GossipSyncEngine
Push-pull gossip engine for in-process synchronization tests and example flows.
GossipSyncReport
PeerConfig
Configuration for peer discovery
PeerEndpoint
A peer endpoint in the network
PeerInfo
Information about a known peer
PeerRegistry
Peer registry for managing known peers

Enums§

GossipKind
Types of gossip messages
PeerStatus
Status of a peer

Type Aliases§

PeerAddress