Guilherme de Paula
Guilherme de Paula
### Description of the Change To download packages behind a proxy or a firewall that requires trusting self-signed CA certificates, the user must set apm's configuration parameters `proxy`, `https-proxy` and...
Adds GetBlockStats implementation to rpcserver. This is my first PR. Any feedback is appreciated. Fixes #1630 (partially).
This PR adds gettxoutsetinfo to the RPC server. Not sure whether or not to lock the blockchain during the call. Naturally it may take some time due to the size...
This PR fixes an issue where the OPENAI_API_KEY variable wasn't being loaded from the .env file. Resolves Issue #85.