serai/coordinator/tributary
Luke Parker 8c74576cf0
Add a test to the coordinator for running a Tributary
Impls a LocalP2p for testing.

Moves rebroadcasting into Tendermint, since it's what knows if a message is
fully valid + original.

Removes TributarySpec::validators() HashMap, as its non-determinism caused
different instances to have different round robin schedules. It was already
prior moved to a Vec for this issue, so I'm unsure why this remnant existed.

Also renames the GH no-std workflow from the prior commit.
2023-04-22 10:49:52 -04:00
..
src Add a test to the coordinator for running a Tributary 2023-04-22 10:49:52 -04:00
tendermint Add a test to the coordinator for running a Tributary 2023-04-22 10:49:52 -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.