aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/node_rpc_proxy.h (follow)
AgeCommit message (Collapse)AuthorFilesLines
2019-04-15wallet: new --offline optionmoneromooo-monero1-2/+4
It will avoid connecting to a daemon (so useful for cold signing using a RPC wallet), and not perform DNS queries.
2019-03-05Update 2019 copyrightbinaryFate1-1/+1
2018-09-11v8: per byte fee, pad bulletproofs, fixed 11 ring sizemoneromooo-monero1-6/+8
2018-07-02node_rpc_proxy: factor a few RPC calls using get_infomoneromooo-monero1-2/+5
Takes advantage of caching
2018-01-26Readd copyright starting datexmr-eric1-1/+1
2018-01-26Update 2018 copyrightxmr-eric1-1/+1
2017-08-02node_rpc_proxy: add a proxy for target heightmoneromooo-monero1-11/+14
2017-02-27node_rpc_proxy: allow caching daemon RPC versionmoneromooo-monero1-0/+2
2017-02-27wallet: invalidate node proxy cache when reconnectingmoneromooo-monero1-0/+2
2017-01-25Updates to epee HTTP client codeLee Clagett1-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-16wallet: add a node RPC cache layer for simple RPC callsmoneromooo-monero1-0/+65
Mostly getinfo and get_hard_fork_info, which are called pretty often. This speeds up transfers as a bonus.