-
Notifications
You must be signed in to change notification settings - Fork 597
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
[NIP-47] Add versioning and migrate to NIP-44. #1531
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -180,6 +180,8 @@ They exist to document what may be implemented by [Nostr](https://github.com/nos | |
| `22242` | Client Authentication | [42](42.md) | | ||
| `23194` | Wallet Request | [47](47.md) | | ||
| `23195` | Wallet Response | [47](47.md) | | ||
| `23196` | NWC Notification (v0) | [47](47.md) | | ||
| `23197` | NWC Notification (v1+) | [47](47.md) | | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Would it also make sense to propose There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I actually considered this, but decided to avoid the larger discussion on a general version tag or implications in nostr events more broadly than in nwc. That being said, maybe it's worth listing here to be explicit. @vitorpamplona any thoughts on adding the There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Better to stay out of it since NIP-47 seems to be the only place using it. Let's see if other nips decide to adopt first. |
||
| `24133` | Nostr Connect | [46](46.md) | | ||
| `24242` | Blobs stored on mediaservers | [Blossom][blossom] | | ||
| `27235` | HTTP Auth | [98](98.md) | | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What about patch versions? I think clients would also be interested in knowing if the service has the latest patches.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
My take was the same as @bumi mentioned with regards to patch versions. If they don't really change compatibility, and versions don't bump often, I think patch versions will add more complexity then benefit.