You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, after successfully broadcasting a transaction with the SigningStargateClient I get the following error:
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?
The text was updated successfully, but these errors were encountered:
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.
Hi, after successfully broadcasting a transaction with the
SigningStargateClient
I get the following error:Someone else had the same issue here and it looks like it happens because cosmjs is using a tendermint
0.34
client instead of0.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 seeTendermint34Client
in the code.Is it supposed to work or do I need to wait for a future version still?
The text was updated successfully, but these errors were encountered: