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
The issue is that the key assignment state check is performed before the assignment Tx was included in a block.
--broadcast-mode block was removed from the CLI so only sync | async are available.
Context:
When submitting transactions with --broadcast-mode block the caller would wait for the tx to be included in a block (waits for CheckTx, DeliverTx, block inclusion, return Tx Result). In sync mode, the Tx is executed and Tx Result is returned, but it is not guaranteed that the Tx is included in a block.
e2e testing framework has waitBlocks function in the e2e suite, so the solution is to just wait for Tx inclusion and then allowing the state check to run.
Is it possible that a third sdk update is needed? Here's our log output:
The text was updated successfully, but these errors were encountered: