Jose Mateo

Results 15 issues of Jose Mateo

Otherwise, clients will crash when generating keys unless they add the secp256k1 android bindings themselves.

EOSE would allow clients to only request data that they don't have locally, and to unsubscribe when real-time values aren't needed.

When zapping, we should only allow amounts between `minSendable` and `maxSendable` amounts to prevent failures from lightning providers. ```json { "callback": "https://api.cash.app/lnurl/payreq/70d7cbb6-cb39-45d9-98c3-53218921613b", "maxSendable": 3626740000, "minSendable": 1000000, "metadata": "[[\"text/identifier\",\"[email protected]\"],[\"text/plain\",\"Pay to Cash...

Parsing the npub in [this note](https://nostr.band/note1uxm4plgu7ae6jnz95t44aqtrka2x8s3a9hu45h66szz73hrcgv0qsvthk9) makes Nostrino throw an invalid checksum exception. We should catch exceptions when parsing npubs. I think you ran into this crash @bitcoinuser

bug