serai/coordinator
Luke Parker c82d1283af Move the coordinator to expect multiple nonces
This mirrors how Provided TXs handle topics.

Now, instead of managing a global nonce stream, we can use items such as plan
IDs as topics.

This massively benefits re-attempts, as else we'd need a NOP TX to clear unused
nonces.
2023-12-03 00:04:58 -05:00
..
src Move the coordinator to expect multiple nonces 2023-12-03 00:04:58 -05:00
tributary Move the coordinator to expect multiple nonces 2023-12-03 00:04:58 -05:00
Cargo.toml Use parity-db in current Dockerfiles (#455) 2023-11-30 04:22:37 -05: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.