serai/coordinator
Luke Parker 396e5322b4
Code a method to determine the activation block before any block has consensus
[0; 32] is a magic for no block has been set yet due to this being the first
key pair. If [0; 32] is the latest finalized block, the processor determines
an activation block based on timestamps.

This doesn't use an Option for ergonomic reasons.
2023-04-18 03:04:52 -04:00
..
src Code a method to determine the activation block before any block has consensus 2023-04-18 03:04:52 -04:00
tributary Add basic getters to tributary 2023-04-15 00:41:48 -04:00
Cargo.toml Use an enum for Coin/NetworkId 2023-04-18 02:04: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.