summaryrefslogtreecommitdiff
path: root/src/wallet/node_rpc_proxy.h
Commit message (Collapse)AuthorAgeFilesLines
* wallet: new --offline optionmoneromooo-monero2019-04-151-2/+4
| | | | | It will avoid connecting to a daemon (so useful for cold signing using a RPC wallet), and not perform DNS queries.
* Update 2019 copyrightbinaryFate2019-03-051-1/+1
|
* v8: per byte fee, pad bulletproofs, fixed 11 ring sizemoneromooo-monero2018-09-111-6/+8
|
* node_rpc_proxy: factor a few RPC calls using get_infomoneromooo-monero2018-07-021-2/+5
| | | | Takes advantage of caching
* Readd copyright starting datexmr-eric2018-01-261-1/+1
|
* Update 2018 copyrightxmr-eric2018-01-261-1/+1
|
* node_rpc_proxy: add a proxy for target heightmoneromooo-monero2017-08-021-11/+14
|
* node_rpc_proxy: allow caching daemon RPC versionmoneromooo-monero2017-02-271-0/+2
|
* wallet: invalidate node proxy cache when reconnectingmoneromooo-monero2017-02-271-0/+2
|
* Updates to epee HTTP client codeLee Clagett2017-01-251-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
* wallet: add a node RPC cache layer for simple RPC callsmoneromooo-monero2017-01-161-0/+65
Mostly getinfo and get_hard_fork_info, which are called pretty often. This speeds up transfers as a bonus.