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 transaction result data to IndexedTx #1305

Closed
webmaster128 opened this issue Oct 25, 2022 · 1 comment · Fixed by #1427
Closed

Add transaction result data to IndexedTx #1305

webmaster128 opened this issue Oct 25, 2022 · 1 comment · Fixed by #1427

Comments

@webmaster128
Copy link
Member

webmaster128 commented Oct 25, 2022

@webmaster128 webmaster128 added this to the 0.29.x milestone Oct 25, 2022
@webmaster128
Copy link
Member Author

webmaster128 commented Oct 25, 2022

I'm unsure how to expose this value at higher level APIs (IndexedTx/DeliverTxResponse as well as InstantiateResult and friends) because it changes starting with Cosmos SDK 0.46:

https://github.com/cosmos/cosmos-sdk/blob/v0.46.3/proto/cosmos/base/abci/v1beta1/abci.proto#L128-L140

Adding new MsgData fields does not make much sense anymore. We probably need the Cosmos SDK 0.46 types in cosmjs-types first.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant