aboutsummaryrefslogtreecommitdiff
path: root/utils/python-rpc/framework/daemon.py
Commit message (Collapse)AuthorAgeFilesLines
* rpc: new sanity check on relayed transactionsmoneromooo-monero2019-04-121-1/+2
| | | | This will weed out some transactions with silly rings
* console.py: can now connect to several daemons/walletsmoneromooo-monero2019-04-111-0/+2
| | | | | | Also throw exceptions instead of print+exit, since that makes the error print last, below the python stack trace, where it's much less easy to miss it.
* functional_tests: add alt chains testsmoneromooo-monero2019-04-111-0/+15
|
* python-rpc: add set_log_level and set_log_categoriesmoneromooo-monero2019-04-111-0/+12
|
* functional_tests: add more blockchain related testsmoneromooo-monero2019-04-111-4/+66
| | | | | Related to emission, reorgs, getting tx data back, output distribution and histogram
* functional_tests: add bans testsmoneromooo-monero2019-04-111-0/+21
|
* python-rpc: add getblockheadersrange daemon RPCmoneromooo-monero2019-03-231-0/+13
|
* python-rpc: add console.pymoneromooo-monero2019-03-231-0/+8
| | | | | | | | | | 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.
* functional_tests: move RPC API to utils, it is not test specificmoneromooo-monero2019-03-221-0/+198