]> Untitled Git - bdk/commitdiff
chore: update changelogs
authorvalued mammal <valuedmammal@protonmail.com>
Tue, 27 May 2025 14:41:12 +0000 (10:41 -0400)
committervalued mammal <valuedmammal@protonmail.com>
Tue, 27 May 2025 14:55:43 +0000 (10:55 -0400)
crates/bitcoind_rpc/CHANGELOG.md
crates/chain/CHANGELOG.md
crates/core/CHANGELOG.md
crates/electrum/CHANGELOG.md
crates/esplora/CHANGELOG.md
crates/file_store/CHANGELOG.md
crates/testenv/CHANGELOG.md

index 60ad59f8f05c8c9c78de6958e7eabaade14e4131..39160dd7d3b023c586dffa7f5632e36a195e9945 100644 (file)
@@ -7,9 +7,15 @@ Contributors do not need to change this file but do need to add changelog detail
 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
 
+## [bitcoind_rpc-0.20.0]
+
+### Changed
+
+- bump bdk_core to 0.6.0
+
 ## [bitcoind_rpc-0.19.0]
 
-## Changed
+### Changed
 
 - feat(rpc)!: Update Emitter::mempool to support evicted_at #1857
 - Change Emitter::mempool to return MempoolEvents which contain mempool-eviction data.
@@ -31,3 +37,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 [bitcoind_rpc-0.17.1]: https://github.com/bitcoindevkit/bdk/releases/tag/bitcoind_rpc-0.17.1
 [bitcoind_rpc-0.18.0]: https://github.com/bitcoindevkit/bdk/releases/tag/bitcoind_rpc-0.18.0
 [bitcoind_rpc-0.19.0]: https://github.com/bitcoindevkit/bdk/releases/tag/bitcoind_rpc-0.19.0
+[bitcoind_rpc-0.20.0]: https://github.com/bitcoindevkit/bdk/releases/tag/bitcoind_rpc-0.20.0
index 81d090d90b84163914ac3dfb50f3f38a375b295d..935b834068d3afc5790df64603beac42703a837c 100644 (file)
@@ -7,6 +7,21 @@ Contributors do not need to change this file but do need to add changelog detail
 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
 
+## [chain-0.23.0]
+
+### Added
+
+- feat!(chain): implement `first_seen` tracking #1950
+- fix(chain): persist `first_seen` #1966
+- Persist spks derived from KeychainTxOutIndex #1963
+
+### Changed
+
+- fix(docs): `merge_chains` outdated documentation #1806
+- chore: create and apply rustfmt.toml #1946
+- chore: Update rust-version to 1.86.0 #1955
+- bump bdk_core to 0.6.0
+
 ## [chain-0.22.0]
 
 ### Added
@@ -41,3 +56,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 [chain-0.21.1]: https://github.com/bitcoindevkit/bdk/releases/tag/chain-0.21.1
 [chain-0.22.0]: https://github.com/bitcoindevkit/bdk/releases/tag/chain-0.22.0
+[chain-0.23.0]: https://github.com/bitcoindevkit/bdk/releases/tag/chain-0.23.0
index 71961f9c64d6d772d70b4721bc684eb748a1e80c..9b24b15b3aae3eaff7871035a82bc40d70186055 100644 (file)
@@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## Unreleased
 
+## [core-0.6.0]
+
+### Added
+
+- Add `is_empty` methods to `TxUpdate` and `{}_Response` types #1961
+
 ## [core-0.5.0]
 
 ### Added
@@ -36,3 +42,4 @@ This is because requests now have a `start_time`, instead of specifying a `seen_
 
 [core-0.4.1]: https://github.com/bitcoindevkit/bdk/releases/tag/core-0.4.1
 [core-0.5.0]: https://github.com/bitcoindevkit/bdk/releases/tag/core-0.5.0
+[core-0.6.0]: https://github.com/bitcoindevkit/bdk/releases/tag/core-0.6.0
index 894d9dd3f870ef73eee8565720a94dc841d2f27a..3746b21e1b5fa0370709ece494702b041d7a12c9 100644 (file)
@@ -7,6 +7,12 @@ Contributors do not need to change this file but do need to add changelog detail
 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
 
+## [electrum-0.23.0]
+
+### Changed
+
+- bump bdk_core to 0.6.0
+
 ## [electrum-0.22.0]
 
 ### Fixed
@@ -37,3 +43,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 [electrum-0.20.1]: https://github.com/bitcoindevkit/bdk/releases/tag/electrum-0.20.1
 [electrum-0.21.0]: https://github.com/bitcoindevkit/bdk/releases/tag/electrum-0.21.0
 [electrum-0.22.0]: https://github.com/bitcoindevkit/bdk/releases/tag/electrum-0.22.0
+[electrum-0.23.0]: https://github.com/bitcoindevkit/bdk/releases/tag/electrum-0.23.0
index a8d49f63930649bd2c0d712f330d4182fb0e4a31..ad56569a1a59d75722c5f4fe577f3561630c3436 100644 (file)
@@ -7,6 +7,12 @@ Contributors do not need to change this file but do need to add changelog detail
 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
 
+## [esplora-0.22.0]
+
+### Changed
+
+- bump bdk_core to 0.6.0
+
 ## [esplora-0.21.0]
 
 ### Changed
@@ -25,3 +31,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 [esplora-0.20.1]: https://github.com/bitcoindevkit/bdk/releases/tag/esplora-0.20.1
 [esplora-0.21.0]: https://github.com/bitcoindevkit/bdk/releases/tag/esplora-0.21.0
+[esplora-0.22.0]: https://github.com/bitcoindevkit/bdk/releases/tag/esplora-0.22.0
index 42bc3bf160866af31ae98cd351dc74d07764b0cf..46f5bb7668b7048766e0dfae6ded91329c53fcc4 100644 (file)
@@ -7,6 +7,12 @@ Contributors do not need to change this file but do need to add changelog detail
 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
 
+## [file_store-0.21.0]
+
+### Changed
+
+- bump bdk_core to 0.6.0
+
 ## [file_store-0.20.0]
 
 ### Changed
@@ -42,3 +48,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 [file_store-0.18.1]: https://github.com/bitcoindevkit/bdk/releases/tag/file_store-0.18.1
 [file_store-0.19.0]: https://github.com/bitcoindevkit/bdk/releases/tag/file_store-0.19.0
 [file_store-0.20.0]: https://github.com/bitcoindevkit/bdk/releases/tag/file_store-0.20.0
+[file_store-0.21.0]: https://github.com/bitcoindevkit/bdk/releases/tag/file_store-0.21.0
index b69d2e57242955be20a0cd139e203d1d835605eb..d0e1f362b434930baf9f3613bbda72e9b8dc25f6 100644 (file)
@@ -7,8 +7,16 @@ Contributors do not need to change this file but do need to add changelog detail
 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
 
+## [testenv-0.13.0]
+
+### Changed
+
+- deps: bump `bdk_chain` to 0.23.0
+
 ## [testenv-0.12.0]
 
+### Changed
+
 - deps: bump `bdk_chain` to 0.22.0
 
 ## [testenv-0.11.1]
@@ -19,3 +27,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 [testenv-0.11.1]: https://github.com/bitcoindevkit/bdk/releases/tag/testenv-0.11.1
 [testenv-0.12.0]: https://github.com/bitcoindevkit/bdk/releases/tag/testenv-0.12.0
+[testenv-0.13.0]: https://github.com/bitcoindevkit/bdk/releases/tag/testenv-0.13.0