@@ -52,6 +52,7 @@ Learn more about `rust-nostr` at <https://rust-nostr.org>.
52
52
| ✅ | [ 05 - Mapping Nostr keys to DNS-based internet ids] ( https://github.com/nostr-protocol/nips/blob/master/05.md ) |
53
53
| ✅ | [ 06 - Basic key derivation from mnemonic seed phrase] ( https://github.com/nostr-protocol/nips/blob/master/06.md ) |
54
54
| ✅ | [ 07 - ` window.nostr ` capability for web browsers] ( https://github.com/nostr-protocol/nips/blob/master/07.md ) |
55
+ | ❌ | [ 08 - Handling Mentions] ( https://github.com/nostr-protocol/nips/blob/master/08.md ) |
55
56
| ✅ | [ 09 - Event Deletion] ( https://github.com/nostr-protocol/nips/blob/master/09.md ) |
56
57
| ✅ | [ 10 - Use of ` e ` and ` p ` tags in text events] ( https://github.com/nostr-protocol/nips/blob/master/10.md ) |
57
58
| ✅ | [ 11 - Relay Information Document] ( https://github.com/nostr-protocol/nips/blob/master/11.md ) |
@@ -100,8 +101,10 @@ Learn more about `rust-nostr` at <https://rust-nostr.org>.
100
101
| ❌ | [ 60 - Cashu Wallet] ( https://github.com/nostr-protocol/nips/blob/master/60.md ) |
101
102
| ❌ | [ 61 - Nutzaps] ( https://github.com/nostr-protocol/nips/blob/master/61.md ) |
102
103
| ✅ | [ 62 - Request to Vanish] ( https://github.com/nostr-protocol/nips/blob/master/62.md ) |
104
+ | ❌ | [ 64 - Chess (PGN)] ( https://github.com/nostr-protocol/nips/blob/master/64.md ) |
103
105
| ✅ | [ 65 - Relay List Metadata] ( https://github.com/nostr-protocol/nips/blob/master/65.md ) |
104
106
| ❌ | [ 66 - Relay Discovery and Liveness Monitoring] ( https://github.com/nostr-protocol/nips/blob/master/66.md ) |
107
+ | ❌ | [ 68 - Picture-first feeds] ( https://github.com/nostr-protocol/nips/blob/master/68.md ) |
105
108
| ❌ | [ 69 - P2P Order events] ( https://github.com/nostr-protocol/nips/blob/master/69.md ) |
106
109
| ✅ | [ 70 - Protected Events] ( https://github.com/nostr-protocol/nips/blob/master/70.md ) |
107
110
| ❌ | [ 71 - Video Events] ( https://github.com/nostr-protocol/nips/blob/master/71.md ) |
@@ -113,6 +116,7 @@ Learn more about `rust-nostr` at <https://rust-nostr.org>.
113
116
| ❌ | [ 7D - Threads] ( https://github.com/nostr-protocol/nips/blob/master/7D.md ) |
114
117
| ❌ | [ 84 - Highlights] ( https://github.com/nostr-protocol/nips/blob/master/84.md ) |
115
118
| ❌ | [ 86 - Relay Management API] ( https://github.com/nostr-protocol/nips/blob/master/86.md ) |
119
+ | ❌ | [ 87 - Ecash Mint Discoverability] ( https://github.com/nostr-protocol/nips/blob/master/87.md ) |
116
120
| ✅ | [ 88 - Polls] ( https://github.com/nostr-protocol/nips/blob/master/88.md ) |
117
121
| ❌ | [ 89 - Recommended Application Handlers] ( https://github.com/nostr-protocol/nips/blob/master/89.md ) |
118
122
| ✅ | [ 90 - Data Vending Machine] ( https://github.com/nostr-protocol/nips/blob/master/90.md ) |
@@ -126,6 +130,7 @@ Learn more about `rust-nostr` at <https://rust-nostr.org>.
126
130
| ✅ | [ B7 - Blossom] ( https://github.com/nostr-protocol/nips/blob/master/B7.md ) |
127
131
| ✅ | [ C0 - Code Snippets] ( https://github.com/nostr-protocol/nips/blob/master/C0.md ) |
128
132
| ❌ | [ C7 - Chats] ( https://github.com/nostr-protocol/nips/blob/master/C7.md ) |
133
+ | ✅ | [ EE - Messaging using the MLS Protocol] ( https://github.com/nostr-protocol/nips/blob/master/EE.md ) |
129
134
130
135
## State
131
136
0 commit comments