serai/coordinator
Luke Parker 6b41c91dc2
Correct TendermintMachine sleep on construction
For logging purposes, I added code to handle negative time till start. I forgot
to only sleep on positive time till start.

Should fix the recent CI failure.
2023-08-13 05:57:14 -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 Correct TendermintMachine sleep on construction 2023-08-13 05:57:14 -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.