serai/coordinator/tributary
Luke Parker 5858b6c03e
Replace Tendermint step with sync_block
Step moved a step forward after an externally synced/added block. This created
a race condition to add the block between the sync process and the Tendermint
machine. Now that the block routes through Tendermint, there is no such race
condition.
2023-04-13 18:18:29 -04:00
..
src Embed the mempool into the Blockchain 2023-04-13 09:47:14 -04:00
tendermint Replace Tendermint step with sync_block 2023-04-13 18:18:29 -04:00
Cargo.toml Finish binding Tendermint, bar the P2P layer 2023-04-12 18:04:28 -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.