lightning-browser-extension
lightning-browser-extension copied to clipboard
feat: add custom records to NWC connector
Adds custom records (mainly used for podcasting payments but could be other things) to the NWC connector.
There is no standard on how these should be passed. In the NIP-47 spec metadata can be returned, so I think it makes sense to keep the custom_records (custom TLVs) in a separate object inside the metadata object.
https://github.com/nostr-protocol/nips/blob/master/47.md
(I will link the NWC PR when it's ready)
Related: https://github.com/getAlby/nostr-wallet-connect-next/issues/444 Related: https://github.com/getAlby/nostr-wallet-connect/pull/251