[bisq-network/bisq] Make serialisation in FileManager::saveToFile thread-safe (#4025)

Steven Barclay notifications at github.com
Sun Mar 22 09:12:16 UTC 2020


I've just made another commit to remove the `UserThreadMappedPersistableEnvelope` interface from the two classes, as recommended by @ManfredKarrer. After the change, the interface still lies on all the remaining classes extending `PersistableList`, where I believe it's actually needed (except possibly `PaymentAccountList`, which appears to only have a hypothetical race setting `paymentAccount.selectedTradeCurrency` when using the non-thread-safe persistence interface).

This does, however, include three other `ConsensusCritical` classes, changing the original behaviour (to fix the bug): `MyProposalList`, `MyBlindVoteList` and `BallotList`.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq/pull/4025#issuecomment-602169035
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20200322/a67a027d/attachment.html>


More information about the bisq-github mailing list