File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -6,11 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6
6
7
7
## [ Unreleased]
8
8
9
+ - Added ` flush ` method to the ` Database ` trait to explicitly flush to disk latest changes on the db.
10
+
9
11
## [ v0.10.0] - [ v0.9.0]
10
12
11
13
- Added ` RpcBlockchain ` in the ` AnyBlockchain ` struct to allow using Rpc backend where ` AnyBlockchain ` is used (eg ` bdk-cli ` )
12
14
- Removed hard dependency on ` tokio ` .
13
- - Added ` flush ` method to the ` Database ` trait to explicitly flush to disk latest changes on the db.
14
15
15
16
### Wallet
16
17
@@ -361,7 +362,7 @@ final transaction is created by calling `finish` on the builder.
361
362
- Use ` MemoryDatabase ` in the compiler example
362
363
- Make the REPL return JSON
363
364
364
- [ unreleased ] : https://github.com/bitcoindevkit/bdk/compare/v0.9 .0...HEAD
365
+ [ unreleased ] : https://github.com/bitcoindevkit/bdk/compare/v0.10 .0...HEAD
365
366
[ 0.1.0-beta.1 ] : https://github.com/bitcoindevkit/bdk/compare/96c87ea5...0.1.0-beta.1
366
367
[ v0.2.0 ] : https://github.com/bitcoindevkit/bdk/compare/0.1.0-beta.1...v0.2.0
367
368
[ v0.3.0 ] : https://github.com/bitcoindevkit/bdk/compare/v0.2.0...v0.3.0
You can’t perform that action at this time.
0 commit comments