serai/processor
Luke Parker bc1bbf9951 Set a fixed fee transferred to the caller for publication
Avoids the risk of the gas used by the contract exceeding the gas presumed to
be used (causing an insolvency).
2024-09-19 23:36:32 -07:00
..
bin Remove accidentally included bitcoin feature from processor-bin 2024-09-19 23:36:32 -07:00
bitcoin Update to the latest bitcoin-serai 2024-09-19 23:36:32 -07:00
ethereum Set a fixed fee transferred to the caller for publication 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 Merge BlockWithAcknowledgedBatch and BatchWithoutAcknowledgeBatch 2024-09-19 23:36:32 -07:00
monero Add hooks to the main loop 2024-09-19 23:36:32 -07:00
primitives Pass the latest active key to the Block's scan function 2024-09-19 23:36:32 -07:00
scanner Merge BlockWithAcknowledgedBatch and BatchWithoutAcknowledgeBatch 2024-09-19 23:36:32 -07:00
scheduler Remove OutInstruction's data field 2024-09-19 23:36:32 -07:00
signers cargo fmt signers/scanner 2024-09-19 23:36:32 -07:00
src Remove OutInstruction's data field 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.