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

Merged
merged 28 commits into from
Jan 8, 2025
Merged

WIP: hotshot 0.5.83 #2417

merged 28 commits into from
Jan 8, 2025

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 (ed6c822)

- 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 22 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,
Remove check for `drb_seed`
Remove epoch height constant
These now have default implementations in the trait
Fix storage method recursion
@imabdulbasit imabdulbasit marked this pull request as ready for review January 8, 2025 18:20
@imabdulbasit imabdulbasit merged commit 2f56726 into ab/st Jan 8, 2025
20 of 23 checks passed
@imabdulbasit imabdulbasit deleted the ma/hotshot-0.5.83 branch January 8, 2025 18:21
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