mirror of
https://github.com/serai-dex/serai.git
synced 2025-01-12 13:55:28 +00:00
93c7d06684
Before we yield a block for scanning, we save all of the contained script public keys. Then, when we want the address credited for creating an output, we read the script public key of the spent output from the database. Fixes #559. |
||
---|---|---|
.. | ||
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
.