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 liveness unjailing #2246

Merged
merged 3 commits into from
Dec 7, 2023
Merged

Fix liveness unjailing #2246

merged 3 commits into from
Dec 7, 2023

Conversation

brentstone
Copy link
Collaborator

@brentstone brentstone commented Dec 4, 2023

Describe your changes

The client checks for submitting an unjail tx were not updated to consider jailing due to liveness only. More specifically, now an unjail tx should be allowed if no data is found for the last infraction epoch of a currently jailed validator, since the validator can be jailed due to liveness requirements. This is resolved in the PR.

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

v0.27.0

Checklist before merging to draft

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

@brentstone brentstone mentioned this pull request Dec 6, 2023
@brentstone brentstone marked this pull request as ready for review December 6, 2023 18:07
brentstone added a commit that referenced this pull request Dec 6, 2023
* brent/fix-liveness:
  changelog: add #2246
  only call jail if validator is not already jailed
  fix unjail tx from client to consider liveness jailing
@tzemanovic tzemanovic merged commit ce8167c into main Dec 7, 2023
13 of 14 checks passed
@tzemanovic tzemanovic deleted the brent/fix-liveness branch December 7, 2023 17:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants