gudnuf / bolt12-prism

CLN plugin for lightning prisms using BOLT 12
15 stars 5 forks source link

BTCPP24 #93

Closed farscapian closed 3 months ago

farscapian commented 3 months ago

This PR includes several updates including removing the 'bind_to' from the user-facing API. We now use "offer_id" and "invoice_label" for bolt12 and bolt11, respectively. It also includes all the work from Bitcoin++ 2024 in Austin hackathon from team ROYGBIV.

The most recent commits are getting the the prism plugin and tests updates to conform with the new pyln test cases. I also removed the binding_id object we added during UI integration. Turns out this is not needed as we're going to put binding stuff under Offers (in Clams Remote).