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

WIP: hotshot 0.5.83 #2417

Draft
wants to merge 16 commits into
base: ab/st
Choose a base branch
from
Draft

WIP: hotshot 0.5.83 #2417

wants to merge 16 commits into from

Conversation

sveitser
Copy link
Collaborator

@sveitser sveitser commented Dec 19, 2024

Note this PR is currently into branch ab/st not into main.

  • Make rustc happy.
  • cargo check passes
  • cargo check --tests passes

TODO

  • implement migrate_consensus

- Make rustc happy.
- Still contains some todo!.
- `cargo check` passes
- `cargo check --tests` fails, needs a fix in query service
Tests also compile now (with some holes in builder initialization)
sequencer/src/lib.rs Outdated Show resolved Hide resolved
sveitser and others added 3 commits December 19, 2024 14:12
Since we have a crate that depends on the main workspace now the cargo
patches don't affect it and compilation fails as a result.
types/src/v0/traits.rs Outdated Show resolved Hide resolved
tbro and others added 11 commits December 19, 2024 17:36
Run `cargo update` and add some fixes for recent updates. We need
`add_epoch_root()` on `Memberships` trait to fix this.
Hotshot now has a new function update_next_epoch_high_qc2() in its
storage trait to update the next epoch qc in persistence. This PR adds
storage for this quorum certificate and also loads it when loading the
consensus data,
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants