serai/tests
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
..
coordinator Add a LibP2P instantiation to coordinator 2023-08-08 15:12:47 -04:00
docker Add initial coordinator e2e tests 2023-08-01 19:00:48 -04:00
message-queue Minimize features pulled in to try and reduce build times 2023-07-25 22:29:39 -04:00
no-std Corrections to prior commit 2023-07-14 13:11:01 -04:00
processor tests/processor clippy 2023-08-01 05:33:08 -04:00
reproducible-runtime cargo +nightly fmt 2023-08-01 00:47:36 -04:00