SebastianElvis / ebft

ISC License
2 stars 0 forks source link

netsync: vote propagation protocol #25

Closed SebastianElvis closed 2 years ago

SebastianElvis commented 2 years ago

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