serai/coordinator
Luke Parker 89974c529a
Correct 2/3rds definitions throughout the codebase
The prior formula failed for some values, such as 20.
20 / 3 = 6, * 2 = 12, + 1 = 13. 13 is 65%, not >= 67.
2023-05-10 06:29:21 -04:00
..
src Correct 2/3rds definitions throughout the codebase 2023-05-10 06:29:21 -04:00
tributary Ensure Tributary commits are minimal 2023-05-09 23:45:05 -04:00
Cargo.toml Create a vote transaction upon GeneratedKeyPair 2023-05-10 00:46:51 -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.