serai/processor
Luke Parker 77edd00725
Handle the combination of DKG removals with re-attempts
With a DKG removal comes a reduction in the amount of participants which was
ignored by re-attempts.

Now, we determine n/i based on the parties removed, and deterministically
obtain the context of who was removd.
2023-12-13 14:03:07 -05:00
..
messages Reattempts (#483) 2023-12-12 12:28:53 -05:00
src Handle the combination of DKG removals with re-attempts 2023-12-13 14:03:07 -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.