mirror of
https://github.com/serai-dex/serai.git
synced 2024-11-16 17:07:35 +00:00
523d2ac911
* Rewrite tendermint's message handling loop to much more clearly match the paper No longer checks relevant branches upon messages, yet all branches upon any state change. This is slower, yet easier to review and likely without one or two rare edge cases. When reviewing, please see page 5 of https://arxiv.org/pdf/1807.04938.pdf. Lines from the specified algorithm can be found in the code by searching for "// L". * Sane rebroadcasting of consensus messages Instead of broadcasting the last n messages on the Tributary side of things, we now have the machine rebroadcast the message tape for the current block. * Only rebroadcast messages which didn't error in some way * Only rebroadcast our own messages for tendermint |
||
---|---|---|
.. | ||
src | ||
tendermint | ||
Cargo.toml | ||
LICENSE | ||
README.md |
Tributary
A verifiable, ordered broadcast layer implemented as a BFT micro-blockchain.