Skip to content

v0.11.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@notmandatory notmandatory released this 04 Sep 19:14
· 1519 commits to master since this release
v0.11.0
aa786fb

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

Full Changelog: v0.10.0...v0.11.0