aboutsummaryrefslogtreecommitdiff
path: root/tests/functional_tests/get_output_distribution.py (follow)
AgeCommit message (Collapse)AuthorFilesLines
2019-09-17functional_tests: pop exactly what we need to test before testingmoneromooo-monero1-1/+2
2019-06-01Merge pull request #5583Riccardo Spagni1-4/+3
77594c4f functional_tests: fix python3 compatibility (moneromooo-monero)
2019-05-29functional_tests: fix python3 compatibilitymoneromooo-monero1-4/+3
Also add missing bans test to the default tests
2019-05-20functional_tests: fix rare get_output_distribution failuremoneromooo-monero1-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-25rpc: improve get_output_distributionmoneromooo-monero1-0/+217
It can now handle small reorgs without having to rescan the whole blockchain. Also add a test for it.