serai/processor
Luke Parker 3a6c7ad796 Use TX IDs for Bitcoin Eventualities
They're a bit more binding, smaller, provided by the Rust bitcoin library,
sane, and we don't have to worry about malleability since all of our inputs are
SegWit.
2023-12-06 04:37:11 -05:00
..
messages cargo update, remove unneeded dependencies from the processor 2023-12-03 00:05:03 -05:00
src Use TX IDs for Bitcoin Eventualities 2023-12-06 04:37:11 -05:00
Cargo.toml cargo update, remove unneeded dependencies from the processor 2023-12-03 00:05:03 -05: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.