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
Copy file name to clipboardExpand all lines: crates/esplora/CHANGELOG.md
+13Lines changed: 13 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,18 @@ 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
+
## [esplora-0.22.1]
11
+
12
+
### Added
13
+
- Introduce usage of `cfg_attr(coverage_nightly)` in order to not consider tests under coverage. #1986
14
+
15
+
### Changed
16
+
- deps: bump `esplora-client` to 0.12.1
17
+
- deps: bump `bdk_core` to 0.6.1
18
+
19
+
### Fixed
20
+
- Esplora `chain_update` returns early with `esplora_client::Error::HeaderHashNotFound` if no point of agreement is found in the local checkpoint #1971
21
+
10
22
## [esplora-0.22.0]
11
23
12
24
### Changed
@@ -32,3 +44,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
0 commit comments