chore(deps): bump bdk-ffi to uniffi 0.31.2#101
Merged
reez merged 1 commit intoJun 30, 2026
Conversation
Move bdk-ffi from v3.0.0 (uniffi 0.31.1) to upstream master at the uniffi 0.31.2 bump (bitcoindevkit/bdk-ffi#1040, merge commit 17c48b8), and align uniffi to =0.31.2 and uniffi-dart to v0.2.1+v0.31.2. uniffi requires the scaffolding (bdk-ffi) and the bindgen to share the exact same uniffi version, so all three move together. Pinned to the #1040 merge commit rev since no bdk-ffi release tag past v3.0.0 carries 0.31.2 yet; swap to a tag once one is cut. Regenerate lib/bdk.dart against the new library.
11 tasks
Contributor
Author
Johnosezele
approved these changes
Jun 30, 2026
Johnosezele
left a comment
Collaborator
There was a problem hiding this comment.
tACK 17092ae
tested pr branch locally against bdk_demo on a physical device; end-to-end flows work with the regenerated bindings. Also ran the full integration test suite successfully.
Contributor
|
ACK 17092ae Checked the dependency alignment and CI results. |
reez
approved these changes
Jun 30, 2026
reez
left a comment
Collaborator
There was a problem hiding this comment.
ACK 17092ae
Thanks @ethicnology appreciated!
Collaborator
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bumps
bdk-ffito the uniffi 0.31.2 release so bdk-dart gets reproducible binding generation.uniffi 0.31.2 includes mozilla/uniffi-rs#2873. Without it, regenerating
lib/bdk.dartcan produce a different file from the same inputs.related to: