[bisq-network/bisq] Fix issue with resource files not loaded on Ubuntu Linux (PR #5898)

jmacxx notifications at github.com
Sun Dec 5 23:14:28 CET 2021



On Ubuntu Linux the attempt to enumerate DAO block files in a JAR resource directory fails.

See https://github.com/bisq-network/bisq/pull/5894#issuecomment-986164443

All the block data is then downloaded from the seednodes.

This PR does the enumeration using `nio.File.FileSystem` so that block files in resources can be used.



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

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

-- Commit Summary --

  * Fix issue with resource files not loaded on Ubuntu Linux

-- File Changes --

    M core/src/main/java/bisq/core/dao/state/storage/BsqBlocksStorageService.java (26)

-- Patch Links --

https://github.com/bisq-network/bisq/pull/5898.patch
https://github.com/bisq-network/bisq/pull/5898.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/5898
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20211205/ad9512c4/attachment.htm>


More information about the bisq-github mailing list