fiatjaf
|
ae2f97655b
|
remove two deprecated things.
|
2025-05-31 20:04:46 -03:00 |
fiatjaf
|
5b78a829c7
|
ignore error when sending on a CLOSE to a closed connection.
|
2025-05-31 12:29:24 -03:00 |
fiatjaf
|
de26ee98c5
|
failed to connect to a websocket should reject the promise.
|
2025-05-31 11:16:22 -03:00 |
fiatjaf
|
1437bbdb0f
|
update removed function in test.
|
2025-05-28 14:52:36 -03:00 |
fiatjaf
|
57354b9fb4
|
expose hexToBytes and bytesToHex helpers.
|
2025-05-28 14:50:25 -03:00 |
fiatjaf
|
924075b803
|
nip57: get sats amount from bolt11 helper.
|
2025-05-20 09:25:31 -03:00 |
Anderson Juhasc
|
666a02027e
|
readme updated
|
2025-05-19 17:13:10 -03:00 |
fiatjaf
|
eff9ea9579
|
remove deprecated subscribeManyMap()
|
2025-05-17 18:52:01 -03:00 |
fiatjaf
|
ca174e6cd8
|
publish to jsr before npm.
|
2025-05-12 05:27:16 -03:00 |
fiatjaf
|
4ba9c8886b
|
forgot to remove nip96 from export lists.
|
2025-05-12 05:24:57 -03:00 |
fiatjaf
|
7dbd86eb5c
|
fix types from latest nip19 type change.
|
2025-05-12 05:23:54 -03:00 |
fiatjaf
|
3e839db6f2
|
tag v2.13.0 (breaking because stuff is removed).
|
2025-05-12 05:20:45 -03:00 |
codytseng
|
cb370fbf4f
|
nip46: fix crash caused by endless resubscribe
|
2025-05-11 15:22:26 -03:00 |
codytseng
|
c015b6e794
|
fix bug where concurrent auth calls returned only one response
|
2025-05-09 08:43:53 -03:00 |
fiatjaf
|
52079f6e75
|
saner nip19 types.
@staab should be happy now.
|
2025-04-26 09:00:28 -03:00 |
fiatjaf
|
ef28b2eb73
|
nip46: toBunkerURL() function.
|
2025-04-21 23:40:15 -03:00 |
fiatjaf
|
2a422774fb
|
fix pool.publish() example in README.
following https://github.com/nbd-wtf/nostr-tools/issues/482
|
2025-04-17 17:17:36 -03:00 |
fiatjaf
|
b80f8a0bcc
|
nip07: return a VerifiedEvent
|
2025-04-11 17:31:57 -03:00 |
fiatjaf
|
dd603e47d8
|
some small bugs codebuff found.
|
2025-04-03 23:31:34 -03:00 |
fiatjaf
|
ba26b92973
|
get rid of nip96 and unnecessary dependencies.
|
2025-04-02 11:51:02 -03:00 |
fiatjaf
|
aec8ff5946
|
fix for updated typescript.
|
2025-04-02 11:44:41 -03:00 |
fiatjaf
|
e498c9144d
|
nip46: auto-reconnect.
|
2025-04-02 10:58:26 -03:00 |
fiatjaf
|
42d47abba1
|
update readme and add more examples.
|
2025-04-02 10:53:33 -03:00 |
fiatjaf
|
303c35120c
|
pool: deprecate subscribeManyMap and introduce subscribe/subscribeEose methods that take a single filter.
|
2025-04-02 10:37:10 -03:00 |
fiatjaf
|
4a738c93d0
|
nip46: stop supporting nip04-encrypted messages.
|
2025-04-02 10:25:19 -03:00 |
fiatjaf
|
2a11c9ec91
|
nip04: functions shouldn't be async.
|
2025-04-02 10:19:27 -03:00 |
fiatjaf
|
cbe3a9d683
|
pool subscribe methods accept an `onauth` param.
|
2025-04-01 19:16:42 -03:00 |
fiatjaf
|
2944a932b8
|
nip46: mark connection as closed when relays disconnect.
|
2025-03-29 18:03:39 -03:00 |
codytseng
|
6b39de04d7
|
Fix auth() not returning on consecutive calls
|
2025-03-17 13:31:24 -03:00 |
fiatjaf
|
9a612e59a2
|
update nip11 test.
|
2025-03-14 09:30:35 -03:00 |
fiatjaf
|
266dbdf766
|
nip27: rewrite to support urls and references in a simpler API for rich UIs.
|
2025-03-14 09:26:40 -03:00 |
fiatjaf
|
19ae9837a7
|
nip19: decodeNostrURI() function that doesn't throw.
|
2025-03-14 09:26:40 -03:00 |
António Conselheiro
|
4188f2c596
|
Generic repost
|
2025-03-10 01:58:00 -03:00 |
fiatjaf
|
97bded8f5b
|
prevent a relay from eoseing then closing and causing pool handlers to fire twice.
|
2025-03-02 01:25:39 -03:00 |
fiatjaf
|
174d36a440
|
nip07: remove getRelays()
|
2025-03-02 01:25:39 -03:00 |
fiatjaf
|
0177b130c3
|
nip55: remove getRelays()
|
2025-03-02 01:25:39 -03:00 |
fiatjaf
|
05eb62da5b
|
support subscription label, not only an absolute id.
|
2025-03-02 01:25:39 -03:00 |
Baris Aydek
|
3c4019a154
|
nip54 normalizeIdentifier function
|
2025-02-25 13:52:40 -03:00 |
fiatjaf
|
e7e8db1dbd
|
nip46: take EventTemplate instead of UnsignedEvent.
|
2025-02-24 14:48:47 -03:00 |
bitcoinpirate
|
44a679e642
|
added support for zapping replaceable events (#424)
* added support for zapping replaceable events
* Update nip57.ts
* Update nip57.ts
Co-authored-by: 雪猫 <SnowCait@users.noreply.github.com>
* apply @SnowCait's suggestions.
* fix lint error.
---------
Co-authored-by: AsaiToshiya <to.asai.60@gmail.com>
Co-authored-by: 雪猫 <SnowCait@users.noreply.github.com>
|
2025-02-24 00:46:51 +09:00 |
Asai Toshiya
|
c1172caf1d
|
mark getRelays and get_relays as deprecated.
|
2025-02-21 15:08:55 -03:00 |
Jon Staab
|
86f37d6003
|
Clean up nip96 upload validation and make it less strict
|
2025-02-11 15:58:20 -03:00 |
Sandwich
|
3daade322c
|
export retention details
pain to use without being available as an export.
|
2025-02-10 09:25:33 -03:00 |
Asai Toshiya
|
fcf10541c8
|
rename "parameterized replaceable" to "addressable".
|
2025-01-23 14:08:22 -03:00 |
Asai Toshiya
|
548abb5d4a
|
nip18: tweak test data.
|
2025-01-23 20:03:52 +09:00 |
Asai Toshiya
|
1e5bfe856b
|
nip18: don't stringify protected event.
|
2025-01-17 21:30:09 -03:00 |
Anderson Juhasc
|
3266b4d4c2
|
added NIP-55
|
2025-01-04 14:15:11 -03:00 |
Asai Toshiya
|
a0b950ab12
|
remove unnecessary id from Omit keys.
|
2025-01-02 15:57:39 -03:00 |
Asai Toshiya
|
be741159d7
|
nip29: update GroupAdminPermission.
|
2024-12-17 13:33:00 -03:00 |
im-adithya
|
9c50b2c655
|
fix: clear timeout in publish and auth
|
2024-12-03 11:09:11 -03:00 |