serai/tests
Luke Parker d50fe87801
Correct the prior documented TOCTOU
Now, if a malicious validator set publishes a malicious `Batch` at the last
moment, it'll cause all future `Batch`s signed by the next validator set to
require a bool being set (yet they never will set it).

This will prevent the handover.

The only overhead is having two distinct `batch_message` calls on-chain.
2023-10-13 04:41:01 -04:00
..
coordinator Correct the prior documented TOCTOU 2023-10-13 04:41:01 -04:00
docker Add initial coordinator e2e tests 2023-08-01 19:00:48 -04:00
full-stack Staking pallet (#373) 2023-10-10 06:53:24 -04:00
message-queue Use dedicated Queues for each from-to pair 2023-09-27 12:20:57 -04:00
no-std Support no-std builds of bitcoin-serai 2023-08-21 08:56:37 -04:00
processor Correct the prior documented TOCTOU 2023-10-13 04:41:01 -04:00
reproducible-runtime Remove unused packages as part of build dependencies 2023-10-10 21:09:45 -04:00