steliosrammos
steliosrammos
When testing the connection to my own node the logs show the following output: ```Connecting to http://192.168.0.103:8332... Connecting to Bitcoin Core node at http://192.168.0.103:8332... The connection to the Bitcoin Core...
Checking for MissingProviderError fails because the error is of type `RejectionΕrror`. I noticed that the `MissingProviderError` calls `fixError()` with the target error being `RejectionError` which call `setPrototypeOf` on the error...
The [LUD16 specs](https://github.com/lnurl/luds/blob/luds/16.md) say that the identifier "allows fewer symbols and only lowercase characters", whereas [NIP05 specs](https://github.com/nostr-protocol/nips/blob/master/05.md) say that the identifier is "case insensitive". It results to the same-ish but...
GraphQL-Faker throws an error when running on a schema that contains a `@deprecated` directive on an input field. However that is now supported by the graphql-spec, see: https://github.com/graphql/graphql-spec/pull/805 Logs: ```...
This does not set the description_hash:. ```ts const invoice = await createHodlInvoice({ lnd, id: '540c398ff10942d362386c648d0b6f918df1fe596c6953873779b6cdf71c4f25', description_hash: 'd97653a83596a42e369ceed4e480609f51377e1befa8c65852adecbc0cfca0e6', tokens: 10000, }); ``` This would set the description_hash to `d97653a83596a42e369ceed4e480609f51377e1befa8c65852adecbc0cfca0e6`, although it...
https://linear.app/geyser/issue/GYS-7324/configure-knip-in-the-geyser-app
This a three-part proposal for creating fully anonymous identities and private likes/views on Nostr, using ZK-proofs. ### Part 1: Anonymous, PoW-based identities The motivation behind this is to have: -...