fiatjaf
|
7ff97b5488
|
list() and get() methods.
|
2023-02-08 16:37:53 -03:00 |
|
fiatjaf
|
341f2bcb8d
|
bump version to 1.2.4
|
2023-02-08 14:16:20 -03:00 |
|
fiatjaf
|
3710866430
|
replace package.json scripts with just.
|
2023-02-08 14:15:54 -03:00 |
|
fiatjaf
|
cc8e34163d
|
most simple relay pool.
|
2023-02-08 08:39:59 -03:00 |
|
fiatjaf
|
312b6fd035
|
add fast insert-into-sorted-list utils.
|
2023-01-28 18:07:14 -03:00 |
|
fiatjaf
|
7f1bd4f4a8
|
tag v1.2.0
|
2023-01-22 10:34:04 -03:00 |
|
fiatjaf
|
cb05ee188f
|
increase bech32 max size to 5000.
|
2023-01-18 17:31:37 -03:00 |
|
fiatjaf
|
901445dea1
|
tag v1.1.1
|
2023-01-04 10:16:15 -03:00 |
|
fiatjaf
|
50c3f24b25
|
replace two packages with a @scure dependency that already existed.
|
2022-12-27 11:35:21 -03:00 |
|
fiatjaf
|
39ea47660d
|
use a different relay for tests.
|
2022-12-25 16:01:31 -03:00 |
|
fiatjaf
|
87c0f0d061
|
tag v1.0.0
|
2022-12-23 20:51:36 -03:00 |
|
fiatjaf
|
74a0d5454a
|
guard against some nonexisting arrays of event listeners.
|
2022-12-23 15:18:23 -03:00 |
|
fiatjaf
|
ac698ef67d
|
make relay.connect() an awaitable thing.
|
2022-12-22 08:53:40 -03:00 |
|
fiatjaf
|
26e6da6ba3
|
we need websocket polyfill on relay tests.
|
2022-12-21 17:09:00 -03:00 |
|
fiatjaf
|
8aa31bb437
|
remove websocket-polyfill, instruct nodejs users to install it manually.
|
2022-12-21 16:23:47 -03:00 |
|
fiatjaf
|
4bd4469357
|
remove useless readable-stream dependency.
|
2022-12-21 16:19:59 -03:00 |
|
fiatjaf
|
41a1614d89
|
remove browserify-cipher, use crypto.subtle for nip04.
|
2022-12-21 16:04:00 -03:00 |
|
fiatjaf
|
364c37cac5
|
fix autopublishing to npm.
|
2022-12-20 20:15:43 -03:00 |
|
fiatjaf
|
3f1025f551
|
nip05.queryProfile() and test.
|
2022-12-20 18:36:49 -03:00 |
|
fiatjaf
|
482c5affd4
|
add nip19.
|
2022-12-20 18:26:30 -03:00 |
|
fiatjaf
|
b96159ad36
|
better publishing built files.
|
2022-12-20 16:56:05 -03:00 |
|
fiatjaf
|
50c8bb72f9
|
v1.0.0-alpha
|
2022-12-20 16:16:59 -03:00 |
|
fiatjaf
|
1162935f58
|
add a bunch of tests.
|
2022-12-19 20:02:01 -03:00 |
|
fiatjaf
|
a49d971f6a
|
reorganize index.ts to use "export *".
|
2022-12-19 19:51:38 -03:00 |
|
fiatjaf
|
897919be3b
|
get rid of create-hash, use noble hashes.
|
2022-12-19 19:50:41 -03:00 |
|
fiatjaf
|
39aca167fb
|
build for commonjs, esm and a standalone bundle.
|
2022-12-19 15:46:31 -03:00 |
|
fiatjaf
|
de8bdd8370
|
fix typescript types everywhere, delete pool.js and refactor relay.js to use event listeners everywhere.
|
2022-12-18 17:02:19 -03:00 |
|
Fred
|
cdb07bb175
|
replace micro-bip with @scure/bip, fix #25
|
2022-10-24 06:16:11 -03:00 |
|
fiatjaf
|
896af30619
|
release v0.24.1
|
2022-09-06 15:19:29 -03:00 |
|
fiatjaf
|
9f9e822c6d
|
allow skipping signature verification.
|
2022-08-05 16:36:27 -03:00 |
|
Lennon Day-Reynolds
|
821a8f7895
|
TypeScript definitions (#18)
|
2022-07-15 15:49:49 -03:00 |
|
fiatjaf
|
2f7e3f8473
|
bump version.
|
2022-06-22 20:08:48 -03:00 |
|
fiatjaf
|
faf8e62120
|
maybe fix a bug with calling sub.sub()
|
2022-06-04 18:34:54 -03:00 |
|
fiatjaf
|
dc489bf387
|
build esm module that can be imported from browsers.
closes https://github.com/fiatjaf/nostr-tools/issues/14
|
2022-05-08 20:49:36 -03:00 |
|
Ricardo Arturo Cabral Mejia
|
60ce13e17d
|
chore: bump version to 0.23.0
|
2022-04-10 19:51:35 -03:00 |
|
fiatjaf
|
f04bc0cee1
|
fix filter on statusCallback: id -> ids
|
2022-02-15 21:03:44 -03:00 |
|
fiatjaf
|
c47f091d9b
|
update noble secp256k1 and ensure we always return hex.
|
2022-02-11 16:27:23 -03:00 |
|
fiatjaf
|
6786641b1d
|
are you kidding me?
|
2022-01-25 17:06:26 -03:00 |
|
fiatjaf
|
0396db5ed6
|
nip04 string key is actually x and y, so we must get only 32 bytes of x.
|
2022-01-25 16:25:10 -03:00 |
|
fiatjaf
|
0c8e7a74f5
|
fix previous commit because noble is returning different values depending on [unknown], sometimes uint8array, sometimes hex.
|
2022-01-25 15:41:49 -03:00 |
|
fiatjaf
|
c66a2acda1
|
encrypt uint8array to hex.
|
2022-01-24 21:00:51 -03:00 |
|
fiatjaf
|
6f07c756e5
|
change nip04 functions interfaces.
|
2022-01-24 20:21:26 -03:00 |
|
fiatjaf
|
f6bcda8d8d
|
support _ names in nip05.
|
2022-01-17 17:12:48 -03:00 |
|
fiatjaf
|
4b666e421b
|
update nip05 to well-known version.
|
2022-01-17 16:37:19 -03:00 |
|
fiatjaf
|
454366f6a2
|
allow signing events with a custom signing function on pool.publish()
|
2022-01-12 22:32:45 -03:00 |
|
fiatjaf
|
3d6f9a41e0
|
prevent blocking waiting times on publish (unless "wait" is set in the pool policy).
|
2022-01-12 17:39:24 -03:00 |
|
fiatjaf
|
e3631ba806
|
fix and update nip06.
|
2022-01-06 21:46:34 -03:00 |
|
fiatjaf
|
89f11e214d
|
fix filter matching for tags.
|
2022-01-02 19:46:19 -03:00 |
|
fiatjaf
|
bb09e25512
|
fix tag in matchFilter for kinds and ids.
|
2022-01-01 21:18:37 -03:00 |
|
fiatjaf
|
1b5c314436
|
nip-01 update: everything as arrays on filters.
|
2022-01-01 20:49:05 -03:00 |
|