KomodoPlatform / komodo-wallet

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

Upgrade Z coin activation #2355

Closed smk762 closed 1 year ago

smk762 commented 1 year ago

ref: https://github.com/KomodoPlatform/komodo-defi-framework/pull/1922 closes: https://github.com/KomodoPlatform/komodo-wallet-desktop/issues/2354

This PR introduces the sync_params feature in the newly released 1.0.7 API. This allows the user to specify which block to begin sync from - previously it was hardcoded as block 1900000 (for ARRR).

After this PR is merged it will use the block height selected by the user in settings, and where the setting does not exist (e.g. for zombie) it will use the checkpoint block from coins_config.json

image

To test:

Note: Balance from transactions prior to the sync block will not be visible / included.

borngraced commented 1 year ago

will there be an option to pick a date too? like an interactive date picker. @smk762

smk762 commented 1 year ago

closing in favor of https://github.com/KomodoPlatform/komodo-wallet-desktop/pull/2356

smk762 commented 1 year ago

will there be an option to pick a date too? like an interactive date picker. @smk762

heh, I thought the same, just wasnt sure how long it would take. Turns out, not so long.