oxen-core/src/wallet
moneromooo-monero c1e9ccc794
wallet2: speed up transactions using remote nodes
Asking for a full histogram from a remote node (since it's
untrusted) is pretty slow, and spams the remote node, so
we replace it by only adding a second input if we have rct
ones, which are for all intents and purposes always mixable.
2017-03-20 08:44:28 +00:00
..
api use const references in catch blocks 2017-03-18 12:56:07 +00:00
CMakeLists.txt update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
node_rpc_proxy.cpp wallet: increase node_rpc_proxy timeout to match wallet2 2017-03-18 23:06:06 +00:00
node_rpc_proxy.h node_rpc_proxy: allow caching daemon RPC version 2017-02-27 17:57:18 +00:00
wallet2.cpp wallet2: speed up transactions using remote nodes 2017-03-20 08:44:28 +00:00
wallet2.h wallet2: speed up transactions using remote nodes 2017-03-20 08:44:28 +00:00
wallet2_api.h Merge pull request #1827 2017-03-03 14:31:28 +02:00
wallet_args.cpp Adds a config file option to the wallet 2017-03-12 21:45:59 +01:00
wallet_args.h wallet: fix --log-file not working 2017-02-28 09:07:56 +00:00
wallet_errors.h update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00
wallet_rpc_server.cpp wallet-rpc bugfix: get_transfer_by_txid previously checking against payment id 2017-03-19 17:45:39 +09:00
wallet_rpc_server.h wallet_rpc_server: add a rescan_spent RPC 2017-03-18 12:04:17 +00:00
wallet_rpc_server_commands_defs.h wallet_rpc_server: add a rescan_spent RPC 2017-03-18 12:04:17 +00:00
wallet_rpc_server_error_codes.h update copyright year, fix occasional lack of newline at line end 2017-02-21 19:38:18 +02:00