-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[Bug]: Unable to unjail a validator online #19165
Comments
The issue is not the sign mode. The initial error gives you a hint as to what is wrong so I encourage you to evaluate it. The error states that signature is invalid. So please double or triple check that you are indeed using the correct chain-id (this is what causes issues 90% of the time). To be safe, you may explicitly pass it via the |
Thanks for getting back quickly! |
does babylon have something custom around staking? |
Interesting. Do you have some sort of custom account nonce management? |
Unjail uses AutoCLI (https://github.com/cosmos/cosmos-sdk/blob/v0.50.3/x/slashing/autocli.go#L42-L47), it is one of the few commands we've migrated in v0.50 to use tx support (the rest is only on main).
Additionally, can you as well try to use client/v2 with the latest commit from the release/v0.50.x branch? |
Thanks for the hints @julienrbrt! We deployed a working fix for the Feel free to close this. |
Great! Do note that we've made modifications in client/v2 to not require it next client/v2 point release. |
Is there an existing issue for this?
What happened?
On a Babylon network (https://github.com/babylonchain/babylon), I'm unable to unjail a validator which was jailed due to downtime:
Trying any of the remaining sign modes fails with the following:
I only managed to make this work by executing the transaction offline, as referenced here.
Cosmos SDK Version
0.50.3
How to reproduce?
No response
The text was updated successfully, but these errors were encountered: