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: CHANGELOG.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,8 @@ To decouple the `Wallet` from the `Blockchain` we've made major changes:
25
25
- Stop making a request for the block height when calling `Wallet:new`.
26
26
- Added `SyncOptions` to capture extra (future) arguments to `Wallet::sync`.
27
27
- Removed `max_addresses` sync parameter which determined how many addresses to cache before syncing since this can just be done with `ensure_addresses_cached`.
28
+
- remove `flush` method from the `Database` trait and implicitly call it in keyvalue::Database
29
+
28
30
29
31
## [v0.16.1] - [v0.16.0]
30
32
@@ -437,4 +439,4 @@ final transaction is created by calling `finish` on the builder.
0 commit comments