Files
serai/coordinator/tributary
Luke Parker 4c349ae605 Redo how tendermint-machine checks if messages were prior sent
Instead of saving, for every sent message, if it was sent or not, we track the
latest block/round participated in. These two keys are comprehensive to all
prior block/rounds. We then use three keys for the latest round's
proposal/prevote/precommit, enabling tracking current state as necessary to
prevent equivocations with just 5 keys.

The storage of the latest three messages also enables proper rebroadcasting of
the current round (not implemented in this commit).
2024-04-20 18:10:51 -04:00
..
fmt
2024-04-18 02:03:28 -04:00
2023-12-17 00:04:47 -05:00

Tributary

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