aboutsummaryrefslogtreecommitdiff
path: root/tests/functional_tests/get_output_distribution.py
Commit message (Collapse)AuthorAgeFilesLines
* Copyright: Update to 2022mj-xmr2022-03-041-1/+1
|
* Update copyright year to 2020SomaticFanatic2020-05-061-1/+1
| | | | Update copyright year to 2020
* functional_tests: pop exactly what we need to test before testingmoneromooo-monero2019-09-171-1/+2
|
* Merge pull request #5583Riccardo Spagni2019-06-011-4/+3
|\ | | | | | | 77594c4f functional_tests: fix python3 compatibility (moneromooo-monero)
| * functional_tests: fix python3 compatibilitymoneromooo-monero2019-05-291-4/+3
| | | | | | | | Also add missing bans test to the default tests
* | functional_tests: fix rare get_output_distribution failuremoneromooo-monero2019-05-201-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.
* rpc: improve get_output_distributionmoneromooo-monero2019-04-251-0/+217
It can now handle small reorgs without having to rescan the whole blockchain. Also add a test for it.