serai/substrate/client
Luke Parker 02edfd2935
Verify all Batchs published by the prior set
The new set publishing a `Batch` completes the handover protocol. The new set
should only publish a `Batch` once it believes the old set has completed all of
its on-external-chain activity, marking it honest and finite.

With the handover comes the acceptance of liability, hence the requirement for
all of the on-Serai-chain activity also needing verification. While most
activity would be verified in-real-time (upon ::Batch messages), the new set
will now explicitly verify the complete set of `Batch`s before beginning its
preprocess for its own `Batch` (the one accepting the handover).
2023-10-13 04:12:21 -04:00
..
src Verify all Batchs published by the prior set 2023-10-13 04:12:21 -04:00
tests Define an array of all NetworkIds in serai_primitives 2023-10-12 23:59:21 -04:00
Cargo.toml Add Batch messages from processor, verify Batchs published on-chain 2023-09-29 03:51:01 -04:00
LICENSE Move substrate/serai/* to substrate/* 2023-04-08 03:01:14 -04:00