Expand description
The implementation of the Highway consensus protocol.
Structs§
- Endorsements
- A set of endorsements for a unit.
- Hashed
Wire Unit - A
WireUnittogether 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.
- Signed
Wire Unit - A
WireUnittogether with its hash and a cryptographic signature by its creator. - Wire
Unit - A unit as it is sent over the wire, possibly containing a new block.
Enums§
- Dependency
- A dependency of a
Vertexthat can be satisfied by one or more other vertices. - Vertex
- An element of the protocol state, that might depend on other elements.