Migrate VirtualStakers
introduced in 3889 in Ledger
.
#4217
Labels
I10-unconfirmed
Issue might be valid, but it's not yet known.
#3889 introduced a new storage key
VirtualStakers
whose funds are not locked by staking pallet. This can be moved toLedger
storage as a bool/enum since it is always read in conjunction with it.We didn't initially migrate since this is a small overhead and migration would need to iterate over all Ledger items. If we in future do a ledger migration, we can batch this with it as well.
The text was updated successfully, but these errors were encountered: