serai/processor
Luke Parker 42e8f2c8d8
Add OutputType::Forwarded to ensure a user's transfer in isn't misclassified
If a user transferred in without an InInstruction, and the amount exactly
matched a forwarded output, the user's output would fulfill the
forwarding. Then the forwarded output would come along, have no InInstruction,
and be refunded (to the prior multisig) when the user should've been refunded.

Adding this new address type resolves such concerns.
2023-11-09 14:24:13 -05:00
..
messages Add dedicated BatchSignId 2023-11-06 20:06:36 -05:00
src Add OutputType::Forwarded to ensure a user's transfer in isn't misclassified 2023-11-09 14:24:13 -05:00
Cargo.toml replace lazy_static! with once_cell::sync::Lazy 2023-11-06 05:31:46 -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.