-
Notifications
You must be signed in to change notification settings - Fork 85
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 0.5.74 #1989
[WEEKLY RELEASE] HotShot 0.5.74 #1989
Conversation
should we also try to replace |
@@ -467,6 +467,7 @@ pub trait SequencerPersistence: Sized + Send + Sync + 'static { | |||
state, | |||
validated_state, | |||
view, | |||
highest_voted_view, |
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.
Can we change v0 struct like this? @sveitser
We need this to placate the tests, but not sure if we should edit the v0
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 its fine to change it since we don't define it at sequencer side and serialize it.
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.
LGTM
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.
Are these contract-bindings artifacts meant to be committed?
yes, we decided to commit them. #1068 (comment) |
80b57e0
into
1938-simplify-light-client-contract-create-genesis-state-struct-and-remove-states-mapping
This PR:
Another attempt to update hotshot version to
rc-0.5.74
, aims to supercede #1988The plan is to merge into
1938-xxx
branch and merge intomain
, this commit would still appear in themain
history thus easy to locate.