I've added some UI components specifically for testing/debugging the flow.
When you view a contact, this build will show the associated secrets:
So let's say that Alice sends a payment to Bob (one of her trusted contacts). If Bob doesn't have Alice as a contact, then he'll see the "Add to contacts" option on the payment:
He can then add her. Either by creating a new contact, or by adding to an existing contact.
If you go into the payment details, the build will also show the BLIP 42 info:
Technical notes:
This PR is based on an existing PR #640. If that gets merged, I'll rebase on master.
If using Xcode 16, you may need the following patch to build lightning-kmp:
This is a proof-of-concept for testing BLIP 42. Requires: https://github.com/ACINQ/lightning-kmp/pull/719
I've added some UI components specifically for testing/debugging the flow.
When you view a contact, this build will show the associated secrets:
So let's say that Alice sends a payment to Bob (one of her trusted contacts). If Bob doesn't have Alice as a contact, then he'll see the "Add to contacts" option on the payment:
He can then add her. Either by creating a new contact, or by adding to an existing contact.
If you go into the payment details, the build will also show the BLIP 42 info:
Technical notes: