serai/coordinator
Luke Parker e2901cab06
Revert round-advance on TendermintMachine::new if local clock is ahead of block start
It was improperly implemented, as it assumed rounds had a constant time
interval, which they do not. It also is against the spec and was meant to
absolve us of issues with poor performance when post-starting blockchains. The
new, and much more proper, workaround for the latter is a 120-second delay
between the Substrate time and the Tributary start time.
2023-08-13 04:35:46 -04:00
..
src Revert round-advance on TendermintMachine::new if local clock is ahead of block start 2023-08-13 04:35:46 -04:00
tributary Revert round-advance on TendermintMachine::new if local clock is ahead of block start 2023-08-13 04:35:46 -04:00
Cargo.toml Add a LibP2P instantiation to coordinator 2023-08-08 15:12:47 -04:00
LICENSE Add empty coordinator 2023-04-11 09:21:35 -04:00
README.md Add empty coordinator 2023-04-11 09:21:35 -04:00

Coordinator

The Serai coordinator communicates with other coordinators to prepare batches for Serai and sign transactions.

In order to achieve consensus over gossip, and order certain events, a micro-blockchain is instantiated.