[bisq-network/bisq] Fix premature validation call (PR #5894)

chimp1984 notifications at github.com
Sat Dec 4 02:11:12 CET 2021


When syncing from genesis the number of blocks are limited so we get the
`onParseBlockCompleteAfterBatchProcessing` called each time when the received
 blocks are processed, and as we are not at wallet height we repeat requesting
 blocks. But the new check for the BTC recipient triggers a resync from resource call.
We add now a check that we do this check only once the wallet is synced and our
block height from dao state matches wallet blockheight.

Fixes https://github.com/bisq-network/bisq/issues/5882
You can view, comment on, or merge this pull request online at:

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

-- Commit Summary --

  * Fixes https://github.com/bisq-network/bisq/issues/5882

-- File Changes --

    M core/src/main/java/bisq/core/dao/state/DaoStateSnapshotService.java (12)

-- Patch Links --

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


More information about the bisq-github mailing list