summaryrefslogtreecommitdiff
path: root/src/wallet/node_rpc_proxy.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Updates to epee HTTP client codeLee Clagett2017-01-251-15/+13
| | | | | | | | - http_simple_client now uses std::chrono for timeouts - http_simple_client accepts timeouts per connect / invoke call - shortened names of epee http invoke functions - invoke command functions only take relative path, connection is not automatically performed
* wallet: add a node RPC cache layer for simple RPC callsmoneromooo-monero2017-01-161-0/+134
Mostly getinfo and get_hard_fork_info, which are called pretty often. This speeds up transfers as a bonus.