serai/coordinator/tributary
Luke Parker 294ad08e00
Add support for multiple orderings in Provided
Necessary as our Tributary chains needed to agree when a Serai block has
occurred, and when a Monero block has occurred. Since those could happen at the
same time, some validators may put SeraiBlock before ExternalBlock and vice
versa, causing a chain halt. Now they can have distinct ordering queues.
2023-04-20 07:32:40 -04:00
..
src Add support for multiple orderings in Provided 2023-04-20 07:32:40 -04:00
tendermint Replace Tendermint step with sync_block 2023-04-13 18:18:29 -04:00
Cargo.toml Add a DB to Tributary 2023-04-14 14:11:40 -04:00
LICENSE Create a folder for tributary, the micro-blockchain 2023-04-11 10:18:31 -04:00
README.md Create a folder for tributary, the micro-blockchain 2023-04-11 10:18:31 -04:00

Tributary

A micro-blockchain to provide consensus and ordering to P2P communication.