Name | Lookup | Parameters | |
|---|---|---|---|
| control_auto_migration | 8d00 | 1 | |
| continue_migrate | 8d01 | 3 | |
| migrate_custom_top | 8d02 | 2 | |
| migrate_custom_child | 8d03 | 3 | |
| set_signed_max_limits | 8d04 | 1 | |
| force_set_progress | 8d05 | 2 |
Name | Lookup | Attributes | |
|---|---|---|---|
| Migrated | 8d00 | ["u32","u32","MigrationCompute"] | |
| Slashed | 8d01 | ["AccountId","BalanceOf"] | |
| AutoMigrationFinished | 8d02 | ||
| Halted | 8d03 | ["Error"] |
Name | Type | |
|---|---|---|
| MigrationProcess | {"origin":"PlainType","plain_type":"pallet_state_trie_migration:pallet:MigrationTask","PlainTypeValue":518} | |
| AutoLimits | {"origin":"PlainType","plain_type":"option<pallet_state_trie_migration:pallet:MigrationLimits>","PlainTypeValue":516} | |
| SignedMigrationMaxLimits | {"origin":"PlainType","plain_type":"pallet_state_trie_migration:pallet:MigrationLimits","PlainTypeValue":517} |
Name | Type | Value | |
|---|---|---|---|
| MaxKeyLen | U32 | 00010000 |
Name | Docs |
|---|---|
| MaxSignedLimits | Max signed limits not respected. |
| KeyTooLong | A 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`]. |
| NotEnoughFunds | submitter does not have enough funds. |
| BadWitness | Bad witness data provided. |
| SignedMigrationNotAllowed | Signed migration is not allowed because the maximum limit is not set yet. |
| BadChildRoot | Bad child root provided. |