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 Coins pallet (#399) 2023-10-19 06:22:21 -04:00
src Fix handling of Monero daemon connections when using an authenticated RPC 2023-10-26 12:45:39 -04:00
Cargo.toml Resolve #405 2023-10-23 07:56:43 -04:00
LICENSE Update licenses 2023-01-11 23:05:31 -05:00
README.md Add support for multiple multisigs to the processor (#377) 2023-09-25 09:48:15 -04:00

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.