monero/src/wallet
moneromooo-monero 8db23df581
wallet: on first refresh, start off with a quantized height
for privacy reasons, so an untrusted node can't easily track
wallets from IP address to IP address, etc. The granularity
is 1024 blocks, which is about a day and a half.
2018-06-13 22:44:27 +01:00
..
api Merge pull request #3599 2018-06-08 14:45:46 -05:00
CMakeLists.txt wallet: add shared ring database 2018-03-16 10:32:29 +00:00
node_rpc_proxy.cpp replace invoke_http_json("/json_rpc",...) with invoke_http_json_rpc("/json_rpc",methodname,...) to reduce boilerplate 2018-03-14 23:23:59 +09:00
node_rpc_proxy.h Readd copyright starting date 2018-01-26 10:03:20 -05:00
ringdb.cpp unit_tests: add ringdb unit tests 2018-04-11 11:43:39 +01:00
ringdb.h unit_tests: add ringdb unit tests 2018-04-11 11:43:39 +01:00
wallet2.cpp wallet: on first refresh, start off with a quantized height 2018-06-13 22:44:27 +01:00
wallet2.h wallet: on first refresh, start off with a quantized height 2018-06-13 22:44:27 +01:00
wallet_args.cpp wallet cli/rpc: terminate execution with code 0 when --help or --version is given 2018-04-22 11:48:44 +09:00
wallet_args.h wallet cli/rpc: terminate execution with code 0 when --help or --version is given 2018-04-22 11:48:44 +09:00
wallet_errors.h Merge pull request #3336 2018-03-16 18:08:07 +02:00
wallet_rpc_server_commands_defs.h wallet_rpc_server: add a get_version RPC 2018-04-14 13:34:05 +01:00
wallet_rpc_server_error_codes.h Merge pull request #3207 2018-02-16 14:21:59 +01:00
wallet_rpc_server.cpp wallet: on first refresh, start off with a quantized height 2018-06-13 22:44:27 +01:00
wallet_rpc_server.h wallet_rpc_server: add a get_version RPC 2018-04-14 13:34:05 +01:00