Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-09-17 | node_rpc_proxy: return a non empty error string on connection failure | moneromooo-monero | 1 | -5/+5 | |
This makes it easier to avoid bugs on the caller side if errors are represented by non empty strings. This fixes the refresh height setting in new wallets when no daemon is running. | |||||
2018-09-11 | v8: per byte fee, pad bulletproofs, fixed 11 ring size | moneromooo-monero | 1 | -15/+51 | |
2018-08-13 | node_rpc_proxy: fix fork earliest height caching [RYO backport] | fireice-uk | 1 | -1/+1 | |
xref https://github.com/ryo-currency/ryo-currency/pull/86 | |||||
2018-07-02 | node_rpc_proxy: factor a few RPC calls using get_info | moneromooo-monero | 1 | -36/+36 | |
Takes advantage of caching | |||||
2018-03-14 | replace invoke_http_json("/json_rpc",...) with ↵ | stoffu | 1 | -38/+26 | |
invoke_http_json_rpc("/json_rpc",methodname,...) to reduce boilerplate | |||||
2018-03-11 | node_rpc_proxy: fix target height caching | moneromooo-monero | 1 | -1/+1 | |
2018-01-26 | Readd copyright starting date | xmr-eric | 1 | -1/+1 | |
2018-01-26 | Update 2018 copyright | xmr-eric | 1 | -1/+1 | |
2017-12-09 | node_rpc_proxy: remove unused local and time call | moneromooo-monero | 1 | -1/+0 | |
2017-08-02 | node_rpc_proxy: add a proxy for target height | moneromooo-monero | 1 | -4/+33 | |
2017-05-26 | node_rpc_proxy: fix earliest fork height query for unknown forks | moneromooo-monero | 1 | -1/+1 | |
2017-03-18 | wallet: increase node_rpc_proxy timeout to match wallet2 | moneromooo-monero | 1 | -4/+6 | |
2017-02-27 | node_rpc_proxy: allow caching daemon RPC version | moneromooo-monero | 1 | -0/+24 | |
2017-02-27 | wallet: invalidate node proxy cache when reconnecting | moneromooo-monero | 1 | -0/+11 | |
2017-01-25 | Updates to epee HTTP client code | Lee Clagett | 1 | -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 | |||||
2017-01-16 | wallet: add a node RPC cache layer for simple RPC calls | moneromooo-monero | 1 | -0/+134 | |
Mostly getinfo and get_hard_fork_info, which are called pretty often. This speeds up transfers as a bonus. |