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 10 months ago • 2 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

Hi @nikugogoi , I have the same error as you, have you found another way?

Sotatek-TrungHoang avatar Jul 15 '25 04:07 Sotatek-TrungHoang

On which chains do you have this problem? The error is returned if the account does not exist in the auth module

webmaster128 avatar Oct 22 '25 20:10 webmaster128