Skip to content

Commit

Permalink
Remove NIP 45 COUNT
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Staab committed Oct 26, 2023
1 parent ca73c5d commit ee15db8
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 47 deletions.
44 changes: 0 additions & 44 deletions 45.md

This file was deleted.

3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ They exist to document what may be implemented by [Nostr](https://github.com/nos
- [NIP-39: External Identities in Profiles](39.md)
- [NIP-40: Expiration Timestamp](40.md)
- [NIP-42: Authentication of clients to relays](42.md)
- [NIP-45: Counting results](45.md)
- [NIP-46: Nostr Connect](46.md)
- [NIP-47: Wallet Connect](47.md)
- [NIP-48: Proxy Tags](48.md)
Expand Down Expand Up @@ -140,7 +139,6 @@ They exist to document what may be implemented by [Nostr](https://github.com/nos
| `REQ` | used to request events and subscribe to new updates | [01](01.md) |
| `CLOSE` | used to stop previous subscriptions | [01](01.md) |
| `AUTH` | used to send authentication events | [42](42.md) |
| `COUNT` | used to request event counts | [45](45.md) |

### Relay to Client

Expand All @@ -151,7 +149,6 @@ They exist to document what may be implemented by [Nostr](https://github.com/nos
| `NOTICE` | used to send human-readable messages to clients | [01](01.md) |
| `OK` | used to notify clients if an EVENT was successful | [01](01.md) |
| `AUTH` | used to send authentication challenges | [42](42.md) |
| `COUNT` | used to send requested event counts to clients | [45](45.md) |

Please update these lists when proposing NIPs introducing new event kinds.

Expand Down

0 comments on commit ee15db8

Please sign in to comment.