Polkadot
subscan
Runtime Modules / StateTrieMigration
Spec Version:
Events
Name
Lookup
Attributes
Migrated6200["u32","u32","MigrationCompute"]
Slashed6201["AccountId","BalanceOf"]
AutoMigrationFinished6202
Halted6203["Error"]
Storage Functions
Name
Type
MigrationProcess{"origin":"PlainType","plain_type":"pallet_state_trie_migration:pallet:MigrationTask","PlainTypeValue":385}
AutoLimits{"origin":"PlainType","plain_type":"option<pallet_state_trie_migration:pallet:MigrationLimits>","PlainTypeValue":383}
SignedMigrationMaxLimits{"origin":"PlainType","plain_type":"pallet_state_trie_migration:pallet:MigrationLimits","PlainTypeValue":384}
Constants
Name
Type
Value
MaxKeyLenU3200020000
Error Types
Name
Docs
MaxSignedLimitsMax signed limits not respected.
KeyTooLongA key was longer than the configured maximum.This means that the migration halted at the current [`Progress`] andcan be resumed with a larger [`crate::Config::MaxKeyLen`] value.Retrying with the same [`crate::Config::MaxKeyLen`] value will not work.The value should only be increased to avoid a storage migration for the currentlystored [`crate::Progress::LastKey`].
NotEnoughFundssubmitter does not have enough funds.
BadWitnessBad witness data provided.
SignedMigrationNotAllowedSigned migration is not allowed because the maximum limit is not set yet.
BadChildRootBad child root provided.