Update CHANGELOG for CosmWasmClient.broadcastTx

This commit is contained in:
willclarktech 2021-04-13 18:56:10 +02:00
parent c6b292392e
commit aed8b1ce70
No known key found for this signature in database
GPG Key ID: 551A86E2E398ADF7

View File

@ -116,6 +116,9 @@ and this project adheres to
- @cosmjs/stargate: `StargateClient.broadcastTx` now uses sync mode and then - @cosmjs/stargate: `StargateClient.broadcastTx` now uses sync mode and then
polls for the transaction before resolving. The timeout and poll interval can polls for the transaction before resolving. The timeout and poll interval can
be configured. be configured.
- @cosmjs/cosmwasm-stargate: `CosmWasmClient.broadcastTx` now uses sync mode and
then polls for the transaction before resolving. The timeout and poll interval
can be configured.
### Deprecated ### Deprecated