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 sync #679

Merged
merged 4 commits into from
Nov 9, 2023
Merged

Fix sync #679

merged 4 commits into from
Nov 9, 2023

Conversation

icodezjb
Copy link
Member

@icodezjb icodezjb commented Nov 9, 2023

This PR solves the remaining block synchronization problem in this issue:Debug: panicked at 'Storage root must match that calculated '

As stated in this post, the root-cause is the mismatch between the native and Wasm runtimes.

The solution is to replace the wasm on the chain with the correct wasm during the blocks syncing.

Some block ranges use the correct wasm instead when synchronizing blocks.

[(881910,881957),(882041,882132),(882175,882314),(882359,882536),(882585,882802),(882937,882984),(883078,883169),(883260,883353),(883443,883489),(883536,883625),(883716,883807),(883855,883898),(883945,884037),(884079,884128),(884172,884442),(884582,884717)]

@icodezjb icodezjb merged commit 243f570 into develop-2022 Nov 9, 2023
1 check passed
@icodezjb icodezjb deleted the fix-sync branch November 9, 2023 10:12
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.

2 participants