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

Add new vote state #100

Closed
wants to merge 2 commits into from
Closed

Add new vote state #100

wants to merge 2 commits into from

Conversation

buffalu
Copy link
Contributor

@buffalu buffalu commented Oct 6, 2023

No description provided.

@@ -54,6 +54,7 @@ pub struct BlockTimestamp {
#[derive(Deserialize)]
pub enum VoteStateVersions {
V0_23_5(Box<VoteState0_23_5>),
V1_14_11(Box<VoteState1_14_11>),
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

need to double check how this works on a live network since things are shifted down and its not backwards compatible. if not backwards compatible, that would be extremely whack

@buffalu buffalu closed this Oct 6, 2023
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.

1 participant