01a051eb - Publish NIP-65 relay lists so Damus can zap - #69
Closed
TaprootFreakAI wants to merge 3 commits into
Closed
01a051eb - Publish NIP-65 relay lists so Damus can zap#69TaprootFreakAI wants to merge 3 commits into
TaprootFreakAI wants to merge 3 commits into
Conversation
kind:0 already carries lud16, but Damus disables zap when it has no profile LNURL. Zero kind:10002 events were on the write relays. The worker now fans out a replaceable relay list after kind:0.
Same v8 ignore as kind:0 profile publish for reservation replacement between getNostrPublicKey and sign/publish.
GitHub did not start check-runs on the coverage-ignore commit.
Collaborator
Author
|
EN: DE: |
Collaborator
Author
|
Superseded by merged #66 (NIP-65 already on develop). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
EN:
Damus can show 21.gifts notes but the zap control stays off until it has the author's Lightning address from kind:0. Those profiles exist on some relays; the worker never published NIP-65 kind:10002, so Damus often never looks them up. This change fans out a replaceable relay list after kind:0.
DE:
Damus zeigt 21.gifts-Notes, aber Zap bleibt aus, solange die Lightning-Adresse aus kind:0 fehlt. Die Profile liegen auf manchen Relays; kind:10002 wurde nie publiziert, deshalb sucht Damus sie oft nicht. Dieser PR sendet nach kind:0 eine replaceable Relay-Liste.
Details
Evidence: 0 kind:10002 on space/primal/nos.lol; kind:0 with lud16 is present. Damus disables zap when lnurl and lud16 are both missing on the cached profile.
Overlaps a larger draft that also adds picture/imeta; this PR is only NIP-65 publish.