Update CHANGELOG for StargateClient.broadcastTx

This commit is contained in:
willclarktech 2021-04-13 16:49:40 +02:00
parent 1dd0c3677c
commit dc21d72be7
No known key found for this signature in database
GPG Key ID: 551A86E2E398ADF7

View File

@ -113,6 +113,9 @@ and this project adheres to
a `Secp256k1HdWalletOptions` object.
- @cosmjs/proto-signing: Options for `DirectSecp256k1HdWallet.fromMnemonic` are
now passed via a `DirectSecp256k1HdWalletOptions` object.
- @cosmjs/stargate: `StargateClient.broadcastTx` now uses sync mode and then
polls for the transaction before resolving. The timeout and poll interval can
be configured.
### Deprecated