wownero/tests/functional_tests
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
..
CMakeLists.txt functional_tests: detect requests python module 2019-04-18 19:33:01 +00:00
bans.py functional_tests: fix python3 compatibility 2019-05-29 11:59:48 +00:00
blockchain.py Merge pull request #5490 2019-08-17 15:20:15 -05:00
cold_signing.py functional_tests: fix python3 compatibility 2019-05-29 11:59:48 +00:00
daemon_info.py functional_tests: fix python3 compatibility 2019-05-29 11:59:48 +00:00
functional_tests_rpc.py tests: functional: fix python syntax 2019-06-19 21:41:37 -04:00
get_output_distribution.py Merge pull request #5583 2019-06-01 20:27:41 +02:00
integrated_address.py functional_tests: fix python3 compatibility 2019-05-29 11:59:48 +00:00
main.cpp Update 2019 copyright 2019-03-05 22:05:34 +01:00
mining.py functional_tests: fix python3 compatibility 2019-05-29 11:59:48 +00:00
multisig.py Merge pull request #5498 2019-08-14 15:29:24 -05:00
proofs.py functional_tests: fix python3 compatibility 2019-05-29 11:59:48 +00:00
sign_message.py functional_tests: fix python3 compatibility 2019-05-29 11:59:48 +00:00
speed.py functional_tests: fix python3 compatibility 2019-05-29 11:59:48 +00:00
transactions_flow_test.cpp wallet: fix mismatch between two concepts of "balance" 2019-09-05 11:19:34 +00:00
transactions_flow_test.h Update 2019 copyright 2019-03-05 22:05:34 +01:00
transactions_generation_from_blockchain.cpp Update 2019 copyright 2019-03-05 22:05:34 +01:00
transactions_generation_from_blockchain.h Update 2019 copyright 2019-03-05 22:05:34 +01:00
transfer.py Merge pull request #5511 2019-08-21 14:47:16 -05:00
txpool.py functional_tests: fix python3 compatibility 2019-05-29 11:59:48 +00:00
validate_address.py functional_tests: add validate_address tests 2019-07-29 14:29:20 +00:00
wallet_address.py functional_tests: test creating wallets with local language names 2019-08-16 17:06:08 +00:00