Use storageVersion
name in Developer/Chain state/Storage tab instead of palletVersion
#5460
Open
1 of 8 tasks
Labels
P4 - Needs Investigation
Requires analysis to determine cause or feasibility. Not fully understood, needs research first.
In Developer/Chain state/Storage tab we can see
palletVersion
, yet underneath key is:__STORAGE_VERSION__:
(api/packages/types/src/metadata/decorate/storage/index.ts
Line 16 in 1c8e0ba
storageVersion
name instead.Example from Polkadot:
This change paritytech/substrate#9165 was introduced in
polkadot-v0.9.9
so that by default all pallets would supportStorageVersion
versioning. Not sure if all chains upgraded to this so far, but nevertheless if the key we query already refers to:__STORAGE_VERSION__:
, then I think we should call it on UI say asstorageVersion
.Version:
Environment:
Language:
The text was updated successfully, but these errors were encountered: