-
Notifications
You must be signed in to change notification settings - Fork 422
RFC for PoC of bolt12 contacts formally known as a BLIP 42 #4210
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
Open
vincenzopalazzo
wants to merge
18
commits into
lightningdevkit:main
Choose a base branch
from
vincenzopalazzo:macros/blip02-prep-v2
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
7f2d806
Add experimental TLV fields for invoice requests: invreq_contact_secr…
vincenzopalazzo 2d1a9a6
Add contacts module for Lightning offer contact management
vincenzopalazzo a54d2ba
blip42: mock the test workflow
vincenzopalazzo ec57c10
blip42: add the possibility to inject conctact secret inside the pay …
vincenzopalazzo 4cf24a6
Add payer_offer() accessor method for invoice requests
vincenzopalazzo cbd75f2
Inject payer offer into invoice requests for BLIP-42
vincenzopalazzo 307c9da
blip42: Add ContactInfo field to PaymentSent event for contact manage…
vincenzopalazzo ad3dd27
receiver side exstract the payer_offer from a PaymentClaimable
vincenzopalazzo 88e9a52
fix the rebase stuff
vincenzopalazzo d50d1b1
fixup! blip42: add the possibility to inject conctact secret inside t…
vincenzopalazzo 62808ec
fixup! Add experimental TLV fields for invoice requests: invreq_conta…
vincenzopalazzo ba7e9e9
fixup! blip42: Add ContactInfo field to PaymentSent event for contact…
vincenzopalazzo 0a43a30
fixup! Add payer_offer() accessor method for invoice requests
vincenzopalazzo 755fed4
fixup! blip42: Add ContactInfo field to PaymentSent event for contact…
vincenzopalazzo b35a065
fixup! Add contacts module for Lightning offer contact management
vincenzopalazzo d001559
fixup! blip42: Add ContactInfo field to PaymentSent event for contact…
vincenzopalazzo e147725
fixup! blip42: add the possibility to inject conctact secret inside t…
vincenzopalazzo 8a24949
f use a smaller offer
vincenzopalazzo File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This needs to be substantially more filled-out, including information about intended UX and UI integration logic, how/when to derive secrets, etc.