cosmjs icon indicating copy to clipboard operation
cosmjs copied to clipboard

Support for cosmos-sdk `Next` version (v0.52.0-rc.2)

Open nikugogoi opened this issue 5 months ago • 0 comments

We are building a chain with cosmos-sdk version Next (v0.52.0-rc.2). After transferring tokens to a new account, we are getting an error when sending a tx from the new account using cosmjs signAndBroadcast method.

'<ACCOUNT_ADDRESS>' does not exist on chain. Send some tokens there before trying to query sequence.

We can see that the account has balance after token transfer using the CLI. And sending tx using the CLI in the above scenario works.

Questions:

  • Are we missing some step in cosmjs between transferring tokens to account and sending a tx?
  • Is there a different version of cosmjs to be used with cosmos-sdk Next version?

nikugogoi avatar May 05 '25 15:05 nikugogoi