Skip to content

Feat/0.6.1#77

Merged
rolznz merged 14 commits into
mainfrom
feat/0.6.1
Jun 30, 2025
Merged

Feat/0.6.1#77
rolznz merged 14 commits into
mainfrom
feat/0.6.1

Conversation

@rolznz
Copy link
Copy Markdown
Member

@rolznz rolznz commented Jun 30, 2025

No description provided.

tnull and others added 14 commits June 9, 2025 14:41
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.
…it-exports-backport

Export trait impls in FFI (backport for `release/0.6`)
When exporting `Display` to bindings, Swift will add a `description`
method to the respective object. Unfortunately, this collides with
`Bolt11Invoice::description`, which we therefore rename to
`Bolt11Invoice::invoice_description`.
…gs-fix

Avoid collision in `Bolt11Invoice::description`
.. which we forgot when we made the change.
@rolznz rolznz merged commit b00326e into main Jun 30, 2025
18 of 24 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants