aboutsummaryrefslogtreecommitdiff
path: root/tests/functional_tests
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #5511luigi11112019-08-211-0/+59
|\
| * functional_tests: add tests for pending/out transfer addressesmoneromooo-monero2019-05-021-0/+59
* | Merge pull request #5504luigi11112019-08-171-2/+3
|\ \
| * | functional_tests: test creating wallets with local language namesmoneromooo-monero2019-08-161-2/+3
* | | Merge pull request #5490luigi11112019-08-171-0/+12
|\ \ \ | |/ / |/| |
| * | functional_tests: add get_fee_estimate to blockchain testmoneromooo-monero2019-04-241-0/+12
* | | Merge pull request #5677luigi11112019-08-151-1/+1
|\ \ \
| * | | tests: functional: fix python syntaxredfish2019-06-191-1/+1
* | | | Merge pull request #5498luigi11112019-08-141-0/+7
|\ \ \ \
| * | | | functional_tests: add a 3/3 multisig testmoneromooo-monero2019-04-261-0/+7
| | |_|/ | |/| |
* | | | Merge pull request #5487luigi11112019-08-141-0/+1
|\ \ \ \
| * | | | 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
|\ \ \ \
| * | | | 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
|\ \ \
| * | | functional_tests: fix python3 compatibilitymoneromooo-monero2019-05-2915-59/+60
* | | | functional_tests: fix rare get_output_distribution failuremoneromooo-monero2019-05-201-1/+10
|/ / /
* | | Merge pull request #5496Riccardo Spagni2019-05-072-1/+218
|\ \ \
| * | | rpc: improve get_output_distributionmoneromooo-monero2019-04-252-1/+218
| | |/ | |/|
* | | Merge pull request #5484Riccardo Spagni2019-05-021-0/+1
|\ \ \ | |/ / |/| |
| * | 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
|\
| * rpc: make wide_difficulty hexadecimalmoneromooo-monero2019-04-051-7/+7
* | functional_tests: exit with 1 if any test failsmoneromooo-monero2019-04-111-0/+2
* | functional_tests: cold signing key images/outputs import/exportmoneromooo-monero2019-04-111-0/+6
* | functional_tests: add double spend detection testsmoneromooo-monero2019-04-111-0/+61
* | functional_tests: add alt chains testsmoneromooo-monero2019-04-111-1/+34
* | functional_tests: add wallet creation language testsmoneromooo-monero2019-04-111-0/+21
* | functional_tests: add more wallet testsmoneromooo-monero2019-04-112-0/+55
* | functional_tests: add describe_transfer testsmoneromooo-monero2019-04-112-0/+33
* | functional_tests: add more blockchain related testsmoneromooo-monero2019-04-111-0/+125
* | functional_tests: add bans testsmoneromooo-monero2019-04-111-0/+117
|/
* python-rpc: add console.pymoneromooo-monero2019-03-231-1/+1
* functional_tests: move RPC API to utils, it is not test specificmoneromooo-monero2019-03-2217-892/+25
* functional_tests: add balance testsmoneromooo-monero2019-03-221-58/+170
* functional_tests: add missing parameters to get_balancemoneromooo-monero2019-03-221-1/+6
* functional_tests: add proofs tests (tx key, in/out tx, reserve)moneromooo-monero2019-03-213-1/+350
* functional_tests: add more transfer testsmoneromooo-monero2019-03-212-6/+60
* functional_tests: add get_bulk_transfer testsmoneromooo-monero2019-03-212-0/+49
* functional_tests: add message signing/verification testsmoneromooo-monero2019-03-213-1/+110
* functional_tests: add multisig and cold signing testsmoneromooo-monero2019-03-214-2/+544
* functional_tests: support several daemons/walletsmoneromooo-monero2019-03-213-29/+42
* functional_tests: add txpool RPC testsmoneromooo-monero2019-03-213-1/+178
* functional_tests: add integrated address testsmoneromooo-monero2019-03-213-1/+125
* functional_tests: add basic transfer testsmoneromooo-monero2019-03-213-14/+360