Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-04-11 | functional_tests: exit with 1 if any test fails | moneromooo-monero | 1 | -0/+2 | |
2019-03-23 | python-rpc: add console.py | moneromooo-monero | 1 | -1/+1 | |
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-22 | functional_tests: move RPC API to utils, it is not test specific | moneromooo-monero | 1 | -0/+6 | |
2019-03-21 | functional_tests: add proofs tests (tx key, in/out tx, reserve) | moneromooo-monero | 1 | -1/+1 | |
2019-03-21 | functional_tests: add message signing/verification tests | moneromooo-monero | 1 | -1/+1 | |
2019-03-21 | functional_tests: add multisig and cold signing tests | moneromooo-monero | 1 | -2/+2 | |
2019-03-21 | functional_tests: support several daemons/wallets | moneromooo-monero | 1 | -25/+38 | |
2019-03-21 | functional_tests: add txpool RPC tests | moneromooo-monero | 1 | -1/+1 | |
2019-03-21 | functional_tests: add integrated address tests | moneromooo-monero | 1 | -1/+1 | |
2019-03-21 | functional_tests: add basic transfer tests | moneromooo-monero | 1 | -1/+1 | |
2019-03-21 | functional_tests: plug RPC tests into the cmake machinery | moneromooo-monero | 1 | -0/+116 | |