Egge
|
e48d722227
|
Fixed readme for publishing with pool
|
2023-03-01 15:29:24 -03:00 |
|
Fernando López Guevara
|
0d77013aab
|
chore(dx): add format script 💅 (#128)
|
2023-02-28 12:19:10 -03:00 |
|
BilligsterUser
|
4c415280aa
|
ci emit types on publish
|
2023-02-27 22:17:52 -03:00 |
|
fiatjaf
|
4188aaf7c8
|
just type-check
|
2023-02-27 19:53:12 -03:00 |
|
BilligsterUser
|
673f4abab8
|
add type definition
fixes #138
|
2023-02-27 19:51:19 -03:00 |
|
BilligsterUser
|
bcefaa0757
|
update repo url
|
2023-02-27 19:49:00 -03:00 |
|
fiatjaf
|
649af36a86
|
one more nip19 test.
|
2023-02-27 16:10:26 -03:00 |
|
Simon
|
96a6f7af87
|
ensure kind has type 'number' in validateEvent
|
2023-02-27 14:22:36 -03:00 |
|
fiatjaf
|
a4c713efcb
|
fix readme example.
fixes https://github.com/nbd-wtf/nostr-tools/issues/136
|
2023-02-27 12:43:24 -03:00 |
|
fiatjaf
|
9d345a8f01
|
configurable list and get timeout on relay.
v1.7.1
|
2023-02-26 21:23:09 -03:00 |
|
fiatjaf
|
c362212778
|
make pool.publish() return a single Pub object.
v1.7.0
|
2023-02-26 17:44:51 -03:00 |
|
fiatjaf
|
a8938a3a0f
|
wait a second before failing to send on a not yet connected websocket.
v1.6.3
|
2023-02-26 16:53:03 -03:00 |
|
fiatjaf
|
a21329da3f
|
make timeouts configurable for pool.
|
2023-02-26 16:50:49 -03:00 |
|
fiatjaf
|
63f4a49a69
|
increase pool timeouts.
v1.6.2
|
2023-02-26 15:05:26 -03:00 |
|
fiatjaf
|
27749d91b8
|
fix nip19: relays TLV items are optional.
v1.6.1
|
2023-02-26 07:44:22 -03:00 |
|
michaelhall923
|
9530849f0a
|
Fix pool sub example
|
2023-02-26 07:43:35 -03:00 |
|
fiatjaf
|
b8aa75b6e1
|
change a map to a forEach.
|
2023-02-24 09:41:26 -03:00 |
|
fiatjaf
|
344762820c
|
handle connection failure on pool according to @chmac.
fixes https://github.com/nbd-wtf/nostr-tools/issues/130
|
2023-02-24 09:34:23 -03:00 |
|
Fernando López Guevara
|
f43d23d344
|
fix(relay): prevent accesing to ws if it is undefined
|
2023-02-23 15:20:10 -03:00 |
|
fiatjaf
|
bf55ad6b5a
|
bump to v1.6.0
v1.6.0
|
2023-02-20 22:51:49 -03:00 |
|
Moe Jangda
|
04a46b815c
|
include the exports property in the root package.json to allow node environments to use cjs or esm bundles
|
2023-02-19 20:54:55 -03:00 |
|
Moe Jangda
|
165ff44dff
|
include package.json with type: module near esm bundle so that it's usable
|
2023-02-19 20:54:55 -03:00 |
|
BilligsterUser
|
7bfd23af3c
|
update close() usage
Signed-off-by: BilligsterUser <billigsteruser@protonmail.com>
|
2023-02-17 21:07:59 -03:00 |
|
fiatjaf
|
3d93ec8446
|
remove resolveClose, close() is now fire-and-forget.
|
2023-02-17 14:51:56 -03:00 |
|
fiatjaf
|
0f841138cd
|
bump to v1.5.0
v1.5.0
|
2023-02-17 14:31:08 -03:00 |
|
fiatjaf
|
336948b1d1
|
zap request validator.
|
2023-02-17 14:30:49 -03:00 |
|
Callum Macdonald
|
d46794c681
|
Also fix signEvent() type.
|
2023-02-17 14:30:27 -03:00 |
|
Callum Macdonald
|
93cef5d886
|
Type unsigned events. fix #117
|
2023-02-17 14:30:27 -03:00 |
|
fiatjaf
|
2324f9548e
|
fail on null amount on zaprequest creation.
|
2023-02-16 13:56:47 -03:00 |
|
Roland Bewick
|
f9748d9cc3
|
doc: fix order of commands to connect to relay
|
2023-02-16 12:35:13 -03:00 |
|
Roland Bewick
|
3a22dd3da6
|
doc: add installation instructions
|
2023-02-16 12:29:09 -03:00 |
|
fiatjaf
|
d13039dc11
|
finishEvent() takes an EventTemplate and returns an Event.
|
2023-02-16 11:58:17 -03:00 |
|
fiatjaf
|
95b03902cc
|
add support for naddr.
|
2023-02-16 11:27:50 -03:00 |
|
fiatjaf
|
ab5ea8de36
|
another nip57 helper and bump version.
v1.4.2
|
2023-02-16 09:29:21 -03:00 |
|
fiatjaf
|
a330b97590
|
partial nip57 support.
|
2023-02-15 21:06:38 -03:00 |
|
fiatjaf
|
24406b5679
|
more automatic cleanup of event listeners.
|
2023-02-15 20:36:22 -03:00 |
|
fiatjaf
|
6dbcc87d93
|
delete listeners when closing a relay connection.
|
2023-02-15 20:31:25 -03:00 |
|
fiatjaf
|
0ddcfdce68
|
remove "seen" event from Pub.
too complicated. if anyone wants this they can do it themselves.
|
2023-02-15 20:21:29 -03:00 |
|
fiatjaf
|
87bf349ce8
|
fill in missing kinds on enum.
|
2023-02-14 16:04:18 -03:00 |
|
fiatjaf
|
54dfc7b972
|
validate that the event is an object.
|
2023-02-14 15:18:39 -03:00 |
|
fiatjaf
|
32793146a4
|
remove untilOpen promise that was causing memory leaks when a connection was never opened.
v1.4.1
|
2023-02-14 11:24:30 -03:00 |
|
fiatjaf
|
c42cd925ce
|
bump noble-hashes.
v1.4.0
|
2023-02-13 21:26:42 -03:00 |
|
RbnRncn
|
43ccb72476
|
docs: import SimplePool fix
Small fix of import SimplePool in new multiple relay docs.
|
2023-02-12 08:41:22 -03:00 |
|
fiatjaf
|
b2b7999517
|
notice about just.
closes https://github.com/nbd-wtf/nostr-tools/pull/106
|
2023-02-09 22:02:07 -03:00 |
|
fiatjaf
|
a568afc295
|
remove this extraneous file.
|
2023-02-09 22:01:01 -03:00 |
|
fiatjaf
|
9bcaed6e60
|
fix tests, .seenOn() method for pools.
|
2023-02-09 22:01:01 -03:00 |
|
Fernando López Guevara
|
5a9cbbb557
|
feat(deps): upgrade dependencies
|
2023-02-09 21:59:37 -03:00 |
|
fiatjaf
|
e9acc59809
|
just publish.
|
2023-02-09 12:09:16 -03:00 |
|
fiatjaf
|
18fe9637b9
|
do not run tests on tag pushes.
|
2023-02-09 12:08:50 -03:00 |
|
fiatjaf
|
ff3bf4a51c
|
improvements and fixes on pool.
v1.3.1
|
2023-02-09 12:05:31 -03:00 |
|