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

Error parsing tx result: Invalid string. Length must be a multiple of 4 #1201

Closed
Redm4x opened this issue Jun 28, 2022 · 2 comments
Closed

Comments

@Redm4x
Copy link

Redm4x commented Jun 28, 2022

Hi, after successfully broadcasting a transaction with the SigningStargateClient I get the following error:
image

Someone else had the same issue here and it looks like it happens because cosmjs is using a tendermint 0.34 client instead of 0.35.

I see that a pull request to add Tendermint35Client was merged two weeks ago (#1173), but when I try using the latest npm version (v0.28.9 released 7 days ago) I still get the same error and I only see Tendermint34Client in the code.

Is it supposed to work or do I need to wait for a future version still?

@webmaster128
Copy link
Member

Which network is that? The upcoming Cosmos SDK 0.46 will be using Tendermint 0.34.x (see #1093 (comment)).

CosmJS 0.29 will ship a Tendermint 0.35 client bit that will not be used by higher level clients such as StargateClient.

@Redm4x
Copy link
Author

Redm4x commented Jun 29, 2022

It's a new network still in development. Thanks for the insight about the upcoming Cosmos SDK v0.46 I wasn't aware it would be staying on Tendermint 0.34.x.

@Redm4x Redm4x closed this as completed Jun 29, 2022
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

No branches or pull requests

2 participants