wownero/tests/functional_tests
moneromooo-monero c7bfdc3566
python-rpc: add console.py
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-23 18:59:47 +00:00
..
CMakeLists.txt functional_tests: plug RPC tests into the cmake machinery 2019-03-21 19:27:42 +00:00
blockchain.py functional_tests: move RPC API to utils, it is not test specific 2019-03-22 15:29:44 +00:00
cold_signing.py functional_tests: move RPC API to utils, it is not test specific 2019-03-22 15:29:44 +00:00
daemon_info.py functional_tests: move RPC API to utils, it is not test specific 2019-03-22 15:29:44 +00:00
functional_tests_rpc.py python-rpc: add console.py 2019-03-23 18:59:47 +00:00
integrated_address.py functional_tests: move RPC API to utils, it is not test specific 2019-03-22 15:29:44 +00:00
main.cpp Update 2019 copyright 2019-03-05 22:05:34 +01:00
mining.py functional_tests: move RPC API to utils, it is not test specific 2019-03-22 15:29:44 +00:00
multisig.py functional_tests: move RPC API to utils, it is not test specific 2019-03-22 15:29:44 +00:00
proofs.py functional_tests: move RPC API to utils, it is not test specific 2019-03-22 15:29:44 +00:00
sign_message.py functional_tests: move RPC API to utils, it is not test specific 2019-03-22 15:29:44 +00:00
speed.py functional_tests: move RPC API to utils, it is not test specific 2019-03-22 15:29:44 +00:00
transactions_flow_test.cpp Update 2019 copyright 2019-03-05 22:05:34 +01:00
transactions_flow_test.h Update 2019 copyright 2019-03-05 22:05:34 +01:00
transactions_generation_from_blockchain.cpp Update 2019 copyright 2019-03-05 22:05:34 +01:00
transactions_generation_from_blockchain.h Update 2019 copyright 2019-03-05 22:05:34 +01:00
transfer.py functional_tests: move RPC API to utils, it is not test specific 2019-03-22 15:29:44 +00:00
txpool.py functional_tests: move RPC API to utils, it is not test specific 2019-03-22 15:29:44 +00:00
wallet_address.py functional_tests: move RPC API to utils, it is not test specific 2019-03-22 15:29:44 +00:00