-
Notifications
You must be signed in to change notification settings - Fork 212
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Z coin optional date #2367
Z coin optional date #2367
Conversation
if i just check "use date sync" and keep the date same it starts from
after restart, overwriting the existing DB checked all cases with "If prior cache exists", the last 3 ones... working as expected |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
all 5 cases work as expected
thanks for the fix
The merge-base changed after approval.
This PR tests the dev branch API with includes KomodoPlatform/komodo-defi-framework#1967
For syncing ARRR, the following cases apply:
use_date
if off, sync starts 2 days in the past.use_date
if on, sync starts on block height derived from date (rounded to nearest 1000).use_date
if off, sync continues from prior cache height.use_date
if on, and date value has changed since last sync, sync starts on block height derived from date (rounded to nearest 1000).use_date
if on, and date value has not changed since last sync, sync continues from prior cache height.To test: