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 #265

Closed
Pzzzzzack opened this issue Jun 16, 2023 · 2 comments · Fixed by #259
Closed

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

Pzzzzzack opened this issue Jun 16, 2023 · 2 comments · Fixed by #259
Assignees
Labels
bug Something isn't working

Comments

@Pzzzzzack
Copy link

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

@Pzzzzzack Pzzzzzack added the bug Something isn't working label Jun 16, 2023
@fragwuerdig fragwuerdig self-assigned this Jun 16, 2023
@fragwuerdig
Copy link
Collaborator

fragwuerdig commented Jun 16, 2023

Hey @Pzzzzzack - Thank you for your contribution. This is duplicate of #256. I will still let it open for you to comment on.

@fragwuerdig fragwuerdig linked a pull request Jun 16, 2023 that will close this issue
8 tasks
@Pzzzzzack
Copy link
Author

/cosmos/tx/v1beta1/txs/6937A6F688D0AEC9B4CC9F4E3D24B9F5CE40FCE45006F8550F124A89371AF5D0
this api return same error:
{ "code": 3, "message": "unable to resolve type URL /terra.wasm.v1beta1.MsgExecuteContract: tx parse error: invalid request", "details": [ ] }
full http request is https://terra-classic-lcd.publicnode.com/cosmos/tx/v1beta1/txs/6937A6F688D0AEC9B4CC9F4E3D24B9F5CE40FCE45006F8550F124A89371AF5D0

@inon-man inon-man added state machine breaking Something that will impact the state machine and consensus and removed state machine breaking Something that will impact the state machine and consensus labels Jun 17, 2023
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

Successfully merging a pull request may close this issue.

3 participants