aboutsummaryrefslogtreecommitdiff
path: root/tests/functional_tests/functional_tests_rpc.py (follow)
AgeCommit message (Collapse)AuthorFilesLines
2019-09-17fix wallet python test when run with ctestmoneromooo-monero1-0/+1
2019-09-17functional_tests: python3 compatibilitymoneromooo-monero1-2/+2
and add missing tests
2019-09-17functional_tests: add monero: URI testsmoneromooo-monero1-1/+1
2019-09-17functional_tests: add address book testsmoneromooo-monero1-1/+1
2019-09-17functional_tests: add wallet password change, store and tag testsmoneromooo-monero1-2/+4
2019-06-19tests: functional: fix python syntaxredfish1-1/+1
2019-05-29functional_tests: fix python3 compatibilitymoneromooo-monero1-1/+1
Also add missing bans test to the default tests
2019-05-07Merge pull request #5496Riccardo Spagni1-1/+1
0eb0d6b8 rpc: improve get_output_distribution (moneromooo-monero)
2019-04-25rpc: improve get_output_distributionmoneromooo-monero1-1/+1
It can now handle small reorgs without having to rescan the whole blockchain. Also add a test for it.
2019-04-23functional_tests: flush stdout before popening new processmoneromooo-monero1-0/+1
2019-04-11functional_tests: exit with 1 if any test failsmoneromooo-monero1-0/+2
2019-03-23python-rpc: add console.pymoneromooo-monero1-1/+1
It allows one to connect to a running daemon or wallet, and use its RPC API from python. Usage: python -i console.py <port> It will detect whether it's talking to a daemon or wallet and initialize itself accordingly.
2019-03-22functional_tests: move RPC API to utils, it is not test specificmoneromooo-monero1-0/+6
2019-03-21functional_tests: add proofs tests (tx key, in/out tx, reserve)moneromooo-monero1-1/+1
2019-03-21functional_tests: add message signing/verification testsmoneromooo-monero1-1/+1
2019-03-21functional_tests: add multisig and cold signing testsmoneromooo-monero1-2/+2
2019-03-21functional_tests: support several daemons/walletsmoneromooo-monero1-25/+38
2019-03-21functional_tests: add txpool RPC testsmoneromooo-monero1-1/+1
2019-03-21functional_tests: add integrated address testsmoneromooo-monero1-1/+1
2019-03-21functional_tests: add basic transfer testsmoneromooo-monero1-1/+1
2019-03-21functional_tests: plug RPC tests into the cmake machinerymoneromooo-monero1-0/+116