serai/coordinator
Luke Parker 5858b6c03e
Replace Tendermint step with sync_block
Step moved a step forward after an externally synced/added block. This created
a race condition to add the block between the sync process and the Tendermint
machine. Now that the block routes through Tendermint, there is no such race
condition.
2023-04-13 18:18:29 -04:00
..
src Make TransactionKind have a reference to Signed 2023-04-12 09:38:20 -04:00
tributary Replace Tendermint step with sync_block 2023-04-13 18:18:29 -04:00
Cargo.toml Define all coordinator transaction types 2023-04-11 19:04:53 -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.