mirror of
https://github.com/serai-dex/serai.git
synced 2024-12-24 12:39:33 +00:00
b6811f9015
Moves the coordinator loop out of serai-bitcoin-processor, completing it. Fixes a potential race condition in the message-queue regarding multiple sockets sending messages at once. |
||
---|---|---|
.. | ||
bin | ||
bitcoin | ||
ethereum | ||
frost-attempt-manager | ||
key-gen | ||
messages | ||
monero | ||
primitives | ||
scanner | ||
scheduler | ||
signers | ||
src | ||
view-keys | ||
README.md |
Processor
The Serai processors, built from the libraries here, scan an external network
and report the indexed data to the coordinator. For details on its exact
messaging flow, and overall policies, please view docs/processor
.