cuprate/consensus/src
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
..
bin Use a connection task for RPC connections. 2023-11-18 14:00:33 +00:00
block add batch preparing for blocks. 2023-11-11 01:55:15 +00:00
context cache sorted long and short term block weights 2023-11-08 00:28:15 +00:00
rpc p2p changes (#38) 2023-11-30 18:09:05 +00:00
test_utils keep track of blockchain context validity internally. 2023-10-31 02:59:31 +00:00
transactions Use a connection task for RPC connections. 2023-11-18 14:00:33 +00:00
batch_verifier.rs Use a connection task for RPC connections. 2023-11-18 14:00:33 +00:00
block.rs Use a connection task for RPC connections. 2023-11-18 14:00:33 +00:00
context.rs add batch preparing for blocks. 2023-11-11 01:55:15 +00:00
genesis.rs add references to monero protocol docs 2023-09-06 19:50:49 +01:00
helper.rs consensus: use a custom spawn function when using rayon in async code. 2023-11-07 23:52:56 +00:00
lib.rs Use a connection task for RPC connections. 2023-11-18 14:00:33 +00:00
rpc.rs Use a connection task for RPC connections. 2023-11-18 14:00:33 +00:00
test_utils.rs add tests to context sub-services + fix issues in other tests 2023-10-29 00:39:58 +01:00
transactions.rs Use a connection task for RPC connections. 2023-11-18 14:00:33 +00:00