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
Schema Migration fix for newer mainnet schema data (#2165)
# Goal
The goal of this PR is to update the schemas migration with respect to
the newer data on chain.
Part of #2006
# Discussion
- Only reset the name list as needed
- Add in schema 19 so that it is re-added at the top of the list
# Result of `try-runtime`
[2024-09-26T20:42:48Z INFO runtime::schemas] Running pre_upgrade...
[2024-09-26T20:42:48Z INFO runtime::schemas] Running storage
migration...
[2024-09-26T20:42:48Z INFO runtime::schemas] Storage migrated to version
4 read=15, write=15, bytes=11138
[2024-09-26T20:42:48Z INFO runtime::schemas] Migration Calculated
weights=Weight { ref_time: 1824840000, proof_size: 11138 }
[2024-09-26T20:42:48Z INFO runtime::schemas] Running post_upgrade...
[2024-09-26T20:42:48Z INFO runtime::schemas] Finished post_upgrade
0 commit comments