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
chore(cosmosclient): switch to BroadcastModeSync (ignite#2850)
* wip: switch to broadcastMode sync
TODO: update BroadcastTx calls so they can actually get the response of
the transaction.
* refac(cosmosclient): remove timeout param from Wait* funcs
Consumer can pass a ctx with a timeout to get the exact same behavior
with a better level of customization.
* feat: cosmosclient.WaitForTx func
This func will be handy once we'll switch to BroadcastMode Sync.
* test: add integration test for network publish
The test works in BroadcastModeBlock, but not any more in
BroadcastTxSync, it will serve as a proof that the transition is OK.
* chore: make BroadcastTx works with BroadcastTxSync
* test: clean go/bin/appBinary after serve
* fix test and remove --broadcastmode flag
* when you realize you were requesting the wrong chain...
* refac: stop calling faucet on BroadcastTx
This is already done in `CreateTx` so if it's no longer done in
BroadcastTx, this should have very limited impacts.
The good part is that removes complexity.
* add CL
* test: try with http url
* revert changing broadcast mode in chain test
* test: ensure the correct spn version is used
* test: use env.Ctx() in waitForNextBlock
* fix CL
* Update changelog.md
Co-authored-by: Alex Johnson <alex@shmeeload.xyz>
Co-authored-by: Alex Johnson <alex@shmeeload.xyz>
0 commit comments