mirror of
https://github.com/serai-dex/serai.git
synced 2025-12-11 05:29:25 +00:00
Test handle_p2p and Tributary syncing
Includes bug fixes.
This commit is contained in:
@@ -17,6 +17,9 @@ mod tx;
|
||||
mod dkg;
|
||||
// TODO: Test the other transactions
|
||||
|
||||
mod handle_p2p;
|
||||
mod sync;
|
||||
|
||||
fn random_u32<R: RngCore>(rng: &mut R) -> u32 {
|
||||
u32::try_from(rng.next_u64() >> 32).unwrap()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user