[bisq-network/bisq] [WIP] Replace NonMMappedSPVBlockStore by ClearableSPVBlockStore (#2438)

Oscar Guindzberg notifications at github.com
Mon Feb 18 22:15:21 UTC 2019


NonMMappedSPVBlockStore approach is risky because stop using mmapped files means i/o performance loss.

ClearableSPVBlockStore fixes https://github.com/bisq-network/bisq/issues/2402 by avoiding deleting the blockchain file and clearing its content instead.

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

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

-- Commit Summary --

  * Replace NonMMappedSPVBlockStore by ClearableSPVBlockStore

-- File Changes --

    A core/src/main/java/bisq/core/btc/setup/ClearableSPVBlockStore.java (134)
    D core/src/main/java/bisq/core/btc/setup/NonMMappedSPVBlockStore.java (341)
    M core/src/main/java/bisq/core/btc/setup/WalletConfig.java (20)

-- Patch Links --

https://github.com/bisq-network/bisq/pull/2438.patch
https://github.com/bisq-network/bisq/pull/2438.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/2438
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.bisq.network/pipermail/bisq-github/attachments/20190218/7cc881af/attachment.html>


More information about the bisq-github mailing list