feat: add Silent Payment (BIP 352) support to kind 0 profiles (#758)

Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Co-authored-by: BoltTouring <BoltTouring@users.noreply.github.com>
Co-authored-by: Tanjiro <claude@tricycle.cc>
This commit is contained in:
robos 2026-03-09 11:16:08 +09:00 committed by GitHub
parent 4c144c3da1
commit 071c740145
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 131 additions and 2 deletions

View file

@ -74,6 +74,7 @@ export function getProfileFromEvent(event: Event) {
lud06: profileObj.lud06,
lud16: profileObj.lud16,
lightningAddress: getLightningAddressFromProfile(profileObj),
sp: profileObj.sp,
created_at: event.created_at,
emojis: emojis.length > 0 ? emojis : undefined
}