Skip to content

Export trait impls in FFI (backport for release/0.6)#574

Merged
tnull merged 1 commit into
lightningdevkit:release/0.6from
tnull:2025-06-add-ffi-trait-exports-backport
Jun 11, 2025
Merged

Export trait impls in FFI (backport for release/0.6)#574
tnull merged 1 commit into
lightningdevkit:release/0.6from
tnull:2025-06-add-ffi-trait-exports-backport

Conversation

@tnull
Copy link
Copy Markdown
Collaborator

@tnull tnull commented Jun 10, 2025

Previously, we moved from a String representation to a 'full' Bolt11Invoice type. However, we forgot to expose the Display implementation in the FFI, leaving now way to retrieve the invoice string.

Here, we fix this oversight, and also make a few related changes.

This is a backport of #573 towards release/0.6.

Previously, we moved from a `String` representation to a 'full'
`Bolt11Invoice` type. However, we forgot to expose the `Display`
implementation in the FFI, leaving now way to retrieve the invoice
string.

Here, we fix this oversight, and also make a few related changes.
@ldk-reviews-bot
Copy link
Copy Markdown

ldk-reviews-bot commented Jun 10, 2025

I've assigned @valentinewallace as a reviewer!
I'll wait for their review and will help manage the review process.
Once they submit their review, I'll check if a second reviewer would be helpful.

@tnull tnull merged commit 8c9a484 into lightningdevkit:release/0.6 Jun 11, 2025
9 of 15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

3 participants