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

Client bugs in ibc-transfer #8340

Closed
SegueII opened this issue Jan 15, 2021 · 0 comments · Fixed by #8341
Closed

Client bugs in ibc-transfer #8340

SegueII opened this issue Jan 15, 2021 · 0 comments · Fixed by #8341

Comments

@SegueII
Copy link
Contributor

SegueII commented Jan 15, 2021

Errors occur when using the client to send IBC transactions without flag --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

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

@mergify mergify bot closed this as completed in #8341 Jan 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant