[bisq-network/bisq] Dump DAO voting data on disk (#5290)

m52go notifications at github.com
Fri Mar 12 17:32:52 CET 2021


Vote results only update at the end of a cycle, so that would be the ideal interval. So something like:

- check for existence for file on program start; if not present, dump data
- at the end of voting cycle, when results are determined, dump data
- if/when dao is resynced (e.g. in case of conflicts with seeds), dump data

But the vast majority of users don't need this feature, so it might make more sense to dump only when the user specifies a [program argument](https://github.com/bisq-network/bisq/blob/0c9d278629ba9632386c639f28a67394e89c3ec5/common/src/main/java/bisq/common/config/Config.java#L57) (maybe make a new one like `dumpVoteResults` or something).

Would be ideal to run this by a developer more familiar with the DAO though.

-- 
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/issues/5290#issuecomment-797604486
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20210312/a9c69c02/attachment.htm>


More information about the bisq-github mailing list