|
| 1 | +--- |
| 2 | +title: "2025 Q3 Update: What Have We Been Up To?" |
| 3 | +description: "2025 Q3 Update on the Bitcoin Dev Kit Project" |
| 4 | +authors: |
| 5 | + - thunderbiscuit |
| 6 | +date: "2025-11-06" |
| 7 | +tags: ["BDK", "project"] |
| 8 | +draft: false |
| 9 | +--- |
| 10 | + |
| 11 | +Q3 saw a new feature release of the bdk_wallet library (`2.1.0`), with great new features being added including support for multipath descriptors, more flexible transaction building capabilities, as well as better caching when working with large wallets. |
| 12 | + |
| 13 | +Here are some of the notable releases and changes over Q3 to the software libraries we maintain: |
| 14 | +- **We have a new _Release Notes_ section** on the Book of BDK. Head over to the [book of BDK Release Guide section](https://bookofbdk.com/release-guide/2.2/notes/) for notes on the latest releases. |
| 15 | +- **The Electrum, Esplora, and Kyoto client** have all gotten new releases with some small added features and bug fixes. |
| 16 | +- **The Book of BDK examples have all been updated to reflect the new 2.0 APIs.** Check out [https://bookofbdk.com](https://bookofbdk.com)! |
| 17 | +- **The language bindings** for iOS, Android, and Python have released their latest stable version (2.2)! 🎉. |
| 18 | +- **We've split up some of the language bindings libraries** into their own repositories in order to make it easier for devs to contribute to those, and for new languages to copy our workflow! Keep an eye out for our experimental React Native and Flutter libraries, to be announced later this year... |
| 19 | +- **The work on Silent Payments** with BDK is ongoing with [nymius](https://github.com/nymius) working full-time on a range of libraries that must come together in the Rust ecosystem to bring this all the way down to wallet devs through BDK. Conferences, hackathons, example cli tools to showcase the workflows and libraries, Nymius is working hard to get Silent Payments in BDK! |
| 20 | + |
| 21 | +## Our Grantees in Action |
| 22 | + |
| 23 | +Full-time grants changes: |
| 24 | +- We now have [Luis]() working on a project grant, integrating Floresta with BDK! |
| 25 | + |
| 26 | +## BDK in the Wild |
| 27 | + |
| 28 | +- Q3 saw new projects integrating BDK into their software, most notably [MetaMask](https://metamask.io/) with a WASM language bindings library now maintained by the BDK Foundation ([see the repository here](https://github.com/bitcoindevkit/bdk-wasm)). |
| 29 | +- We have continued to record the BDK Tech Talk videos, and they're on YouTube! Check them out: |
| 30 | + - [BDK on Mobile](https://www.youtube.com/watch?v=J2wLCv_fx5Y) |
| 31 | + - [BDK at Portal](https://www.youtube.com/watch?v=koaeRIpXUZM&t=29s) |
0 commit comments