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
We're having an issue with v0.51.0 (also tested previous versions) where the -b or --block flag don't appear to work. We've tested putting the flag in different argument positions, to no effect.
That's because the docs use -b block, which is deprecated now. -b sync only performs some checks on the transaction, but does not wait until it is included into a block on chain.
We're having an issue with v0.51.0 (also tested previous versions) where the
-b
or--block
flag don't appear to work. We've tested putting the flag in different argument positions, to no effect.For example:
Yields a response like:
I would expect those fields to be populated, as in the documentation https://docs.cosmwasm.com/docs/getting-started/interact-with-contract/
Please advise how to make synchronous calls. It's quite important to our automation.
The text was updated successfully, but these errors were encountered: