-
Notifications
You must be signed in to change notification settings - Fork 4
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] Bump HotShot #743
Conversation
f695849
to
0268864
Compare
0268864
to
8695018
Compare
Cargo.toml
Outdated
@@ -12,7 +12,7 @@ | |||
|
|||
[package] | |||
name = "hotshot-query-service" | |||
version = "0.1.62" | |||
version = "0.1.63" |
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.
we haven't updated this in a while. The version should be 0.1.75
src/availability/query_data.rs
Outdated
@@ -190,8 +190,8 @@ pub trait QueryablePayload<Types: NodeType>: traits::BlockPayload<Types> { | |||
#[derive(Clone, Debug, Serialize, Deserialize, PartialEq, Eq)] | |||
#[serde(bound = "")] | |||
pub struct LeafQueryData<Types: NodeType> { | |||
pub(crate) leaf: Leaf<Types>, | |||
pub(crate) qc: QuorumCertificate<Types>, | |||
pub(crate) leaf: Leaf2<Types>, |
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.
hmm I am not too sure about this change. We should be inserting Leaf1 for now or migrate the exisitng leaves to Leaf2 and start inserting leaf2
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.
but in the sequencer, we are inserting V1 of everything so I think we want to keep it as Leaf1?
Closes #<ISSUE_NUMBER>
This PR:
This PR does not:
Key places to review: