Jonah
Jonah
I've noticed some very high CPU usage when using wishlist as a library. Unfortunately I can't reproduce it or add much debug context, but I noticed, that I had +500%...
**Description** It seems to me like dockers removal of firewalld zones interfaces is not permanent. **Steps to reproduce the issue:** 1. Check the current interfaces: `# firewall-cmd --list-all --zone=docker` 2....
Hi, this project looks super interesting! I tried to use bluetuith to connect to a flipperzero, which requires a code for pairing, but unfortunately it didn't work. The authentication code...
As mentioned in #102, TXs with a lot of transfers often fail. However this isn't the only problem we encountered with high batch sizes. The following graph shows the request...
Several times we've experienced the issue that transactions with more than 10 transfers fail. The error returned by the walletrpc is `Cancelled code -500`. There's no indicator in the wallet...
When sending a transaction with multiple integrated addresses, the walletrpc returns the error `{"jsonrpc":"2.0","id":"1","error":{"code":-32098,"message":"Can not send nil transaction"}}`. Example request: ```bash curl -X POST \ http://deronode-fr-gra11-1:20209/json_rpc \ -H 'content-type: application/json'...
This PR adds an rpc method to get information about all connected peers over the nodes rpc.
This adds support for the automatic generation of shell autocompletion files and linux manpages.
### Feature description Currently all secrets deployed to Kubernetes have the type "opaque". It would be great, if you could specify that secret type. ### Why would it be useful?...