Skip to content

cln-bip353: add plugin that fetches payment instructions from human readable addresses #8362

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

daywalker90
Copy link
Contributor

@daywalker90 daywalker90 commented Jun 18, 2025

Changelog-Add: new plugin cln-bip353 that can fetch bolt12 offers from human readable addresses

Important

25.09 FREEZE July 28TH: Non-bugfix PRs not ready by this date will wait for 25.12.

RC1 is scheduled on August 11th

The final release is scheduled for September 1st.

Adds a new rpc command fetchbip353 [address] that fetches payment instructions from a bip-353 address and returns an object containing:

  • offer: the encoded bolt12 offer string
  • proof: lowercase hex encoded proof
  • description: optional description from the payee
  • amount_msat: optional amount in msat for fixed amount offers

Fixes: #8361

Checklist

Before submitting the PR, ensure the following tasks are completed. If an item is not applicable to your PR, please mark it as checked:

  • The changelog has been updated in the relevant commit(s) according to the guidelines.
  • Tests have been added or modified to reflect the changes.
  • Documentation has been reviewed and updated as needed.
  • Related issues have been listed and linked, including any that this PR closes.

…eadable addresses

Changelog-Add: new plugin cln-bip353 that can fetch bolt12 offers from human readable addresses
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.

Create a Simple Rust Plugin for Human Readable addresse (BIP-353) lookup in Core Lightning
1 participant