Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge PIVX-Project#2123: [Test] Attempt to fix the diversified addres…
…s equal to default address test scenario 910b580 Test case: StoreAndLoadSaplingZkeys, added a loop to try to generate a diversified address different than the default one. (furszy) Pull request description: Follow up investigation to PIVX-Project#2116. Based on GA results, the diversified address is equal to the default address. The code now will try to create a different address to the default one in a loop increasing the diversifier by one on each round. This issue will need a deeper investigation in the future if/when we add diversified addresses features (at this moment, is pretty irrelevant as we aren't using diversified addresses at all). I have seen it only happening randomly on GA on linux and doesn't seems to be a library issue, if we provide the same seed to the process, the error isn't being thrown. It seems more to be an issue with the data pointer. ACKs for top commit: random-zebra: utACK 910b580 Tree-SHA512: 8be1c093c63c648741f7cf2b1179e41314b1b77daf418b0df042996a19085d81db078aae563c51926b8534b99ebbe9930badf23ecd65a81ae255f3500bf95fe4
- Loading branch information