-
Notifications
You must be signed in to change notification settings - Fork 736
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]: Unbond validator is not working on v19.0.0-rc #3245
Comments
Thanks for opening the issue. The text and the image you showed do not match. The text states you are executing an unbond Tx, while the image shows that you have a signing step. How did you generate the Tx? We're checking it out. |
I tried two methods directly signing unbond validator and signing using tx sign, but the result is the same
|
Thanks for the additional context! We are looking into it. |
The bug has been triaged and the fix will be ready soon. The fix will be a part of the upcoming cosmos-sdk-lsm release and the next gaia release candidate. Thank you @arifintahu |
Fixed in: Targeting v19.0.0-rc0. The changes will be in the mainnet v19.0.0 release. Thanks once again! |
Great, glad to hear that! |
Is there an existing issue for this?
What happened?
A bug happened!
I tried
gaiad tx staking unbond-validator --from validator1
on v19.0.0-rc0 theta testnet and then I gotAfter following the corresponding code, it seems the error come from cosmos sdk v0.50.8-lsm https://github.com/cosmos/cosmos-sdk/blob/62baa29ab9e3f190b148fc9e2e8e884da452a8e9/x/staking/client/cli/tx.go#L338
valAddrCodec.BytesToString cannot process valoper
Gaia Version
v19.0.0-rc0 to v19.0.0-rc3
How to reproduce?
gaiad tx staking unbond-validator --from validator1
The text was updated successfully, but these errors were encountered: