Commit Graph
393 Commits
Author SHA1 Message Date
Alex Gleason 899c2bd0dc eslint: remove conflicting generator-star-spacing rule 2023-08-31 13:41:06 -05:00
Alex Gleason 918d514a25 Upgrade all eslint deps 2023-08-31 13:37:45 -05:00
Alex Gleason 48cb9046c4 Add eslint-config-prettier to solve conflicts between prettier and eslint 2023-08-31 13:27:28 -05:00
Alex Gleason 864dd28b26 justfile: improve lint/format commands 2023-08-31 13:25:30 -05:00
Alex Gleason fa085367c9 Add eslint to just format 2023-08-31 13:22:43 -05:00
Alex Gleason 350951b88e Add eslint to just lint 2023-08-31 13:21:10 -05:00
Alex Gleason c6133f7160 ci: run prettier on every commit 2023-08-31 13:14:16 -05:00
Alex Gleason 470512bbeb prettier: increase printWidth, enable bracketSpacing, alphabetize 2023-08-31 13:00:50 -05:00
Alex Gleason c3acb82464 Upgrade Prettier to v3.0.3 2023-08-31 12:59:54 -05:00
Alex GleasonandGitHub fc23d05764 Merge pull request #283 from jiftechnify/fix-code-samples
Fix code samples in README
2023-08-27 12:14:32 -05:00
jiftechnify 8296ce897c fix a code sample in README
- add pool.close() usage
2023-08-28 01:54:33 +09:00
jiftechnify 3ca78c0e13 fix code samples in README 2023-08-28 01:47:35 +09:00
Alex Gleasonandfiatjaf_ 837a05e54d Add kinds module to classify events by kind 2023-08-26 22:26:04 -03:00
ffaexandfiatjaf_ 32fd25556b added new event kind 1063
see https://github.com/nostr-protocol/nips/blob/master/94.md
v1.14.2
2023-08-21 15:03:23 -03:00
Sepehr Safariandfiatjaf_ 0925f5db81 add batchedList method to SimplePool 2023-08-21 10:44:33 -03:00
fiatjaf bce976fecd get rid of httpmethod enum. 2023-08-16 14:07:26 -03:00
fiatjaf 45e479d7aa let it throw. 2023-08-16 13:59:31 -03:00
b92407b156 nip44 updates (#278)
Co-authored-by: Jonathan Staab <shtaab@gmail.com>
2023-08-16 13:53:37 -03:00
Pierre Buyleandfiatjaf_ 2431896921 fix(nip98): Add support for HEAD, PUT, CONNECT, OPTIONS, TRACE and PATCH http methods
This PR adds common HTTP methods (as listed on https://developer.mozilla.org/en-US/docs/Web/HTTP/Methods)
2023-08-15 11:03:47 -03:00
Jonathan Staabandfiatjaf_ d13eecad4a Add support for nip44 2023-08-12 20:46:32 -03:00
Alex Gleasonandfiatjaf_ df6f887d7e Event, Filter: allow any kind number
Fixes https://github.com/nbd-wtf/nostr-tools/issues/275
2023-08-12 20:13:53 -03:00
Alex Gleasonandfiatjaf_ e00362e7c9 Filter: let tag queries be undefined 2023-08-12 16:30:24 -03:00
fiatjaf 9efdd16e26 fix check for undefined ws
fixes https://github.com/nbd-wtf/nostr-tools/issues/271
2023-08-11 07:09:40 -03:00
Alex GleasonandGitHub de7e128818 Merge pull request #267 from Airtune/nip98-extract-pubkey
+nip98.unpackEventFromToken +nip98.validateEvent
2023-08-08 08:48:29 -05:00
Airtune 4978c858e7 Update nip98.ts examples 2023-08-08 02:45:23 -04:00
Airtune 16c7ae2a70 +nip98.unpackEventFromToken +nip98.validateEvent 2023-08-07 22:16:23 -04:00
fiatjaf 3368e8c00e bump minor version because of the breaking change on publish()
yes, I don't understand semver
v1.14.0
2023-07-31 23:05:36 -03:00
AirtuneandGitHub e5a3ad9855 Export nip28 functions in index.ts and bump version (#265) 2023-07-31 23:04:45 -03:00
AirtuneandGitHub 03185c654b Create nip28.ts and nip28.test.ts (#264) 2023-07-31 08:29:45 -03:00
fiatjaf 9d690814ca turn .publish() into a normal async function returning a promise.
this simplifies the code and makes the API more intuitive.

we used to need the event emitter thing because we were subscribing to the same relay
to check if the event had been published, but that is not necessary now that we assume
an OK response will always come.

closes https://github.com/nbd-wtf/nostr-tools/issues/262
2023-07-30 18:23:05 -03:00
fiatjaf 17590cce91 tag v1.13.1 v1.13.1 2023-07-23 10:15:00 -03:00
Pavan JoshiandGitHub ee9f37e192 Update package.json to upgrade scure/bip39 (#254)
* Update package.json to upgrade scure/bip39

scure/bip39 1.2.0 causing problem of "Can't resolve '@scure/bip39/wordlists/english' ... because it was resolved as fully specified "

* Update package.json
2023-07-23 09:41:53 -03:00
fiatjaf c1848d78a0 tag v1.13.0 v1.13.0 2023-07-17 13:14:10 -03:00
Doluandfiatjaf_ 81776ba811 fix(nip98): add export 2023-07-17 11:51:12 -03:00
Doluandfiatjaf_ 915d6d729b feat(nip98): add getToken and validateToken 2023-07-17 11:51:12 -03:00
jiftechnifyandfiatjaf_ 1a23f5ee01 keep up with the latest specs for since/until filter 2023-07-15 16:08:31 -03:00
Alex GleasonandGitHub fec40490a2 Merge pull request #249 from alexgleason/fix-nip27-type
Fix nip27 type
2023-07-13 11:02:33 -05:00
Alex Gleason bb3e41bb89 Also remove failing nip05 test due to server down (this should be mocked) 2023-07-13 10:57:30 -05:00
Alex Gleason 27b971eef3 Fix nip27 type 2023-07-13 10:48:22 -05:00
futpibandfiatjaf_ 0041008b22 Add an option to disable seenOn 2023-07-06 16:38:30 -03:00
Perloverandfiatjaf_ ae5bf4c72c Fix with "wordlists/english.js"
Details are here: https://github.com/nbd-wtf/nostr-tools/issues/25
2023-07-04 15:07:25 -03:00
Alex GleasonandGitHub 75fc836cf6 Merge pull request #241 from alexgleason/nip19-cool-type
nip19: use template literal types
2023-07-02 12:22:04 -05:00
Alex Gleason 70b025b8da nip19: use a DRY type 2023-07-01 22:44:04 -05:00
Alex Gleason c9bc702d90 nip19: use template literal types 2023-07-01 21:28:01 -05:00
Alex Gleasonandfiatjaf_ 7652318185 Fix nip27 test 2023-06-29 16:44:44 -03:00
fiatjaf d81a2444b3 release v1.12.1 v1.12.1 2023-06-29 15:25:32 -03:00
Alex Gleasonandfiatjaf_ 7507943253 Fix nip27.matchAll crash on invalid nip19 2023-06-29 15:24:25 -03:00
PMKandfiatjaf_ b9a7f814aa Update Kind for ProfileBadge and BadgeDefinition 2023-06-20 15:40:55 -03:00
fiatjaf 0e364701da link to ndk and snort system. 2023-06-17 08:37:20 -03:00
fiatjaf a55fb8465f mergeFilters() v1.12.0 2023-06-09 23:00:57 -03:00