File tree 2 files changed +8
-4
lines changed
2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -9,9 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
## [ Unreleased]
11
11
12
- ## [ v0.30.1 ]
12
+ ## [ v0.30.2 ]
13
13
14
- ### Fixed
14
+ - Fix out of memory issue caused by batch fetching many large txs #1831
15
+ - Fix SQLite panic when syncing many large txs #1836
16
+
17
+ ## [ v0.30.1]
15
18
16
19
- Fix electrum conftime_req filter for needs_block_height #1782
17
20
@@ -707,4 +710,5 @@ final transaction is created by calling `finish` on the builder.
707
710
[ v0.29.0 ] : https://github.com/bitcoindevkit/bdk/compare/v0.28.2...v0.29.0
708
711
[ v0.30.0 ] : https://github.com/bitcoindevkit/bdk/compare/v0.29.0...v0.30.0
709
712
[ v0.30.1 ] : https://github.com/bitcoindevkit/bdk/compare/v0.30.0...v0.30.1
710
- [ Unreleased ] : https://github.com/bitcoindevkit/bdk/compare/v0.30.1...release/0.29
713
+ [ v0.30.2 ] : https://github.com/bitcoindevkit/bdk/compare/v0.30.1...v0.30.2
714
+ [ Unreleased ] : https://github.com/bitcoindevkit/bdk/compare/v0.30.2...release/0.30
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " bdk"
3
- version = " 0.30.1 "
3
+ version = " 0.30.2 "
4
4
authors = [
" Alekos Filini <[email protected] >" ,
" Riccardo Casatta <[email protected] >" ]
5
5
homepage = " https://bitcoindevkit.org"
6
6
repository = " https://github.com/bitcoindevkit/bdk"
You can’t perform that action at this time.
0 commit comments