serai/processor
Luke Parker de14687a0d
Fix the processor's Monero time monotonicity
Monero doesn't assert the time increases with each block, solely that it
doesn't decrease. Now, the block number is added to the time to ensure it
increases.
2023-11-25 04:07:31 -05:00
..
messages Add a binaries feature to the processor to reduce dependencies when used as a lib 2023-11-25 04:04:52 -05:00
src Fix the processor's Monero time monotonicity 2023-11-25 04:07:31 -05:00
Cargo.toml Add a binaries feature to the processor to reduce dependencies when used as a lib 2023-11-25 04:04:52 -05:00
LICENSE Update licenses 2023-01-11 23:05:31 -05:00
README.md Add support for multiple multisigs to the processor (#377) 2023-09-25 09:48:15 -04:00

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.