Expand description
Parachain specific networking
Provides a custom block announcement implementation for parachains
that use the relay chain provided consensus. See RequireSecondedInBlockAnnounce
and WaitToAnnounce
for more information about this implementation.
Structs§
- A
BlockAnnounceValidator
which accepts all block announcements, as it assumes sybil resistance is handled elsewhere. - The data that we attach to a block announcement.
- Parachain specific block announce validator.
- Wait before announcing a block that a candidate message has been received for this block, then add this message as justification for the block announcement.
Type Aliases§
- Block
Announce Validator Deprecated A type alias for theRequireSecondedInBlockAnnounce
validator.