stacker.news/wallets/nwc
ekzyis 3f0499b96e
Fix ephemeral events missed (#1367)
* Fix ephemeral events missed

The spec mentions the following:

> for kind n such that 20000 <= n < 30000, events are ephemeral, which means they are not expected to be stored by relays.

This applies to NWC events. This means that we need to subscribe _before_ we publish the request.

See https://github.com/nostr-protocol/nips/blob/master/01.md

* Verify events before accepting them
2024-09-06 08:20:49 -05:00
..
ATTACH.md Switch NWC from Damus to Primal relay (#1340) 2024-08-28 09:32:29 -05:00
client.js Support receiving with NWC (#1310) 2024-08-21 10:13:27 -05:00
index.js Fix ephemeral events missed (#1367) 2024-09-06 08:20:49 -05:00
server.js Support receiving with NWC (#1310) 2024-08-21 10:13:27 -05:00