serai/processor
Luke Parker 3069138475
Fix handling of Monero daemon connections when using an authenticated RPC
The lack of locking the connection when making an authenticated request, which
is actually two sequential requests, risked another caller making a request in
between, invalidating the state.

Now, only unauthenticated connections share a connection object.
2023-10-26 12:45:39 -04:00
..
messages
src Fix handling of Monero daemon connections when using an authenticated RPC 2023-10-26 12:45:39 -04:00
Cargo.toml Resolve 2023-10-23 07:56:43 -04:00
LICENSE Update licenses 2023-01-11 23:05:31 -05:00
README.md

Processor

The Serai processor scans a specified external network, communicating with the coordinator. For details on its exact messaging flow, and overall policies, please view docs/processor.