hashed-io / hashed-substrate

Hashed Network - Substrate Implementation of Parachain and Solochain
https://hashed.network
MIT License
9 stars 4 forks source link

Add storage migration workflow to the Hashed Network #418

Closed didiermis closed 1 year ago

didiermis commented 1 year ago

After a pallet that is being used in production, updates any data stored in a StorageValue, StorageMap, DoubleStorageMap, or NStorageMap, a storage migration is required to update on-chain data in order to avoid corrupted data.

Related tickets: