Yago
Yago
I think It would be useful to pass res object in the auth function in the authorization middleware. https://github.com/primus/primus/blob/62c02cd6236ebdd88568ef2daa88da33a263f5a8/middleware/authorization.js#L21 Maybe as third argument in order to not breaking compatibility.
I can see binaries are prebuilded: `darwin-x64+arm64 linux-x64 win32-x64` but linux-arm64 is not available in the npm package. May you publish linux ARM64 binary along the others? 🙏
Would be amazing if Wallet::make_a_gift_message (and vm methods) are exposed in the json api so we can sign and send latter. vm methods are also a good idea to be...
protobuf.js version: 6.8.0 Hello, I'm trying to overwriting `toObject` in a custom class, but it seems is not being possible or I'm doing it wrong. ```js const protobuf = require("protobufjs");...
# 🚀 Feature Request Add support for additional HTTPS certificate options. Such us `certificateAuthority `, `key` and `certificate`. See https://github.com/sindresorhus/got/blob/v12.6.1/documentation/5-https.md ## Motivation We have some nodes placed behind a HTTPS...
I'm trying to run `monero-wallet-rpc` in [Gramine](https://gramineproject.io/) as for security purposes. The http request are not working (it receives and close them), and errors got shadowed so not sure what's...
When querying an offline wallet the RPC "incoming_transfers" method replies with `"tx_hash": "0000000000000000000000000000000000000000000000000000000000000000"` ```bash $ curl http://localhost:18083/json_rpc \ -d '{"jsonrpc":"2.0","id":"0","method":"incoming_transfers", "params":{ "transfer_type": "all" } }' -H 'Content-Type: application/json' ``` ```json...