serai/coordinator
Luke Parker ec8dfd4639
Correct SignData serialization test from creating 256 signers of data
This overflows the u8 allowed and caused a CI failure. The actual
code/assumption is fine.
2023-12-30 19:08:29 -05:00
..
src Correct SignData serialization test from creating 256 signers of data 2023-12-30 19:08:29 -05:00
tributary Correct a couple years of accumulated typos 2023-12-17 02:06:51 -05:00
Cargo.toml Validator DHT (#494) 2023-12-22 21:09:18 -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.