[bisq-network/bisq] Fix dao sync text after restore from seed (#2836)

Devin Bileck notifications at github.com
Thu May 16 06:24:09 UTC 2019


After restoring from seed, the text shown under DAO /
BSQ Wallet / Transactions displays an incorrect progress - the numbers
are swapped. For example:
"Awaiting blocks... Verified 575,868 blocks out of 554,857"

Normally we get the latest block height from BitcoinJ as the
target height, and we request BSQ blocks from seed nodes up to latest
block.

But when restoring from seed, we receive the latest block height
from the seed nodes while BitcoinJ has not received all blocks yet and
is still syncing.

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

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

-- Commit Summary --

  * Fix DAO synchronization text after restore from seed
  * Update status text when BTC sync in progress

-- File Changes --

    M core/src/main/java/bisq/core/app/WalletAppSetup.java (2)
    M core/src/main/resources/i18n/displayStrings.properties (1)
    M desktop/src/main/java/bisq/desktop/main/dao/wallet/tx/BsqTxView.java (20)

-- Patch Links --

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


More information about the bisq-github mailing list