Skip to content

framework for evaluating (planet-scale) consensus protocols

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

isgasho/fantoch

 
 

Repository files navigation

Continuous integration codecov

fantoch: framework for evaluating (planet-scale) consensus protocols

Protocols currently implemented

What does it do?

  • all protocols implement the Protocol trait
  • this specification can then be used for
    • simulating the expected latency in a given geo-distributed scenario (infinite CPU is assumed)
    • running the protocols in a real setting
    • (model checking is coming soon!)
  • this is achieved by providing a "simulator" and a "runner" that are protocol-agnostic and are only aware of the Protocol (and Executor) trait

License

Licensed under either of

at your option.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.

About

framework for evaluating (planet-scale) consensus protocols

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 98.5%
  • Shell 1.1%
  • Other 0.4%