serai/processor
Luke Parker 1b39138472 Define subaddress indexes to use
(1, 0) is the external address. (2, *) are the internal addresses.
2024-09-19 23:36:32 -07:00
..
bin Remove async-trait from processor/ 2024-09-19 23:36:32 -07:00
bitcoin Remove async-trait from processor/ 2024-09-19 23:36:32 -07:00
ethereum Remove async-trait from processor/ 2024-09-19 23:36:32 -07:00
frost-attempt-manager Route the coordinator, fix race conditions in the signers library 2024-09-19 23:36:32 -07:00
key-gen Misc continuances on the Monero processor 2024-09-19 23:36:32 -07:00
messages Note better message structure in messages 2024-09-19 23:36:32 -07:00
monero Define subaddress indexes to use 2024-09-19 23:36:32 -07:00
primitives Remove async-trait from processor/ 2024-09-19 23:36:32 -07:00
scanner Remove async-trait from processor/ 2024-09-19 23:36:32 -07:00
scheduler Misc tidying of serai-db calls 2024-09-19 23:36:32 -07:00
signers Remove async-trait from processor/ 2024-09-19 23:36:32 -07:00
src Remove async-trait from processor/ 2024-09-19 23:36:32 -07:00
view-keys Move additional_key.rs to serai-processor-view-keys 2024-09-19 23:36:32 -07:00
README.md Split processor into bitcoin-processor, ethereum-processor, monero-processor 2024-09-19 23:36:32 -07:00

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.