Skip to content
This repository has been archived by the owner on Jan 6, 2025. It is now read-only.

v0.2 Networks and More Consensus

Compare
Choose a tag to compare
@djrtwo djrtwo released this 25 Jan 04:46
· 39 commits to master since this release
4053cb3
  • 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.