serai/coordinator/tributary
Luke Parker 77edd00725
Handle the combination of DKG removals with re-attempts
With a DKG removal comes a reduction in the amount of participants which was
ignored by re-attempts.

Now, we determine n/i based on the parties removed, and deterministically
obtain the context of who was removd.
2023-12-13 14:03:07 -05:00
..
src Handle the combination of DKG removals with re-attempts 2023-12-13 14:03:07 -05:00
tendermint Downscope usage of futures 2023-12-10 19:32:52 -05:00
Cargo.toml Downscope usage of futures 2023-12-10 19:32:52 -05:00
LICENSE Create a folder for tributary, the micro-blockchain 2023-04-11 10:18:31 -04:00
README.md Clarify Arc RwLocks and sleeps in coordinator 2023-04-23 18:29:50 -04:00

Tributary

A verifiable, ordered broadcast layer implemented as a BFT micro-blockchain.