feat(rendezvous): make /rendezvous/1.0.0/ public - #6469
Conversation
|
Queued — the merge queue status continues in this comment ↓. |
Merge Queue Status
This pull request spent 1 minute 2 seconds in the queue, with no time running CI. ReasonThe pull request can't be updated
HintYou should update or rebase your pull request manually. If you do, this pull request will automatically be requeued once the queue conditions match again. Tick the box to put this pull request back in the merge queue (same as
|
Merge Queue Status
This pull request spent 32 seconds in the queue, including 4 seconds running CI. Required conditions to merge
|
Description
This PR exposes
PROTOCOL_NAME, which contains the rendezvous protocol ID.Unlike many other protocols, rendezvous does not currently provide its protocol ID to the public. Exposing
PROTOCOL_NAMEmakes it more consistent.closes: #6174
AI Assistance Disclosure
Tools used (required — write
noneif no AI was used): noneAttestation (required):
Notes & open questions
I did change
PROTOCOL_IDENTtoPROTOCOL_NAMEbecause thats how other protocols named their ID's from what I've seen.This is my first ever PR, I hope I did everything correct.
Change checklist