We need to implement the protocol for propagating votes. Specifically, upon receiving a vote, execute the Crystal/ORazor protocol, then relay the vote to other peers.
Description
The propagation protocol should be specified in the netsync/ module, which is responsible for synchronising nodes. For example, netsync/ implements the block propagation protocol.
Problem
We need to implement the protocol for propagating votes. Specifically, upon receiving a vote, execute the Crystal/ORazor protocol, then relay the vote to other peers.
Description
The propagation protocol should be specified in the
netsync/
module, which is responsible for synchronising nodes. For example,netsync/
implements the block propagation protocol.Alternatives
Additional context