Sepehr Safari
|
5ec136a365
|
refactor and add more test cases
|
2024-01-17 18:13:10 +03:30 |
Sepehr Safari
|
75eb08b170
|
fix some bugs, refactor to smaller parts, add docs
|
2024-01-17 17:50:48 +03:30 |
Alex Gleason
|
677b679c2c
|
NIP-57: build lnurl in more secure way
|
2024-01-15 21:26:34 -03:00 |
fiatjaf
|
7b79d6a899
|
nostr-wasm as optional and v2.1.3
|
2024-01-09 16:58:47 -03:00 |
Alex Gleason
|
c1efbbd919
|
Add NIP-40 module for event expiration
|
2024-01-09 16:16:43 -03:00 |
Akiomi Kamakura
|
7d58705e9a
|
Fix typo
|
2024-01-08 13:50:48 -03:00 |
Akiomi Kamakura
|
f1d315632c
|
Sort kinds
|
2024-01-08 13:50:36 -03:00 |
Alex Gleason
|
348d118ce4
|
Add getFilterLimit function
|
2024-01-04 09:56:02 -03:00 |
fiatjaf
|
498c1603b0
|
nip57: implement "P" tag for sender.
|
2024-01-01 11:39:22 -03:00 |
Shusui MOYATANI
|
4cfc67e294
|
fix yieldThread memory leak
|
2023-12-30 13:50:44 -03:00 |
fiatjaf
|
da51418f04
|
update readme example.
fixes https://github.com/nbd-wtf/nostr-tools/issues/337
|
2023-12-27 11:14:19 -03:00 |
fiatjaf
|
75df47421f
|
v2.1.1
|
2023-12-26 07:57:36 -03:00 |
fiatjaf
|
1cfe705baf
|
auth() returns a promise that resolves on OK.
fixes https://github.com/nbd-wtf/nostr-tools/issues/336
|
2023-12-26 07:56:55 -03:00 |
fiatjaf
|
566437fe2e
|
nip19: length 0 on TLV is not forbidden.
|
2023-12-26 07:56:55 -03:00 |
fiatjaf
|
5d6c2b9e5d
|
nip19: reverse TLV ordering just to keep other implementations honest.
|
2023-12-26 07:56:55 -03:00 |
jiftechnify
|
a43f2a708c
|
fix problem when required from CommonJS
|
2023-12-23 08:31:39 -03:00 |
fiatjaf
|
f727058a3a
|
rename benchmark.ts -> benchmarks.ts
|
2023-12-22 11:48:07 -03:00 |
fiatjaf
|
1de54838d3
|
changed the relay in the test, must also change the event queried for.
|
2023-12-22 11:46:02 -03:00 |
fiatjaf
|
703c29a311
|
fix things so relays tests work.
|
2023-12-22 11:38:35 -03:00 |
fiatjaf
|
ddf1064da9
|
adjust benchmarks to be done in a more realistic scenario.
|
2023-12-22 11:11:04 -03:00 |
fiatjaf
|
f719d99a11
|
rename this._push to this._onmessage and use it internally.
|
2023-12-22 10:54:03 -03:00 |
fiatjaf
|
6152238d65
|
update nostr-wasm to fix memory leak bug.
|
2023-12-22 10:53:08 -03:00 |
fiatjaf
|
9ac1b63994
|
a test on pool subscribing to many relays, getting many events then closing on eose.
|
2023-12-22 08:21:58 -03:00 |
fiatjaf
|
1890c91ae3
|
comments.
|
2023-12-22 08:02:39 -03:00 |
fiatjaf
|
7067b47cd4
|
remove last remains of pool-pure.ts
|
2023-12-22 07:51:17 -03:00 |
fiatjaf
|
397931f847
|
mention benchmark results in readme.
|
2023-12-22 06:59:32 -03:00 |
fiatjaf
|
5d795c291f
|
fix relay.ts imports after 7f11c0c618 .
|
2023-12-22 06:58:01 -03:00 |
fiatjaf
|
7adbd30799
|
streamline and improve benchmarks.
|
2023-12-22 06:57:23 -03:00 |
fiatjaf
|
83b6dd7ec3
|
remove pool-wasm.ts that I had forgotten.
|
2023-12-21 21:04:27 -03:00 |
fiatjaf
|
d61cc6c9bf
|
just benchmark
|
2023-12-21 20:59:45 -03:00 |
fiatjaf
|
d7dad8e204
|
reduce spaces on justfile.
|
2023-12-21 20:50:42 -03:00 |
fiatjaf
|
daaa2ef0a1
|
bring back relayConnect() as deprecated.
|
2023-12-21 19:59:12 -03:00 |
fiatjaf
|
7f11c0c618
|
unsplit, backwards-compatibility, wasm relay and pool must be configured manually from the abstract classes.
|
2023-12-21 19:57:28 -03:00 |
fiatjaf
|
a4ae964ee6
|
split relay and pool into pure and wasm modules.
|
2023-12-21 17:27:42 -03:00 |
fiatjaf
|
1f7378ca49
|
import from core.ts instead of pure.ts whenever possible.
|
2023-12-21 17:27:32 -03:00 |
fiatjaf
|
d155bcdcda
|
tag v2.0.3
|
2023-12-21 17:27:25 -03:00 |
Shusui MOYATANI
|
919d29363e
|
export kinds
|
2023-12-21 16:42:30 -03:00 |
Shusui MOYATANI
|
ef12a451be
|
fix ensureRelay
|
2023-12-21 16:42:00 -03:00 |
fiatjaf
|
a9acdada19
|
fix nip-42 test `await`.
|
2023-12-21 08:56:03 -03:00 |
Jon Staab
|
bf3818e434
|
Add nip44 v2
|
2023-12-21 08:55:23 -03:00 |
jiftechnify
|
b7389be5c7
|
correctly wait until connection to a relay is established
|
2023-12-20 14:43:33 -03:00 |
Asai Toshiya
|
7552a36ff2
|
Update README.md
|
2023-12-20 13:41:52 -03:00 |
fiatjaf
|
1b31a27d89
|
ensure types are emitted when publishing.
|
2023-12-20 10:51:41 -03:00 |
fiatjaf
|
0cc3c02d84
|
fix fix yield.
|
2023-12-20 10:49:08 -03:00 |
Shusui MOYATANI
|
8625d45152
|
fix yield
|
2023-12-20 09:27:49 -03:00 |
fiatjaf
|
8f03116687
|
tweak readme.
|
2023-12-19 14:21:04 -03:00 |
fiatjaf
|
e6d1808fda
|
update readme to mention fragment importing and nostr-wasm.
|
2023-12-19 14:14:40 -03:00 |
fiatjaf
|
9648de3470
|
update build process and list of exports.
|
2023-12-19 14:01:28 -03:00 |
fiatjaf
|
fe87529646
|
change tests and nips to use the new api.
|
2023-12-19 13:58:37 -03:00 |
fiatjaf
|
1908e1ee0d
|
revamp core api + option to use nostr-wasm instead of noble-curves.
|
2023-12-19 12:20:42 -03:00 |