serai/coordinator/tributary
Luke Parker c82d1283af Move the coordinator to expect multiple nonces
This mirrors how Provided TXs handle topics.

Now, instead of managing a global nonce stream, we can use items such as plan
IDs as topics.

This massively benefits re-attempts, as else we'd need a NOP TX to clear unused
nonces.
2023-12-03 00:04:58 -05:00
..
src Move the coordinator to expect multiple nonces 2023-12-03 00:04:58 -05:00
tendermint Test historic start times in tendermint-machine 2023-11-13 00:43:35 -05:00
Cargo.toml Correct std feature-flagging 2023-10-31 07:44:02 -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.