You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
We are seeing storage root mismatch errors on our test parachain. The issue is that the blocks are accepted by the relay chain, but only the block author can import the block. The other collators are failing with panicked at 'Storage root must match that calculated.'.
The problematic block doesn't contain any unusual extrinsic except our block reward payout which happens on every block.
We are running everything with version 0.9.8.
Here are the logs. Collator 5 authored the block and collator 1 was unable to import it.
The text was updated successfully, but these errors were encountered:
We are seeing storage root mismatch errors on our test parachain. The issue is that the blocks are accepted by the relay chain, but only the block author can import the block. The other collators are failing with
panicked at 'Storage root must match that calculated.'
.The problematic block doesn't contain any unusual extrinsic except our block reward payout which happens on every block.
We are running everything with version 0.9.8.
Here are the logs. Collator 5 authored the block and collator 1 was unable to import it.
The text was updated successfully, but these errors were encountered: