Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-09-17 | fix wallet python test when run with ctest | moneromooo-monero | 1 | -0/+1 | |
2019-09-17 | functional_tests: python3 compatibility | moneromooo-monero | 1 | -2/+2 | |
and add missing tests | |||||
2019-09-17 | functional_tests: add monero: URI tests | moneromooo-monero | 1 | -1/+1 | |
2019-09-17 | functional_tests: add address book tests | moneromooo-monero | 1 | -1/+1 | |
2019-09-17 | functional_tests: add wallet password change, store and tag tests | moneromooo-monero | 1 | -2/+4 | |
2019-06-19 | tests: functional: fix python syntax | redfish | 1 | -1/+1 | |
2019-05-29 | functional_tests: fix python3 compatibility | moneromooo-monero | 1 | -1/+1 | |
Also add missing bans test to the default tests | |||||
2019-05-07 | Merge pull request #5496 | Riccardo Spagni | 1 | -1/+1 | |
0eb0d6b8 rpc: improve get_output_distribution (moneromooo-monero) | |||||
2019-04-25 | rpc: improve get_output_distribution | moneromooo-monero | 1 | -1/+1 | |
It can now handle small reorgs without having to rescan the whole blockchain. Also add a test for it. | |||||
2019-04-23 | functional_tests: flush stdout before popening new process | moneromooo-monero | 1 | -0/+1 | |
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 | |