aboutsummaryrefslogtreecommitdiff
path: root/tests/functional_tests
Commit message (Collapse)AuthorAgeFilesLines
...
* | functional_tests: pop exactly what we need to test before testingmoneromooo-monero2019-09-1710-10/+20
| |
* | functional_tests: check for RPC methods which aren't exposedmoneromooo-monero2019-09-172-0/+54
| |
* | functional_tests: add get_transaction_pool_statsmoneromooo-monero2019-09-171-0/+84
| | | | | | | | | | Also fix part of the RPC results being returned as binary. This makes the RPC backward incompatible.
* | functional_tests: add save_bcmoneromooo-monero2019-09-171-0/+3
| |
* | functional_tests: add is_key_image_spent testsmoneromooo-monero2019-09-171-1/+45
| |
* | functional_tests: add submitblock testmoneromooo-monero2019-09-171-0/+28
| |
* | functional_tests: check transaction fee is around what we expectmoneromooo-monero2019-09-171-2/+9
| |
* | functional_tests: add tx_notes testsmoneromooo-monero2019-09-171-0/+18
| |
* | functional_tests: add wallet attributes testmoneromooo-monero2019-09-171-0/+23
| |
* | functional_tests: add rescan_spent/rescan_blockchain testsmoneromooo-monero2019-09-171-0/+39
| |
* | functional_tests: add monero: URI testsmoneromooo-monero2019-09-172-1/+235
| |
* | wallet: add edit_address_book RPCmoneromooo-monero2019-09-171-6/+71
| |
* | functional_tests: add address book testsmoneromooo-monero2019-09-172-1/+239
| |
* | functional_tests: add wallet password change, store and tag testsmoneromooo-monero2019-09-172-9/+165
| |
* | functional_tests: add spend proof testsmoneromooo-monero2019-09-171-0/+35
| |
* | functional_tests: add test for mining via walletmoneromooo-monero2019-09-171-7/+21
| |
* | functional_tests: add multisig state testsmoneromooo-monero2019-09-171-0/+68
| |
* | functional_tests: add get_transfers testmoneromooo-monero2019-09-171-0/+23
| |
* | functional_tests: add missing sweep_dust parameters, and test itmoneromooo-monero2019-09-171-0/+8
| | | | | | | | though not a very good test, but we don't have dust handy
* | functional_tests: move extraneous stuff out of the frameworkmoneromooo-monero2019-09-171-5/+16
| |
* | wallet: fix mismatch between two concepts of "balance"moneromooo-monero2019-09-051-4/+4
|/ | | | | | | | | | | | | 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".
* Merge pull request #5511luigi11112019-08-211-0/+59
|\ | | | | | | | | 914b106 wallet_rpc_server: use original addresses in destinations in get_transfers (moneromooo-monero) da694d4 functional_tests: add tests for pending/out transfer addresses (moneromooo-monero)
| * functional_tests: add tests for pending/out transfer addressesmoneromooo-monero2019-05-021-0/+59
| |
* | Merge pull request #5504luigi11112019-08-171-2/+3
|\ \ | | | | | | | | | | | | eeca5ca epee: support unicode in parsed strings (moneromooo-monero) 3e11bb5 functional_tests: test creating wallets with local language names (moneromooo-monero)
| * | functional_tests: test creating wallets with local language namesmoneromooo-monero2019-08-161-2/+3
| | |
* | | Merge pull request #5490luigi11112019-08-171-0/+12
|\ \ \ | |/ / |/| | | | | 1a93aa4 functional_tests: add get_fee_estimate to blockchain test (moneromooo-monero)
| * | functional_tests: add get_fee_estimate to blockchain testmoneromooo-monero2019-04-241-0/+12
| | |
* | | Merge pull request #5677luigi11112019-08-151-1/+1
|\ \ \ | | | | | | | | | | | | a5127cc tests: functional: fix python syntax (radfish)
| * | | tests: functional: fix python syntaxredfish2019-06-191-1/+1
| | | |
* | | | Merge pull request #5498luigi11112019-08-141-0/+7
|\ \ \ \ | | | | | | | | | | | | | | | 6eb2638 functional_tests: add a 3/3 multisig test (moneromooo-monero)
| * | | | functional_tests: add a 3/3 multisig testmoneromooo-monero2019-04-261-0/+7
| | |_|/ | |/| |
* | | | Merge pull request #5487luigi11112019-08-141-0/+1
|\ \ \ \ | | | | | | | | | | | | | | | df83ed7 consensus: from v12, enforce >= 2 outputs (moneromooo-monero)
| * | | | consensus: from v12, enforce >= 2 outputsmoneromooo-monero2019-04-231-0/+1
| | |_|/ | |/| |
* | | | functional_tests: add validate_address testsmoneromooo-monero2019-07-291-0/+111
| | | |
* | | | Merge pull request #5473luigi11112019-07-241-4/+4
|\ \ \ \ | | | | | | | | | | | | | | | ddf7890 python-rpc: add missing getblock RPC parameters (moneromooo-monero)
| * | | | python-rpc: add missing getblock RPC parametersmoneromooo-monero2019-05-091-4/+4
| |/ / /
* | | / wallet_rpc_server: fix get_bulk_payments with short payment idsmoneromooo-monero2019-07-091-0/+3
| |_|/ |/| |
* | | Merge pull request #5583Riccardo Spagni2019-06-0115-59/+60
|\ \ \ | | | | | | | | | | | | 77594c4f functional_tests: fix python3 compatibility (moneromooo-monero)
| * | | functional_tests: fix python3 compatibilitymoneromooo-monero2019-05-2915-59/+60
| | | | | | | | | | | | | | | | Also add missing bans test to the default tests
* | | | functional_tests: fix rare get_output_distribution failuremoneromooo-monero2019-05-201-1/+10
|/ / / | | | | | | | | | | | | | | | | | | When the wallet auto refreshes after mining the last two blocks but before popping them, it will then try to use outputs which are not unlocked yet. This is really a wallet problem, which will be fixed later.
* | | Merge pull request #5496Riccardo Spagni2019-05-072-1/+218
|\ \ \ | | | | | | | | | | | | 0eb0d6b8 rpc: improve get_output_distribution (moneromooo-monero)
| * | | rpc: improve get_output_distributionmoneromooo-monero2019-04-252-1/+218
| | |/ | |/| | | | | | | | | | | | | | | | It can now handle small reorgs without having to rescan the whole blockchain. Also add a test for it.
* | | Merge pull request #5484Riccardo Spagni2019-05-021-0/+1
|\ \ \ | |/ / |/| | | | | 36ced067 functional_tests: flush stdout before popening new process (moneromooo-monero)
| * | functional_tests: flush stdout before popening new processmoneromooo-monero2019-04-231-0/+1
| |/
* / functional_tests: reset blockchain on test startmoneromooo-monero2019-04-208-0/+57
|/
* functional_tests: detect requests python modulemoneromooo-monero2019-04-181-3/+9
|
* functional_tests: add sweep_single testmoneromooo-monero2019-04-151-0/+50
|
* Merge pull request #5402Riccardo Spagni2019-04-151-7/+7
|\ | | | | | | cbf32241 rpc: make wide_difficulty hexadecimal (moneromooo-monero)
| * rpc: make wide_difficulty hexadecimalmoneromooo-monero2019-04-051-7/+7
| | | | | | | | This should be friendlier for clients which don't have bignum support
* | functional_tests: exit with 1 if any test failsmoneromooo-monero2019-04-111-0/+2
| |