github bitcoindevkit/bdk v0.30.2
Release bdk 0.30.2

one day ago

This is a patch release to fix a crash that can occur when syncing wallets that have many (10k+) UTXOs.

!! DEPRECATED !!

The bdk library is now deprecated and replaced by bdk_wallet. All projects should migrate to bdk_wallet 1.0.0 or newer as soon as possible. For migration instructions see the "Book of BDK" chapter on "Migrating from 0.x".

The BDK team will continue to publish bdk 0.30.x bug fix releases as needed, but only for a limited time.

What's Changed

  • Fix out of memory issue caused by many txs. by @jguinta in #1831
  • Fix SQLite panic when syncing many UTXOs by enabling WAL journal mode by @notmandatory in #1836

New Contributors

Full Changelog: v0.30.1...v0.30.2

Don't miss a new bdk release

NewReleases is sending notifications on new releases.