Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/isubasinghe/paxos-rs

Formally verified implementation of Paxos for consensus in distributed systems.
https://github.com/isubasinghe/paxos-rs

distributed distributed-systems formal-methods formal-verification rust

Last synced: 26 days ago
JSON representation

Formally verified implementation of Paxos for consensus in distributed systems.

Awesome Lists containing this project

README

        

# Paxos
This an implementation of single-decree paxos, used for concesnsus
in distributed systems. This implementation has been formally verified through model checking
via stateright.

## Bug present
See https://github.com/isubasinghe/paxos-rs/issues/1

Good lesson here is that your verification is only as good as your spec.