serai/coordinator/src
Luke Parker f6f945e747
Add a LibP2P instantiation to coordinator
It's largely unoptimized, and not yet exclusive to validators, yet has basic
sanity (using message content for ID instead of sender + index).

Fixes bugs as found. Notably, we used a time in milliseconds where the
Tributary expected  seconds.

Also has Tributary::new jump to the presumed round number. This reduces slashes
when starting new chains (whose times will be before the current time) and was
the only way I was able to observe successful confirmations given current
surrounding infrastructure.
2023-08-08 15:12:47 -04:00
..
substrate Add a LibP2P instantiation to coordinator 2023-08-08 15:12:47 -04:00
tests Add a LibP2P instantiation to coordinator 2023-08-08 15:12:47 -04:00
tributary Add a LibP2P instantiation to coordinator 2023-08-08 15:12:47 -04:00
db.rs Publish ExternablBlock/SubstrateBlock, delay *Preprocess until ID acknowledged 2023-05-08 22:20:51 -04:00
main.rs Add a LibP2P instantiation to coordinator 2023-08-08 15:12:47 -04:00
p2p.rs Add a LibP2P instantiation to coordinator 2023-08-08 15:12:47 -04:00
processors.rs Integrate coordinator with MessageQueue and RocksDB 2023-07-18 01:53:51 -04:00