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

[BUG] /cosmos/tx/v1beta1/txs/block/13214281 return error #813

Open
jaslin-W opened this issue Jun 16, 2023 · 4 comments
Open

[BUG] /cosmos/tx/v1beta1/txs/block/13214281 return error #813

jaslin-W opened this issue Jun 16, 2023 · 4 comments
Labels
bug Something isn't working

Comments

@jaslin-W
Copy link

jaslin-W commented Jun 16, 2023

Describe the bug
we use this api to get txs /cosmos/tx/v1beta1/txs/block/13214281. But it return this error

{
  "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

@jaslin-W jaslin-W added the bug Something isn't working label Jun 16, 2023
@fzuguo
Copy link

fzuguo commented Jun 20, 2023

yes ,anc mir transaction failed

@jaslin-W
Copy link
Author

also get this error when process block 13164809
"unable to resolve type URL /terra.wasm.v1beta1.MsgStoreCode: tx parse error: invalid request"

@fzuguo
Copy link

fzuguo commented Jun 20, 2023

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

@jaslin-W
Copy link
Author

I don't know. This transaction is not sent by me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants