referrerpolicy=no-referrer-when-downgrade

Crate polkadot_dispute_distribution

Source
Expand description

§Sending and receiving of DisputeRequests.

This subsystem essentially consists of two parts:

  • a sender
  • and a receiver

The sender is responsible for getting our vote out, see sender. The receiver handles incoming DisputeRequests and offers spam protection, see receiver.

Structs§

DisputeDistributionSubsystem
The dispute distribution subsystem.
Metrics
Dispute Distribution metrics.

Constants§

RECEIVE_RATE_LIMIT
Rate limit on the receiver side.
SEND_RATE_LIMIT
Rate limit on the sender side.