This release of BDK adds the flush
function to the Database
trait to explicitly flush to disk the latest changes on the db that caches blockchain data. The feature is useful when creating mobile apps where flushing data to disk programmatically based on app lifecycle events is sometimes needed.
You can find the full details in the changelog.
What's Changed
- In tests enable daemons logging if log level is Debug by @RCasatta in #417
- Disable default features for rocksdb by @tcharding in #416
- Update dev-dependencies electrsd to 0.10 and required additional crates by @notmandatory in #424
- Add flush method to Database trait by @RCasatta in #409
- Release/0.10.0 by @afilini in #418
- Add deprecation policy to CONTRIBUTING.md by @thomaseizinger in #422
- exposing get_funded_wallet by @ulrichard in #411
- Fix CHANGELOG after merging release/0.10.0 branch by @notmandatory in #425
Full Changelog: v0.10.0...v0.11.0