]> Untitled Git - bdk/commitdiff
Update CHANGELOG.md
authorAlekos Filini <alekos.filini@gmail.com>
Tue, 26 Oct 2021 12:38:55 +0000 (14:38 +0200)
committerAlekos Filini <alekos.filini@gmail.com>
Wed, 10 Nov 2021 11:30:33 +0000 (12:30 +0100)
CHANGELOG.md

index 757baaa34526d25fd43abb40bd31776aea26cdc1..12ed347fa3abc2d74c1735f2b41477bf8a20fc6a 100644 (file)
@@ -8,6 +8,7 @@ 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.
+- Update the `Database` trait to store the last sync timestamp and block height
 
 ## [v0.13.0] - [v0.12.0]
 
@@ -391,4 +392,4 @@ final transaction is created by calling `finish` on the builder.
 [v0.10.0]: https://github.com/bitcoindevkit/bdk/compare/v0.9.0...v0.10.0
 [v0.11.0]: https://github.com/bitcoindevkit/bdk/compare/v0.10.0...v0.11.0
 [v0.12.0]: https://github.com/bitcoindevkit/bdk/compare/v0.11.0...v0.12.0
-[v0.13.0]: https://github.com/bitcoindevkit/bdk/compare/v0.12.0...v0.13.0
\ No newline at end of file
+[v0.13.0]: https://github.com/bitcoindevkit/bdk/compare/v0.12.0...v0.13.0