Guilherme de Paula

Results 4 issues of 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...

needs-review

Adds GetBlockStats implementation to rpcserver. This is my first PR. Any feedback is appreciated. Fixes #1630 (partially).

enhancement
rpc

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...

rpc

This PR fixes an issue where the OPENAI_API_KEY variable wasn't being loaded from the .env file. Resolves Issue #85.