This repository has been archived by the owner on Jan 6, 2025. It is now read-only.
v0.2 Networks and More Consensus
- Rework of networks to make them more realistic with flexible delays.
- Hash-linking messages based on message headers, so messages now aren't added to a view until they are justified.
- Added consensus on an integer, a list, and a concurrent schedule.
- Rework state languages and testing languages to be able to describe more protocol states and test more protocols.
- Increase test coverage.