aboutsummaryrefslogtreecommitdiff
path: root/utils/python-rpc
Commit message (Collapse)AuthorAgeFilesLines
* 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