serai/coordinator/tributary
Luke Parker 2f57a69cb6
Define BLOCK_PROCESSING_TIME, LATENCY_TIME in ms
Updates Tributary values to allow 999ms for block processing (from 2s) and
1667ms for latency (up from 1s).

The intent is to resolve #365. I don't know if this will, but it increases the
chances of success and these values should be fine in prod since Tributary is a
post-execution chain (making block procesisng time minimal).

Does embed the dagger of N::block_time() panicking if the block time in ms
doesn't cleanly divide by 1000.
2023-08-30 22:58:42 -04:00
..
src Define BLOCK_PROCESSING_TIME, LATENCY_TIME in ms 2023-08-30 22:58:42 -04:00
tendermint Define BLOCK_PROCESSING_TIME, LATENCY_TIME in ms 2023-08-30 22:58:42 -04:00
Cargo.toml Slash malevolent validators (#294) 2023-08-21 00:28:23 -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.