Skip to content
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

fix: hardcode past slot duration or read from chain #1109

Merged
merged 1 commit into from
Jul 12, 2023

Conversation

gregdhill
Copy link
Member

@gregdhill gregdhill commented Jun 26, 2023

Closes #978

I think we made a mistake here since the blocks authored on kintsugi prior to height 1983993 would be calculated using a slot duration of 6s. I have tested this is now working from a fresh sync, but I still need to confirm whether the fix will hold after block 1983993 without restarting - I'm sure this value is only fetched on startup and I don't think there is any internal logic to update it.

EDIT: syncing works as expected after block 1983993 without restarting

sander2
sander2 previously approved these changes Jul 12, 2023
Copy link
Member

@sander2 sander2 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good to merge assuming you tested this

Signed-off-by: Gregory Hill <gregorydhill@outlook.com>
@gregdhill gregdhill merged commit a0a398b into interlay:master Jul 12, 2023
2 checks passed
@gregdhill gregdhill deleted the fix/kintsugi-syncing branch July 12, 2023 18:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Syncing the kintsugi parachain fails with releases starting with 1.20.0-hotfix
2 participants