From dc21d72be777bd4282f843164b1fbdc0dd21affa Mon Sep 17 00:00:00 2001 From: willclarktech Date: Tue, 13 Apr 2021 16:49:40 +0200 Subject: [PATCH] Update CHANGELOG for StargateClient.broadcastTx --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 22dd4a23..471f1629 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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