Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-09-17 | functional_tests: pop exactly what we need to test before testing | moneromooo-monero | 1 | -1/+2 | |
2019-06-01 | Merge pull request #5583 | Riccardo Spagni | 1 | -4/+3 | |
77594c4f functional_tests: fix python3 compatibility (moneromooo-monero) | |||||
2019-05-29 | functional_tests: fix python3 compatibility | moneromooo-monero | 1 | -4/+3 | |
Also add missing bans test to the default tests | |||||
2019-05-20 | functional_tests: fix rare get_output_distribution failure | moneromooo-monero | 1 | -1/+10 | |
When the wallet auto refreshes after mining the last two blocks but before popping them, it will then try to use outputs which are not unlocked yet. This is really a wallet problem, which will be fixed later. | |||||
2019-04-25 | rpc: improve get_output_distribution | moneromooo-monero | 1 | -0/+217 | |
It can now handle small reorgs without having to rescan the whole blockchain. Also add a test for it. |