[bisq-network/bisq] Fix historical data store issue (#4786)

chimp1984 notifications at github.com
Thu Nov 12 18:22:15 CET 2020


As we might have same keys in multiple maps and merge those to 1 map we
cannot use an immutable map when merging the maps. Instead we copy our merged map
at the end into a immutable map.

Also prune live data always instead of just when we apply historical data from resource files.

You can view, comment on, or merge this pull request online at:

  https://github.com/bisq-network/bisq/pull/4786

-- Commit Summary --

  * Fix issue with immutable maps.
  * Always try to prune live map with historical data

-- File Changes --

    M p2p/src/main/java/bisq/network/p2p/storage/persistence/HistoricalDataStoreService.java (36)

-- Patch Links --

https://github.com/bisq-network/bisq/pull/4786.patch
https://github.com/bisq-network/bisq/pull/4786.diff

-- 
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/4786
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20201112/f4b0a2e5/attachment-0001.html>


More information about the bisq-github mailing list