Open 5tan-enj opened 2 months ago
From which version are you upgraded? Did you bumped the spec_version
?
from polkadot-v1.9.0, this is a client upgrade btw, not a runtime upgrade (in preparation for a runtime upgrade), to be clear
client built with v1.9.0 -> synced DB replaced with client built with v1.11.0 -> synced DB
Is there an existing issue?
Experiencing problems? Have you tried our Stack Exchange first?
Description of bug
After updating to polkadot-v1.11.0, unable to use previously synced DB, block import fails with
Storage root must match that calculated
Example
Pruning the DB and syncing from scratch works without issues, the issue only happens when trying to use an already synced DB. I am aware of the changes for storage reclaim and have already implemented the steps here : https://github.com/paritytech/polkadot-sdk/blob/master/docs/sdk/src/guides/enable_pov_reclaim.rs
Steps to reproduce
No response