Jonathan Silverblood
Jonathan Silverblood
As discussed in https://github.com/BitcoinUnlimited/ElectrsCash/issues/91 the get_history is an expensive call that would be useful to apply limits to. I propose adding an optional `from_height` so that wallets can keep track...
I had a talk with shammah about how he uses electrum for stamp, and we identified a feature that might be good to have: checking if a transaction is relayable...
I'd like to request integration for features for supporting cashaccounts on light wallets. Essentially an optional indexer with related API calls for lookup (account->payment data) and reverse lookup (payment data->account)....
I would like to propose adding category lines to group apps inside the app drawer. Add a small thin line with the category name, and the apps belonging to the...
There is an example in the README but generally there is a clear lack of documentation. I would encourage someone to add basic documentation on each of the functionalities supported...
**Describe the bug** When paying to a payment request like this `bitcoincash:?amount=0.00507331 the last 2 digits are cut off resulting in underpayments. The onchain payment shows a sent value of...
I have a BCH-only project that is packaged with Parcel. When I run the bundle analyzer I can see both btc and bch opcodes in the vm/instruction-sets: - bch/2023/bch-2023-opcodes.js -...
I would like to have `blockchain.address.dsproof.subscribe`, `blockchain.scripthash.dsproof.subscribe` and `blockchain.mempool.dsproof.subscribe`. The address/scripthash level would monitor for DSP on transactions relating to that specific address/scripthash. I can use this to resolve an...
Whenever you try to search for something related to this project, be it on duckduckgo, google or youtube, you get 99.9% false positives and it's essentially impossible to find information....
How do I check if the user has app backup functions enabled / disabled in their device settings? For example, on my device I have gone to settings -> backup...