serai/processor
Luke Parker 09aac20293
Set the BufReader capacity to 0
Fixes issues with bitcoin.

We only use a BufReader as it's the only way to use a std::io::Read generic as
a bitcoin::io::Read object.
2024-05-21 07:06:13 -04:00
..
messages Slash reports (#523) 2024-01-29 03:48:53 -05:00
src Set the BufReader capacity to 0 2024-05-21 07:06:13 -04:00
Cargo.toml bitcoin 0.32 2024-05-21 05:27:01 -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.