-
Notifications
You must be signed in to change notification settings - Fork 13
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
Add P and a tag support on nostr zaps #19
base: master
Are you sure you want to change the base?
Conversation
…zapNote P = pubkey from the zap sender a = is an optional event coordinate that allows tipping parameterized replaceable events such as NIP-23 long-form notes See https://github.com/nostr-protocol/nips/blob/master/57.md#appendix-e-zap-receipt-event
Tagging you @Dolu89 here for the visibility |
Sure. @mutatrum Let us know your thoughts on this 👍 |
I merged it into my fork, I'm 'testing' it now in production. |
@mutatrum How's the testing going :) |
Looks fine to me, nothing broke. But not sure how to test the effect of these new tags? |
@mutatrum Kieren, developer of Snort and Zap.stream pointed out this to me as that zap.stream uses the |
This PR adds support for the added
P
anda
tag on zap events in NIP-57.The validation of a tag is still a TODO (I'm looking for existing snippet on validating that value from other JavaScript build Nostr projects).