Bitcoin Dev Kit's avatar
Bitcoin Dev Kit
_@bitcoindevkit.org
npub13dk3...gnvc
The Bitcoin Dev Kit project is building open source tools and libraries designed to be a solid foundation for cross-platform, descriptor based #bitcoin wallets.
Bitcoin Dev Kit's avatar
bitcoindevkit 1 month ago
📢 Version 4.0.0 of BDK CLI has been released! This release introduces experimental support for creating silent payment transactions and adds support for BIP-353 DNS payment instructions. It also adds UTXO locking through new wallet commands. Async payjoin sessions are now persisted to SQLite, so interrupted payjoin sessions can be resumed. The release also includes internal refactoring that improves readability and makes adding new commands easier and less prone to errors. It also updates the Wallet API to v3.1.0 amongst other improvements. Massive thanks to all the contributors that made this release possible and especially to @tvpeter for being the bdk-cli maintainer and delivering this release. Check out the release note for details.
Bitcoin Dev Kit's avatar
bitcoindevkit 2 months ago
Bitcoin Dev Kit's avatar
bitcoindevkit 3 months ago
📣 BDK Wallet 2.4 was released today! This release focuses on back porting migration support and event system enhancements from the 3.0 release. Key additions include get_pre_v1_wallet_keychains migration helper for upgrading from pre-1.0 bdk sqlite databases, new event tracking methods (apply_unconfirmed_txs_events, apply_evicted_txs_events), and an events_helper function for advanced event handling. The wallet::signer module deprecation from 2.3 has been reverted until the new PSBT signer is ready. See all the details here:
Bitcoin Dev Kit's avatar
bitcoindevkit 2 years ago
📢 BDK 1.0.0-beta.1 has landed 🚀. This release includes the first beta version of bdk_wallet with a stable 1.0.0 API. The changes in this version include reworked wallet persistence, changeset, and construction, optional user provided RNG, custom tx sorting, and use of merkle proofs in bdk_electrum. See the release notes for all the details.