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

Add submessages to IbcBasicResponse and IbcReceiveResponse #822

Closed
ethanfrey opened this issue Mar 5, 2021 · 0 comments · Fixed by #823
Closed

Add submessages to IbcBasicResponse and IbcReceiveResponse #822

ethanfrey opened this issue Mar 5, 2021 · 0 comments · Fixed by #823
Milestone

Comments

@ethanfrey
Copy link
Member

We recently added submessages to the normal Response type: https://github.com/CosmWasm/cosmwasm/blob/main/packages/std/src/results/response.rs#L80

However, it is missing from the IBC-related response types:

They should be the same as a normal Response type, only with the absence of a data field

@ethanfrey ethanfrey added this to the 0.14.0 milestone Mar 5, 2021
@ethanfrey ethanfrey changed the title Add submessages to IbcBasicResponse and Add submessages to IbcBasicResponse and IbcReceiveResponse Mar 5, 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