monero/src/wallet
moneromooo-monero 2ec455df1f
wallet: fix mismatch between two concepts of "balance"
One considers the blockchain, while the other considers the
blockchain and some recent actions, such as a recently created
transaction which spend some outputs, but isn't yet mined.

Typically, the "balance" command wants the latter, to reflect
the recent action, but things like proving ownership wants
the former.

This fixes a crash in get_reserve_proof, where a preliminary
check and the main code used two concepts of "balance".
2019-09-05 11:19:34 +00:00
..
api Merge pull request #5750 2019-08-21 15:20:51 -05:00
CMakeLists.txt libwallet_merged: add missing net target 2019-04-02 21:22:51 +02:00
message_store.cpp MMS: Use chans instead of normal addresses for auto-config 2019-08-20 19:55:31 +02:00
message_store.h message_store: init me field 2019-01-07 16:41:34 +00:00
message_transporter.cpp MMS: Use chans instead of normal addresses for auto-config 2019-08-20 19:55:31 +02:00
message_transporter.h MMS: Use chans instead of normal addresses for auto-config 2019-08-20 19:55:31 +02:00
node_rpc_proxy.cpp wallet: new --offline option 2019-04-15 09:14:12 +00:00
node_rpc_proxy.h wallet: new --offline option 2019-04-15 09:14:12 +00:00
ringdb.cpp simplewallet: new unset_ring command 2019-04-02 14:18:07 +00:00
ringdb.h simplewallet: new unset_ring command 2019-04-02 14:18:07 +00:00
wallet2.cpp wallet: fix mismatch between two concepts of "balance" 2019-09-05 11:19:34 +00:00
wallet2.h wallet: fix mismatch between two concepts of "balance" 2019-09-05 11:19:34 +00:00
wallet_args.cpp wallet: do not print log settings when unset 2019-07-01 15:17:30 +00:00
wallet_args.h Update 2019 copyright 2019-03-05 22:05:34 +01:00
wallet_errors.h Merge pull request #5182 2019-03-17 17:55:13 +02:00
wallet_light_rpc.h wallet: move light wallet RPC out of core RPC 2019-03-15 13:34:08 +00:00
wallet_rpc_server.cpp wallet: fix mismatch between two concepts of "balance" 2019-09-05 11:19:34 +00:00
wallet_rpc_server.h wallet_rpc_server: add set_log_level/set_log_categories 2019-04-16 20:50:15 +00:00
wallet_rpc_server_commands_defs.h wallet: fix mismatch between two concepts of "balance" 2019-09-05 11:19:34 +00:00
wallet_rpc_server_error_codes.h wallet: distinguish between empty and absent attributes 2019-05-02 13:00:08 +00:00