summaryrefslogtreecommitdiff
path: root/utils/python-rpc
Commit message (Collapse)AuthorAgeFilesLines
...
* console.py: can now connect to several daemons/walletsmoneromooo-monero2019-04-113-53/+69
| | | | | | 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.
* console.py: add tab completionmoneromooo-monero2019-04-111-0/+9
|
* functional_tests: cold signing key images/outputs import/exportmoneromooo-monero2019-04-111-0/+44
|
* functional_tests: add double spend detection testsmoneromooo-monero2019-04-111-2/+14
|
* functional_tests: add alt chains testsmoneromooo-monero2019-04-111-0/+15
|
* functional_tests: add wallet creation language testsmoneromooo-monero2019-04-111-4/+14
|
* functional_tests: add more wallet testsmoneromooo-monero2019-04-111-0/+31
| | | | get_transfer_by_txid, get_height, open/close
* python-rpc: add set_log_level and set_log_categoriesmoneromooo-monero2019-04-111-0/+12
|
* functional_tests: add describe_transfer testsmoneromooo-monero2019-04-111-1/+2
|
* console.py: support connecting to any host, not just 127.0.0.1moneromooo-monero2019-04-111-5/+23
|
* 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-233-0/+65
| | | | | | | | | | 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-224-0/+873