cuprate/test-utils
Boog900 93372fa4b5
P2P Address book & Handshake changes (#89)
* use tokio's delay queue for bans

* document handles

* remove peers from address book when retrieving

* ping inbound peers during handshakes

* support receiving pings during handshakes

* add peer to anchor before reducing whit list

* clippy

* comment handshakes

* typos

* sort `use`

* use `rand::prelude::*`

* review comments

* update macro
2024-03-20 20:58:12 +00:00
..
src P2P Address book & Handshake changes (#89) 2024-03-20 20:58:12 +00:00
Cargo.toml levin: fragmented messages (#84) 2024-03-05 01:29:57 +00:00
README.MD ci: include macos + windows (#52) 2024-02-12 13:39:15 +00:00

Test Utils

This crate contains code that can be shared across multiple Cuprate crates tests, this crate should not be included in any Cuprate crate, only in tests.

It currently contains code to spawn monerod instances and a testing network zone.