serai/coordinator
Luke Parker 9175383e89
Spawn a new async task for each block message
This probably should be done with n-long lived tasks, one per Tributary. While
this may not be suitably performant long-term (potential DoS vector), this at
least resolves the halting concerns.
2023-05-09 17:05:33 -04:00
..
src Spawn a new async task for each block message 2023-05-09 17:05:33 -04:00
tributary Initial code to handle messages from processors 2023-04-25 03:14:42 -04:00
Cargo.toml Start handling P2P messages 2023-04-23 17:01:30 -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.