Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Heterogeneous Paxos Stateright Prototype #45

Open
6 tasks
Tracked by #51 ...
isheff opened this issue Mar 24, 2023 · 0 comments
Open
6 tasks
Tracked by #51 ...

Heterogeneous Paxos Stateright Prototype #45

isheff opened this issue Mar 24, 2023 · 0 comments
Assignees
Labels

Comments

@isheff
Copy link
Collaborator

isheff commented Mar 24, 2023

Building on the english spec, and the formal spec construct a prototype version of Heterogeneous Paxos in the Stateright framework. To begin with, we'll try to do a single instance of consensus with some kind of simple proposal scheme.

This should ultimately be integrated with a Heterogeneous Narwhal Stateright prototype and an execution engine Stateright prototype for a Typhon Stateright prototype.

Sub-Tasks

  • efficient implementation of caught
  • efficient implementation of unburied
  • rust formulation of core protocol within the actor model
  • rudimentary testing: ensure we can achieve consensus in easy cases (can be single machine)
  • model checking: can we rigorously test anything interesting in small cases? (single machine)
  • distributed test: we should be able to run the same stateright implementation across multiple machines
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants