upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-05-08change references titleKieran
2023-05-08typoKieran
2023-05-08Update readmeKieran
2023-05-08add note about payload hashKieran
2023-05-08NIP-98Kieran
2023-05-06Update old link to fiatjaf/nostrekzyis
2023-05-06Clarify how NIP 45 works with multiple COUNT filters. (#504)Jon Staab
2023-05-05add nip-47 to index.fiatjaf
2023-05-02Merge pull request #406 from nostr-protocol/47-wallet-connectfiatjaf_
2023-05-02NIP11 example using curl. (#490)Robert C. Martin
2023-05-01Change NIP-21 URL->URImplorentz
I think the `nostr:...` scheme is not actually a Uniform Resource Locator, because it doesn't tell you where the data is located. For instance if I see the string `nostr:npub1sn0wdenkukak0d9dfczzeacvhkrgz92ak56egt7vdgzn8pv2wfqqhrjdv9` I understand that this identifies a Nostr keypair but I don't know where to find data for that keypair. The scheme does fall under the definition of a Uniform Resource Identifier, or maybe even the stricter class Uniform Resource Name. But nobody talks about URNs, so maybe best to just use the less-specific term "URI" here.
2023-04-28Add dim tag to NIP 94Jonathan Staab
2023-04-27NIP-47: Add error for payment failedSemisol
2023-04-27NIP-47: Implement feedbackkiwiidb
Co-authored-by: Semisol <hi@semisol.dev>
2023-04-25Reword description of kind 1063Asai Toshiya
2023-04-24Merge pull request #473 from arkin0x/patch-1fiatjaf_
2023-04-24forgot to update the initial nonce in the explanationarkin0x
2023-04-24example was incorrectarkin0x
the example event id had 21 leading zeroes, not 20 I provided new C code that has been tested to work (I couldn't get the original example code to work) and I provided some JavaScript code to test event ids as well. I did not re-compute the event id for the example event; I simply changed the nonce to be 21. Since it is an example, it may not matter that the event id is not correct.
2023-04-24reword NIP-94 to remove confusion.fiatjaf
2023-04-24blurhash explanationVivek Ganesan
2023-04-21Update 01.mdmichaelhall923
Info on "e" and "p" tags is kind of hard to find so I added a link to it in the place that I intuitively looked for it.
2023-04-21fix: re-add NIP-15 to the listjiftechnify
2023-04-20Add NIP-94 and kind 1063 to README.mdAsai Toshiya
2023-04-20nip update to reach consensus with other nipsfrbittencourt
2023-04-20fixed text descriptionfrbittencourt
2023-04-20Apply suggestions from code review Fernando Bittencourt
add sugestion of arthurfranca and nryo-o Co-authored-by: arthurfranca <arthur.a.franca@gmail.com> Co-authored-by: Ryo_o <127748188+nryo-o@users.noreply.github.com>
2023-04-20change to regular eventfrbittencourt
2023-04-20Update 94.md Fernando Bittencourt
change to regular event Co-authored-by: arthurfranca <arthur.a.franca@gmail.com>
2023-04-20Update 94.md Fernando Bittencourt
fixed by arthurfranca Co-authored-by: arthurfranca <arthur.a.franca@gmail.com>
2023-04-20Update 94.md Fernando Bittencourt
change hash tag with suggestion by arthutfranca Co-authored-by: arthurfranca <arthur.a.franca@gmail.com>
2023-04-20Update 94.md Fernando Bittencourt
change tag hash with suggestion by arthurfranca Co-authored-by: arthurfranca <arthur.a.franca@gmail.com>
2023-04-20Update 94.md Fernando Bittencourt
suggestion by arthurfranca Co-authored-by: arthurfranca <arthur.a.franca@gmail.com>
2023-04-20move nip-95 to other branchfrbittencourt
2023-04-20ajusts description of decrypt tagfrbittencourt
2023-04-20ajusts decrypt tagfrbittencourt
2023-04-20ajusts formt textfrbittencourt
2023-04-20minor fixfrbittencourt
2023-04-20fix example imagefrbittencourt
2023-04-20fix format text in mdfrbittencourt
2023-04-20add hash tagfrbittencourt
2023-04-20add json schemafrbittencourt
2023-04-20fixed json schemafrbittencourt
2023-04-20create draft NIP 94 and 95frbittencourt
2023-04-19Merge pull request #460 from AsaiToshiya/patch-1Jon Staab
Update 08.md
2023-04-19Update 08.mdAsai Toshiya
Add link to NIP-27.
2023-04-17Update 21.mdMartin Dutra
Add link to NIP-19
2023-04-16NIP-09: Fix some thingsSemisol
2023-04-15Merge pull request #444 from lacrypta/markdown-improvements-readmeJon Staab
Markdown improvements - README
2023-04-14Apply changes alluded to in https://github.com/nostr-protocol/nips/pull/443Mariano Pérez Rodríguez
2023-04-14fix typosYasuhiro Matsumoto
2023-04-14Remove extra spaceMariano Pérez Rodríguez
2023-04-14Unrecommended notice style changeMariano Pérez Rodríguez
2023-04-14Ensure single sentence per lineMariano Pérez Rodríguez
2023-04-14Add table of contents (and NIP list header)Mariano Pérez Rodríguez
2023-04-14Add missing kinds to listMariano Pérez Rodríguez
2023-04-14Extract kind ranges to their own tableMariano Pérez Rodríguez
2023-04-14Tidy message listsMariano Pérez Rodríguez
2023-04-14Add reference to NIP-33 in note about kindsMariano Pérez Rodríguez
2023-04-14Add missing tag descriptionsMariano Pérez Rodríguez
2023-04-14nip-15 typo + micro-fixLuis Miguel
Fix for one typo and micro-improvement for a property description
2023-04-13NIP-26 allow the delegator to delete the events published by the delegateecodytseng
2023-04-13NIP-15 Nostr marketplace (#330)Arc
Co-authored-by: Andrew Camilleri <evilkukka@gmail.com> Co-authored-by: Vlad Stan <stan.v.vlad@gmail.com>
2023-04-12Merge pull request #434 from CodyTseng/feat-improve-nip-45Jon Staab
feat: support counting by multiple filters
2023-04-12feat: support counting by filterscodytseng
2023-04-11Merge pull request #432 from darashi/nip-01-fix-typoJon Staab
Fix a typo; now types are EVENT, EOSE and NOTICE
2023-04-11Fix a typo; now types are EVENT, EOSE and NOTICEYoji Shidara
2023-04-11Add links to NIP-21Martin Dutra
2023-04-09indicate optional kind TLV on nevent (@v0l).fiatjaf
2023-04-09merge NIP-15 into NIP-01.fiatjaf
2023-04-08Indicate that TLVs that are not recognized or supported should be ignoredMike Dilger
2023-04-08JSON quoting (and other fixes)Mike Dilger
2023-04-07fix grammar and typosvivganes
2023-04-05Add NIP-45, which defines a COUNT verbJonathan Staab
2023-04-05Merge pull request #412 from sethforprivacy/patch-1fiatjaf_
2023-04-04Use account instead of address_indexSeth For Privacy
2023-04-04Add address_index for NIP-06 generationSeth For Privacy
I propose a change to NIP-06 that would allow the generation of infinite root keys by using the address_index field of the 5-level path used to derive Nostr keys under BIP32. The current 5-level path used for NIP-06 is "m/44'/1237'/0'/0/0", and only generates one private key. By changing it to "m/44'/1237'/0'/0/<address_index>", we can generate multiple keys from a single parent bitcoin seed.
2023-04-03NIP-47: feedbacjSemisol
2023-04-03Event-specific zap markers (#402)Pablo Fernandez
2023-04-03doc: add horse extensionVlad Stan
2023-03-30Re-write nip 57 to consolidate flow and clarify terminologyJonathan Staab
2023-03-29Merge pull request #397 from arthurfranca/repost-resfiatjaf_
2023-03-30NIP-47: Fix up some thingsSemisol
2023-03-29Drop event copyarthurfranca
2023-03-30NIP-47 Wallet ConnectSemisol
2023-03-29Document Damus repost as Event Copyarthurfranca
2023-03-29Add optional comment to contentarthurfranca
2023-03-29Bring back NIP-18arthurfranca
2023-03-26Fix typo in NIP-27arthurfranca
2023-03-26events cannot really be replacedLeo Wandersleb
clarifying what it means to "replace an event"
2023-03-26Fix a typo in link to NIP-33Yoji Shidara
2023-03-25adapt NIP-23 references to use NIP-27.fiatjaf
2023-03-25refactor NIP-27 for simplicity -- but also include very verbose ↵fiatjaf
considerations and an example.
2023-03-25Merge pull request #381 from arthurfranca/mention-alternativefiatjaf_
2023-03-23Mention other nostr identifiersarthurfranca
2023-03-23mention that the zap pubkey must be hex.fiatjaf
2023-03-23Added NIP-04 metadata leak warningBartholomew Joyce
2023-03-23Improve the textarthurfranca
2023-03-22Replace discouraged with deprecatedarthurfranca
2023-03-22Replace specific client urlarthurfranca
2023-03-22Make it clear why e tags are discouragedarthurfranca