From 2e480cd57f422800210111fbf980943ce064387a Mon Sep 17 00:00:00 2001 From: willclarktech Date: Tue, 11 May 2021 14:48:15 +0200 Subject: [PATCH] Update CHANGELOG for custom broadcast timing --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 78dd8c49..14273294 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ and this project adheres to ### Added +- @cosmjs/cosmwasm-stargate: Add `broadcastTimeoutMs` and + `broadcastPollIntervalMs` options added to `SigningCosmWasmClientOptions`. - @cosmjs/proto-signing: Add `serialize` and `serializeWithEncryptionKey` methods to `DirectSecp256k1HdWallet`. Also add `deserialize` and `deserializeWithEncryptionKey` static methods. @@ -15,6 +17,8 @@ and this project adheres to helper functions and `KdfConfiguration` type. - @cosmjs/proto-signing: Export `makeCosmoshubPath` helper. - @cosmjs/stargate: Export `makeCosmoshubPath` helper. +- @cosmjs/stargate: Add `broadcastTimeoutMs` and `broadcastPollIntervalMs` + options added to `SigningStargateClientOptions`. ## [0.25.1] - 2021-05-06