cmd
cmd
### Describe the feature The wallet does not appear to reserve the fee required to sweep the on-chain balance on the wallet, meaning you have to calculate the fee manually...
I ran into an issue where I want to derive child-keys from the parent private key, but there is currently no way to do this with the current spec. I...
Hello. The purpose of this issue is to discuss the lack of version control for the provider API established in NIP-07, how to potentially address it and maybe solve it....
Hello. Forgive my naivety please. I have been trying to figure out the API for the dynamic query for several hours. In your docs you have the following example: ```js...
Hello. I have been able to reproduce this issue using the following repo: https://github.com/cmdruid/break-vercel The issue has to deal with CORS and custom headers. If I do not specify any...
Just a minor correction on the spec. The current spec says 'HMAC-SHA512' but this is actually incorrect and possibly misleading. HMAC is not used at all in the PKDF part...
I'm posting this issue in order to help anyone who comes across this problem. If you try to use the code: `hashlib.new('ripemd160', thingtobehashed).digest()` and you receive this error: `ValueError: unsupported...
If I have a browser window open to the web wallet endpoint, and the wallet is not logged in (either I haven't logged in yet, or my session expired), the...
FYI this is a known issue. The default behavior of the `--mine` flag is to poll the mempool and settle transactions every 2 seconds. This seems to process the funding...
The dynamic methods, hooks, and subscription interface for Core Lightning is begging for a native web-socket plugin. The native plugin could hook into core lightning directly, and forward all method...