typhon icon indicating copy to clipboard operation
typhon copied to clipboard

Multi-Round Heterogeneous Paxos

Open isheff opened this issue 1 year ago • 0 comments

Extend Heterogeneous Paxos from making a single decision to making multiple decisions, necessary to decide on successive blocks. In its simplest form, this can just run the single-decision mode over and over, but we might want to think about what, if anything, we want to keep from previous rounds. TCP channels seem like a good thing to re-use, for example.

Prerequisites

  • [ ] https://github.com/anoma/typhon/issues/34
  • [ ] https://github.com/anoma/typhon/issues/45

Sub-Tasks

isheff avatar Mar 29 '23 23:03 isheff