|
| 1 | +--- |
| 2 | +title: "2025 Q4 Update: What Have We Been Up To?" |
| 3 | +description: "2025 Q4 Update on the Bitcoin Dev Kit Project" |
| 4 | +authors: |
| 5 | + - thunderbiscuit |
| 6 | +date: "2026-01-21" |
| 7 | +tags: ["BDK", "project"] |
| 8 | +draft: false |
| 9 | +--- |
| 10 | + |
| 11 | +Q4 saw two new feature releases of the bdk_wallet library (`2.2.0` and `2.3.0`), continued work on documentation, and a strong presence at TABConf where four team members presented talks and workshops. We also had a productive three-day summit in Nashville where a large part of the team met with other Rust + Bitcoin developers. |
| 12 | + |
| 13 | +Here are some of the notable releases and changes over Q4 to the software libraries we maintain: |
| 14 | +- **Release 2.2 and 2.3 of `bdk_wallet`.** These releases continue to build on the 2.0 foundation with new features and improvements. |
| 15 | +- **PayJoin support added to bdk-cli.** We've added a PayJoin feature to bdk-cli to test basic integration with BDK. See [the PR](https://github.com/bitcoindevkit/bdk-cli/pull/200) for details. |
| 16 | +- **New Book of BDK section: Release Guide.** We've added a comprehensive [Release Guide](https://bookofbdk.com/release-guide/guide/) to help developers understand our release process. |
| 17 | +- **Library Tiers defined.** We now have clearly defined [Library Tiers](https://bookofbdk.com/getting-started/tiers/) to help developers understand the maturity and stability of our various libraries. |
| 18 | +- **MetaMask adds self-custodial Bitcoin snap built with bdk-wasm.** MetaMask wallet announced a new self-custodial Bitcoin "snap" (plugin) built using our bdk-wasm library, bringing BDK to a massive user base. |
| 19 | + |
| 20 | +## Our Grantees in Action |
| 21 | + |
| 22 | +We had a strong presence at TABConf this year with four presentations from the team: |
| 23 | +- [Luis](https://github.com/luisschwab) presented "Merkle Trees is the Perfect Place for UTXOs: Floresta as a chain source for BDK" ([Day 4](https://github.com/TABConf/7.tabconf.com/issues/33)) |
| 24 | +- [ValuedMammal](https://github.com/ValuedMammal) presented "Planning ahead: building transactions with complex spending conditions in BDK" ([Day 4](https://github.com/TABConf/7.tabconf.com/issues/52)) |
| 25 | +- [Thunderbiscuit](https://github.com/thunderbiscuit) presented "Documenting BDK" ([Day 4](https://github.com/TABConf/7.tabconf.com/issues/38)) |
| 26 | +- [Nymius](https://github.com/nymius) hosted a workshop "Adding silent payments support to BDK" ([Day 4](https://github.com/TABConf/7.tabconf.com/issues/32)) |
| 27 | + |
| 28 | +Following TABConf, the BDK team met with other Rust and Bitcoin-based developers in Nashville for a three-day summit, collaborating on initiatives and planning for the year ahead. |
| 29 | + |
| 30 | +## BDK in the Wild |
| 31 | + |
| 32 | +Q4 saw new projects integrating BDK into their software and being added to our [adoption page](https://bitcoindevkit.org/adoption/): |
| 33 | +- [Eigenwallet](https://eigenwallet.org/) |
| 34 | +- [Satsigner](https://satsigner.com/) |
| 35 | +- [MetaMask](https://metamask.io/) |
| 36 | +- [SatGo](https://satgo.io/) |
| 37 | + |
| 38 | +Other notable integrations: |
| 39 | +- **Bitcoin Safe released Kyoto on Mainnet.** Bitcoin Safe is now running Kyoto, our Compact Block Filters client, on mainnet! |
| 40 | +- **rust-cktap in iOS.** Our [rust-cktap](https://github.com/bitcoindevkit/rust-cktap) library is being used in [SatsBuddy](https://github.com/reez/SatsBuddy), an iOS app for interacting with TAPSIGNER and SATSCARD devices. |
0 commit comments