-
Notifications
You must be signed in to change notification settings - Fork 83
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
[WEEKLY RELEASE] HotShot - rc-0.5.77 #2109
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
After adding the methods to the SequencerPersistence
trait, I think you'll just need to update sequencer/src/persistence/
to implement them. Someone from the sequencer could probably help with this
)) | ||
} | ||
|
||
async fn store_upgrade_certificate( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think we should add some tests for this:
- to verify that storing and loading works
- to verify that we store at most 1 upgrade certificate
- to verify that cleanup works
@imabdulbasit can you advise @lukeiannucci on how to add these tests.
Weekly Release
This PR:
Weekly merge include:
1.) File changes for the Vote Commitment for UTs to pass (see #2111)
2.) Libp2p refactoring
3.) Adding table to store upgrade certificate that hotshot is able to load after a restart. Add a test to ensure we can store/load the upgrade certificate.
This PR does not:
Key places to review: