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
Describe the bug we use this api to get txs /cosmos/tx/v1beta1/txs/block/13214281. But it return this error
/cosmos/tx/v1beta1/txs/block/13214281
{ "code": 3, "message": "unable to resolve type URL /terra.wasm.v1beta1.MsgExecuteContract: tx parse error: invalid request", "details": [ ] }
There are some MsgExecuteContract transactions in this block. It seems this api not support MsgExecuteContract transactions.
To Reproduce call this api /cosmos/tx/v1beta1/txs/block/13214281
Context & versions classic-core v2.1.1
The text was updated successfully, but these errors were encountered:
yes ,anc mir transaction failed
Sorry, something went wrong.
also get this error when process block 13164809 "unable to resolve type URL /terra.wasm.v1beta1.MsgStoreCode: tx parse error: invalid request"
"unable to resolve type URL /terra.wasm.v1beta1.MsgStoreCode: tx parse error: invalid request"
failed to execute message; message index: 0: dispatch: submessages: dispatch: submessages: Generic error: Querier system error: Unsupported query type: unknown terra query variant: execute wasm contract failed https://finder.terra.money/classic/tx/54A7D2E4A22012DBBFAAFDFE30BD2BAD47E01AF20BF413B30BE37E71EB55E0D5
what happens to this
I don't know. This transaction is not sent by me
No branches or pull requests
Describe the bug
we use this api to get txs
/cosmos/tx/v1beta1/txs/block/13214281
. But it return this errorThere are some MsgExecuteContract transactions in this block. It seems this api not support MsgExecuteContract transactions.
To Reproduce
call this api
/cosmos/tx/v1beta1/txs/block/13214281
Context & versions
classic-core v2.1.1
The text was updated successfully, but these errors were encountered: