serai/coordinator/src
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
..
tests Rename transaction file to tributary, add function for genesis 2023-04-17 02:09:29 -04:00
db.rs Fill out code for the rest of the Substrate events 2023-04-16 03:18:52 -04:00
main.rs Add a processor API to the coordinator 2023-04-17 02:10:33 -04:00
p2p.rs Make progres on handling NewSet events 2023-04-16 00:51:56 -04:00
processor.rs Add a processor API to the coordinator 2023-04-17 02:10:33 -04:00
substrate.rs Code a method to determine the activation block before any block has consensus 2023-04-18 03:04:52 -04:00
tributary.rs Use an enum for Coin/NetworkId 2023-04-18 02:04:47 -04:00