Oren
Oren
@lukechilds @mayankchhabra @nevets963 @nmfretz @louneskmt I'm just tagging some of you to get attention... I may have some free time to work on this, and I think it's an important...
@Giszmo Where can I find more information about the prefix filtering? Is this standardized? I was thinking about the geohash tags, and prefix filter is critical for [searching in a...
@Giszmo Ok, it talks only about `ids` and `authors`. We also need to extend this for `#g` tags, for similar reasons: > A prefix match is when the filter string...
@Giszmo Geohashes are encoded in base32, so a character like "*" could be used for prefix queries. For example, I could either search exactly ["dqcjqcpew"](https://geohash.softeng.co/dqcjqcpew) or search a prefix ["dqcjqcp*"](https://geohash.softeng.co/dqcjqcp)....
`generateTags()` also adds `p` tags to zap request events, which is not allowed: https://github.com/nostr-protocol/nips/blob/master/57.md#appendix-d-lnurl-server-zap-request-validation
Maybe related to this: https://github.com/holgern/pynostr/blob/e5dfe909249321b39d64f5a4ed7b37fab6ba682b/pynostr/relay.py#L66-L76 I think the loop might get stuck when there are no new messages from the websocket - which prevents the outgoing-messages from being sent. For...
@leon-costa Could it be related to https://github.com/cryptoadvance/specter-desktop/issues/2475 ? After sending funds from a wallet to itself, Instead of "list index out of range" I'm getting "Failed to load utxos, KeyError:...
@leon-costa Please see https://github.com/cryptoadvance/specter-desktop/pull/2476 . I wonder if it fixes your problem too.
Could be related? https://github.com/cryptoadvance/specter-desktop/issues/2475
I don't think anyone is going to respond. Did you upload your fix to npm under a different name? @nikeee