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

fix: fixes round state traced data to mirror the new state #1259

Closed
wants to merge 2 commits into from

Conversation

staheri14
Copy link
Collaborator

Closes #1258

@staheri14 staheri14 changed the title Fixes round state traced data to mirror the new state fix: fixes round state traced data to mirror the new state Mar 8, 2024
@staheri14 staheri14 self-assigned this Mar 8, 2024
@staheri14 staheri14 added fix WS: Big Blonks 🔭 Improving consensus critical gossiping protocols labels Mar 8, 2024
@staheri14
Copy link
Collaborator Author

staheri14 commented Mar 8, 2024

Blocking on #1260

@staheri14 staheri14 marked this pull request as ready for review March 14, 2024 01:45
Copy link
Collaborator

@rootulp rootulp left a comment

Choose a reason for hiding this comment

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

🤷‍♂️

Comment on lines -709 to +711
schema.WriteRoundState(cs.traceClient, cs.Height, cs.Round, cs.Step)
schema.WriteRoundState(cs.traceClient, cs.RoundState.Height,
cs.RoundState.Round,
cs.RoundState.Step)
Copy link
Member

Choose a reason for hiding this comment

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

is this just being more explicit to where the height and round are coming from?

Copy link
Member

@evan-forbes evan-forbes Mar 14, 2024

Choose a reason for hiding this comment

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

totally fine to change, but not yet sure if I would classify this as a fix as I currently understand this

@staheri14
Copy link
Collaborator Author

Closing this as the issue was already resolved.

@staheri14 staheri14 closed this Apr 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix WS: Big Blonks 🔭 Improving consensus critical gossiping protocols
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fixing/verifying consensus round state traced data
3 participants