serai/coordinator
Luke Parker 64d370ac11
Make publish_signed_transaction safe for out of order publications
This is a possibility under the new deterministic nonce scheme.

While there is a concern of us never creating a transaction with a nonce,
blocking everything, we should always create transactions. We'll always publish
preprocesses, and while we'll only publish shares if everyone else does, we
only allocate for shares once everyone else does.
2023-09-27 00:44:31 -04:00
..
src Make publish_signed_transaction safe for out of order publications 2023-09-27 00:44:31 -04:00
tributary Add a next block notification system to Tributary 2023-09-25 23:20:51 -04:00
Cargo.toml Remove lazy_static for proper use of channels 2023-09-25 18:23:52 -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.