serai/coordinator
Luke Parker 13a8b0afc1
Add panic-handlers which exit on any panic
By default, tokio-spawned worker panics will only kill the task, not the
program. Due to our extensive use of panicking on invariants, we should ensure
the program exits.
2023-08-13 04:30:49 -04:00
..
src Add panic-handlers which exit on any panic 2023-08-13 04:30:49 -04:00
tributary Bug fixes and log statements 2023-08-13 04:03:59 -04:00
Cargo.toml Add a LibP2P instantiation to coordinator 2023-08-08 15:12:47 -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.