Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-05-22 | 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. |