You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge #2023: chore(release): bump bdk-chain to 0.23.2
d0c691f chore(release): bump `bdk-chain` to `0.23.2` (Leonardo Lima)
Pull request description:
fixes#2022
<!-- You can erase any parts of this template not applicable to your Pull Request. -->
### Description
It bumps the required versions for the next releases and also each CHANGELOG.md
- bump `bdk_core` to `0.6.2`
- bump `bitcoind_rpc` to `0.22.0`
- bump `file_store` to `0.22.0`.
- bump `bdk_electrum` to `0.23.2`
<!-- Describe the purpose of this PR, what's being adding and/or fixed -->
### Checklists
#### All Submissions:
* [x] I followed the [contribution guidelines](https://github.com/bitcoindevkit/bdk/blob/master/CONTRIBUTING.md)
ACKs for top commit:
ValuedMammal:
ACK d0c691f
LagginTimes:
ACK d0c691f
notmandatory:
ACK d0c691f
evanlinjin:
ACK d0c691f
Tree-SHA512: e1332984801ffe011ffbaa0e4c41bf1f992651081b5518422a544f8b7a98a8cbd22a2900ec4e0199a6501b2c0f5e909272eaa08618abaa91eb4e505e32676c02
Copy file name to clipboardExpand all lines: crates/chain/CHANGELOG.md
+12-1Lines changed: 12 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,16 @@ Contributors do not need to change this file but do need to add changelog detail
7
7
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
8
8
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
9
9
10
+
## [chain-0.23.2]
11
+
12
+
### Added
13
+
14
+
- Added a doctest illustrating how to filter confirmed balance results by simulating a minimum confirmation threshold via `chain_tip` height. #2007
15
+
16
+
### Fixed
17
+
18
+
- Behavior of `IndexedTxGraph` methods (`apply_block_relevant`, `batch_insert_relevant` and `batch_insert_relevant_unconfirmed`) to also consider conflicts of spk-relevant transactions as relevant. #2008
19
+
10
20
## [chain-0.23.1]
11
21
12
22
### Added
@@ -74,4 +84,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
0 commit comments