Advertise NIP-51 and document/test Marmot KeyPackage relay support#158
Conversation
|
Warning Review limit reached
Next review available in: 43 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (3)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
Document and test Marmot/MLS (Haven, WhiteNoise) compatibility. Wisp's generic NIP-16/NIP-33 handling already stores and serves the relevant kinds; this PR makes that support explicit and regression-tested, and advertises NIP-51 in the NIP-11 document.
Changes
51tosupported_nips(kind 10050 DM-relays list is a NIP-51 standard list).d-tag for kind 30443.NIP-17
NIP-17 is intentionally not advertised. It requires relays to serve
kind:1059gift wraps only to the p-tagged recipient (via NIP-42 AUTH); Wisp currently serves gift wraps generically with no per-recipient gating, so advertising NIP-17 would overstate the DM-metadata privacy guarantee. The README documents this and points operators toauth_requiredif they want to restrict kind 1059 reads. Recipient-scoped gating can be added later as a prerequisite to advertising NIP-17.Verification
Full protocol integration suite passes end-to-end against a live relay (45/45), including the new kind 10050/10051/30443 assertions.
zig buildandzig build testpass.Closes #156