rx-nostr icon indicating copy to clipboard operation
rx-nostr copied to clipboard

A library based on RxJS, which allows Nostr applications to easily communicate with relays.

Results 21 rx-nostr issues
Sort by recently updated
recently updated
newest added

- Connection レイヤーで REQ を割って投げて、まとめてから返す - MessageSize 上限も気にしてあげられるとなおいい - ほとんど同じことだが max_limit にも対応してあげたい

feature
breaking change

documentation
enhancement

note1hq4zc5lhxmx8fcery9uchxzfg60xclhgypzq894hft7szqvxv4zs8zydu5 以下から選べるようにするとよさそう > - 全リレーから OK が返ってきたとき(true/false は問わない) > - タイムアウト時に 1 つ以上 OK を返しているリレーがあるとき(判別する手段は欲しい) > タイムアウトも next の一部として扱ってしまって全リレーから何かしらの next が返ってきたら complete にするとかもありかも

feature
breaking change

enhancement
breaking change

note18tlhpetehvxwqpuchu87xuptjqewdaerjdrta3pewfaf3lqt7uzqlexsck > getDefaultRelays から read (write) を抽出してマージしないといけないのはちょっと使い勝手が悪い > default relays に任せてしまうと自分の Replaceable Event を取得するときに write ではなく read リレーを読んでしまう > useWriteRelays みたいなオプションが欲しい 補足: write リレーを読めないと kind3 などの replaceable event を取得するときに不便。 >...

feature

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

feature