Module highway

Module highway 

Source
Expand description

The implementation of the Highway consensus protocol.

Structs§

Endorsements
A set of endorsements for a unit.
HashedWireUnit
A WireUnit together with its hash.
Ping
A ping sent by a validator to signal that it is online but has not created new units in a while.
SignedWireUnit
A WireUnit together with its hash and a cryptographic signature by its creator.
WireUnit
A unit as it is sent over the wire, possibly containing a new block.

Enums§

Dependency
A dependency of a Vertex that can be satisfied by one or more other vertices.
Vertex
An element of the protocol state, that might depend on other elements.