serai/coordinator/tributary
Luke Parker e2901cab06
Revert round-advance on TendermintMachine::new if local clock is ahead of block start
It was improperly implemented, as it assumed rounds had a constant time
interval, which they do not. It also is against the spec and was meant to
absolve us of issues with poor performance when post-starting blockchains. The
new, and much more proper, workaround for the latter is a 120-second delay
between the Substrate time and the Tributary start time.
2023-08-13 04:35:46 -04:00
..
src Bug fixes and log statements 2023-08-13 04:03:59 -04:00
tendermint Revert round-advance on TendermintMachine::new if local clock is ahead of block start 2023-08-13 04:35:46 -04:00
Cargo.toml Further dependency minimization for build times 2023-07-26 03:03:44 -04: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.