serai/substrate/client/tests/common
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
..
in_instructions.rs Correct the prior documented TOCTOU 2023-10-13 04:41:01 -04:00
mod.rs Fallback to pgrep if pidof is unavailable 2023-07-21 03:37:48 -04:00
tx.rs Start defining the coordinator 2023-04-15 17:38:47 -04:00
validator_sets.rs Staking pallet (#373) 2023-10-10 06:53:24 -04:00