We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Errors occur when using the client to send IBC transactions without flag --absolute-timeouts
--absolute-timeouts
gaiad tx ibc-transfer transfer
Error message
Error: cannot unpack Any into ClientState *types.Any: failed unpacking protobuf message from Any
any.GetCachedValue() returns nil
any.GetCachedValue()
https://github.com/cosmos/cosmos-sdk/blob/master/x/ibc/core/04-channel/client/utils/utils.go#L136 https://github.com/cosmos/cosmos-sdk/blob/master/x/ibc/core/02-client/types/codec.go#L71 https://github.com/cosmos/cosmos-sdk/blob/master/x/ibc/core/04-channel/client/utils/utils.go#L146 https://github.com/cosmos/cosmos-sdk/blob/master/x/ibc/core/02-client/types/codec.go#L113
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Errors occur when using the client to send IBC transactions without flag
--absolute-timeouts
Error message
Error: cannot unpack Any into ClientState *types.Any: failed unpacking protobuf message from Any
any.GetCachedValue()
returns nilhttps://github.com/cosmos/cosmos-sdk/blob/master/x/ibc/core/04-channel/client/utils/utils.go#L136
https://github.com/cosmos/cosmos-sdk/blob/master/x/ibc/core/02-client/types/codec.go#L71
https://github.com/cosmos/cosmos-sdk/blob/master/x/ibc/core/04-channel/client/utils/utils.go#L146
https://github.com/cosmos/cosmos-sdk/blob/master/x/ibc/core/02-client/types/codec.go#L113
The text was updated successfully, but these errors were encountered: