mirror of
https://github.com/serai-dex/serai.git
synced 2024-12-23 20:19:24 +00:00
bc0cc5a754
Scan now only handles External outputs, with an associated essay going over why. Scan directly creates the InInstruction (prior planned to be done in Report), and Eventuality is declared to end up yielding the outputs. That will require making the Eventuality flow two-stage. One stage to evaluate existing Eventualities and yield outputs, and one stage to incorporate new Eventualities before advancing the scan window. |
||
---|---|---|
.. | ||
frost-attempt-manager | ||
key-gen | ||
messages | ||
primitives | ||
scanner | ||
src | ||
Cargo.toml | ||
LICENSE | ||
README.md |
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
.