aboutsummaryrefslogtreecommitdiff
path: root/utils/python-rpc/framework/daemon.py (follow)
AgeCommit message (Collapse)AuthorFilesLines
2019-03-23python-rpc: add getblockheadersrange daemon RPCmoneromooo-monero1-0/+13
2019-03-23python-rpc: add console.pymoneromooo-monero1-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.
2019-03-22functional_tests: move RPC API to utils, it is not test specificmoneromooo-monero1-0/+198