serai/processor/src
Luke Parker f6e8bc3352
Alternate handover batch TOCTOU fix (#397)
* Revert "Correct the prior documented TOCTOU"

This reverts commit d50fe87801.

* Correct the prior documented TOCTOU

d50fe87801 edited the challenge for the Batch to
fix it. This won't produce Batch n+1 until Batch n is successfully published
and verified. It's an alternative strategy able to be reviewed, with a much
smaller impact to scope.
2023-10-13 12:14:59 -04:00
..
multisigs Use the newly stabilized div_ceil 2023-10-05 14:28:03 -04:00
networks Don't unwrap result of call which makes network requests 2023-10-12 18:49:49 -04:00
tests Alternate handover batch TOCTOU fix (#397) 2023-10-13 12:14:59 -04:00
additional_key.rs Replace "coin" with "network" 2023-07-30 16:11:30 -04:00
coordinator.rs Simply Coordinator/Processors::send by accepting impl Into *Message 2023-09-29 04:19:59 -04:00
db.rs Add support for multiple multisigs to the processor (#377) 2023-09-25 09:48:15 -04:00
key_gen.rs Add support for multiple multisigs to the processor (#377) 2023-09-25 09:48:15 -04:00
lib.rs Replace "coin" with "network" 2023-07-30 16:11:30 -04:00
main.rs Simply Coordinator/Processors::send by accepting impl Into *Message 2023-09-29 04:19:59 -04:00
plan.rs Add support for multiple multisigs to the processor (#377) 2023-09-25 09:48:15 -04:00
signer.rs Add support for multiple multisigs to the processor (#377) 2023-09-25 09:48:15 -04:00
substrate_signer.rs Alternate handover batch TOCTOU fix (#397) 2023-10-13 12:14:59 -04:00