[bisq-network/bisq] Bisq doesn't save Tor settings (Issue #5937)

chimp1984 notifications at github.com
Sun Jan 9 18:37:32 CET 2022


Data which are required before persisted data are read need to be written to the properties files. We do that for some filter data (e.g.. banned seed nodes). 
In that case the NetworkNodeProvider creates the TorMode which requires the tor config data and that is called by Guice at the startup before persisted data are read. 
So either refactor the way how TorMode is provided so that this happens later or write the data to the properties file. I think refactoring the TorMode setup is the better option as that is done in a weird way anyway.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/bisq-network/bisq/issues/5937#issuecomment-1008342021
You are receiving this because you are subscribed to this thread.

Message ID: <bisq-network/bisq/issues/5937/1008342021 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20220109/f33d8cfc/attachment.htm>


More information about the bisq-github mailing list