Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-02-27 | node_rpc_proxy: allow caching daemon RPC version | moneromooo-monero | 1 | -0/+2 | |
2017-02-27 | wallet: invalidate node proxy cache when reconnecting | moneromooo-monero | 1 | -0/+2 | |
2017-01-25 | Updates to epee HTTP client code | Lee Clagett | 1 | -5/+1 | |
- 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 | |||||
2017-01-16 | wallet: add a node RPC cache layer for simple RPC calls | moneromooo-monero | 1 | -0/+65 | |
Mostly getinfo and get_hard_fork_info, which are called pretty often. This speeds up transfers as a bonus. |