]> Untitled Git - bdk/commitdiff
Update changelog
authorLLFourn <lloyd.fourn@gmail.com>
Thu, 28 Oct 2021 03:49:11 +0000 (14:49 +1100)
committerLLFourn <lloyd.fourn@gmail.com>
Tue, 9 Nov 2021 22:07:34 +0000 (09:07 +1100)
CHANGELOG.md

index 757baaa34526d25fd43abb40bd31776aea26cdc1..fae09c5627546a27b6cb57b490caac356e34488c 100644 (file)
@@ -8,6 +8,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 - BIP39 implementation dependency, in `keys::bip39` changed from tiny-bip39 to rust-bip39.
 - Add new method on the `TxBuilder` to embed data in the transaction via `OP_RETURN`. To allow that a fix to check the dust only on spendable output has been introduced.
+- Overhauled sync logic for electrum and esplora.
+- Unify ureq and reqwest esplora backends to have the same configuration parameters. This means reqwest now has a timeout parameter and ureq has a concurrency parameter.
+- Fixed esplora fee estimation.
 
 ## [v0.13.0] - [v0.12.0]