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 vp_user #2617

Merged
4 commits merged into from
Mar 19, 2024
Merged

Fix vp_user #2617

4 commits merged into from
Mar 19, 2024

Conversation

brentstone
Copy link
Collaborator

@brentstone brentstone commented Feb 15, 2024

Describe your changes

Fix the unjailing bug observed in the SE, when unjailing that involves demoting another consensus validator the the below-capacity set is involved.

Closes #2663.

Indicate on which release or other PRs this topic is based on

v0.31.9

Checklist before merging to draft

  • I have added a changelog
  • Git history is in acceptable state

@codecov-commenter
Copy link

codecov-commenter commented Feb 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 53.88%. Comparing base (2ba001d) to head (a92df37).
Report is 18 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2617   +/-   ##
=======================================
  Coverage   53.88%   53.88%           
=======================================
  Files         308      308           
  Lines      100154   100154           
=======================================
+ Hits        53966    53968    +2     
+ Misses      46188    46186    -2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@brentstone brentstone marked this pull request as ready for review February 19, 2024 16:26
This was referenced Feb 20, 2024
tzemanovic
tzemanovic previously approved these changes Feb 22, 2024
@brentstone
Copy link
Collaborator Author

@tzemanovic I think we are safe not to update the implicit VP since validator accounts are only Established. Lmk if you can think of another reason to update that too.

@brentstone brentstone requested a review from tzemanovic March 7, 2024 18:47
@brentstone brentstone mentioned this pull request Mar 8, 2024
brentstone added a commit that referenced this pull request Mar 8, 2024
* brent/fix-vp-user:
  clarify SK in test
  changelog: add #2617
  fix unjail SE bug + test
  add parentheses
brentstone added a commit that referenced this pull request Mar 8, 2024
brentstone added a commit that referenced this pull request Mar 8, 2024
* brent/fix-vp-user:
  clarify SK in test
  changelog: add #2617
  fix unjail SE bug + test
  add parentheses
brentstone added a commit that referenced this pull request Mar 8, 2024
* brent/fix-vp-user:
  clarify SK in test
  changelog: add #2617
  fix unjail SE bug + test
  add parentheses
brentstone added a commit that referenced this pull request Mar 8, 2024
* brent/fix-vp-user:
  clarify SK in test
  changelog: add #2617
  fix unjail SE bug + test
  add parentheses
brentstone added a commit that referenced this pull request Mar 9, 2024
* origin/brent/fix-vp-user:
  clarify SK in test
  changelog: add #2617
  fix unjail SE bug + test
  add parentheses
@Fraccaman Fraccaman mentioned this pull request Mar 9, 2024
brentstone added a commit that referenced this pull request Mar 18, 2024
* origin/brent/fix-vp-user:
  clarify SK in test
  changelog: add #2617
  fix unjail SE bug + test
  add parentheses
@brentstone brentstone closed this pull request by merging all changes into main in 5e0b162 Mar 19, 2024
@brentstone brentstone deleted the brent/fix-vp-user branch March 19, 2024 01:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Possible bug in vp_user
3 participants