cuprate/p2p/src/peer
Boog900 8557073c15
p2p changes (#38)
* start re-working p2p to work with change monero-wire

* start re-working p2p to work with change monero-wire

adds back some changes from #22

* change the peer module to use the new API + fix a couple bugs

* remove peer set for now

* add try_from/from conversion between `Message` and
`Request`/`Response`

* Allow specifying other parameters in levin-cuprate

* add new `LevinCommand` enum and clean up monero-wire message de/encoding

* fix issues with merge

* start splitting up p2p crate into smaller crates.

* add monerod action from serai to test network code

* remove tracing in tests
2023-11-30 18:09:05 +00:00
..
tests p2p changes (#38) 2023-11-30 18:09:05 +00:00
client.rs p2p changes (#38) 2023-11-30 18:09:05 +00:00
connection.rs p2p changes (#38) 2023-11-30 18:09:05 +00:00
connector.rs p2p changes (#38) 2023-11-30 18:09:05 +00:00
error.rs p2p changes (#38) 2023-11-30 18:09:05 +00:00
handshaker.rs p2p changes (#38) 2023-11-30 18:09:05 +00:00
load_tracked_client.rs p2p changes (#38) 2023-11-30 18:09:05 +00:00
tests.rs initial p2p code (#8) 2023-04-24 22:37:40 +01:00