monero/tests/functional_tests
Kevin Barbour 85db1734e7
Remove unused variables in monero codebase
There are quite a few variables in the code that are no longer
(or perhaps never were) in use. These were discovered by enabling
compiler warnings for unused variables and cleaning them up.

In most cases where the unused variables were the result
of a function call the call was left but the variable
assignment removed, unless it was obvious that it was
a simple getter with no side effects.
2021-02-09 08:05:05 +01:00
..
address_book.py Merge pull request #6512 2020-07-19 03:32:59 -07:00
bans.py Update copyright year to 2020 2020-05-06 22:36:54 -04:00
blockchain.py print_coinbase_tx_sum now supports 128 bits sums 2019-12-12 01:56:59 +00:00
check_missing_rpc_methods.py tests: fix missing error on missing python entry point 2020-05-27 13:11:01 +00:00
CMakeLists.txt Add RELINK_TARGETS, monero_add_target_no_relink and use monero_add_executable/monero_add_library where possible (mj-xmr) 2020-10-28 20:08:26 +01:00
cold_signing.py Update copyright year to 2020 2020-05-06 22:36:54 -04:00
daemon_info.py daemon, wallet: new pay for RPC use system 2019-10-25 09:34:38 +00:00
functional_tests_rpc.py functional_tests: add randomx tests 2020-08-27 15:13:03 +00:00
get_output_distribution.py Update copyright year to 2020 2020-05-06 22:36:54 -04:00
integrated_address.py Update copyright year to 2020 2020-05-06 22:36:54 -04:00
main.cpp Update copyright year to 2020 2020-05-06 22:36:54 -04:00
make_test_signature.cc Update copyright year to 2020 2020-05-06 22:36:54 -04:00
mining.py functional_tests: inrease mining timeout 2020-10-22 04:17:11 +02:00
multisig.py Update copyright year to 2020 2020-05-06 22:36:54 -04:00
p2p.py functional_tests: add a large (many randomx epochs) p2p reorg test 2020-08-27 15:13:04 +00:00
proofs.py Updates InProofV1, OutProofV1, and ReserveProofV1 to new V2 variants that include all public proof parameters in Schnorr challenges, along with hash function domain separators. Includes new randomized unit tests. 2020-08-09 18:42:15 -04:00
rpc_payment.py Update copyright year to 2020 2020-05-06 22:36:54 -04:00
sign_message.py Bind signature to full address and signing mode 2020-08-28 19:38:00 -04:00
speed.py repo: update donation fund address 2020-06-09 12:19:39 +02:00
transactions_flow_test.cpp Remove unused variables in monero codebase 2021-02-09 08:05:05 +01:00
transactions_flow_test.h Update copyright year to 2020 2020-05-06 22:36:54 -04:00
transactions_generation_from_blockchain.cpp Update copyright year to 2020 2020-05-06 22:36:54 -04:00
transactions_generation_from_blockchain.h Update copyright year to 2020 2020-05-06 22:36:54 -04:00
transfer.py Integrate CLSAGs into monero 2020-08-27 12:44:04 +00:00
txpool.py Merge pull request #6512 2020-07-19 03:32:59 -07:00
uri.py Update copyright year to 2020 2020-05-06 22:36:54 -04:00
validate_address.py Merge pull request #6512 2020-07-19 03:32:59 -07:00
wallet.py Update copyright year to 2020 2020-05-06 22:36:54 -04:00