KomodoPlatform / komodo-wallet

Komodo Wallet
https://app.komodoplatform.com
239 stars 206 forks source link

[BUG]: ZHTLC sync progress #2354

Closed smk762 closed 1 year ago

smk762 commented 1 year ago

ref: https://github.com/KomodoPlatform/komodo-defi-framework/pull/1922

This introduces 3 new options for sync:

If these are not defined, sync will being approx 2 days in the past.

Previously, sync began at the checkpoint block in the coins file (1900000). The current progress percentage assumes this as a start point, so if set earlier it can look a bit wierd.

image

For the 0.6.1 release, the checkpoint block height will be used as the height sync param value to retain effectively the same flow as before.

In future, we can add a form so user can select an earlier block / date and still have a sane sync progress display.