We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The latest implementation of broadcastTx that polls the chain for the tx result hides all pre-commit errors.
https://github.com/cosmos/cosmjs/blob/main/packages/stargate/src/stargateclient.ts#L329
This will return a timeout error for any kind of invalid transaction including insufficient fees. etc.
The text was updated successfully, but these errors were encountered:
This would explain the bahaviour described in confio/ts-relayer#180
Sorry, something went wrong.
ah..never noticed that issue....same thing happened to us and I just worked back through the code and found it :)
fwiw, ibc-setup costs about 2.2m gas on each chain
Fix is in #805. Happy for any 👀 on it.
Released as 0.25.3
Successfully merging a pull request may close this issue.
The latest implementation of broadcastTx that polls the chain for the tx result hides all pre-commit errors.
https://github.com/cosmos/cosmjs/blob/main/packages/stargate/src/stargateclient.ts#L329
This will return a timeout error for any kind of invalid transaction including insufficient fees. etc.
The text was updated successfully, but these errors were encountered: