Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ParamsKey is the key of x/gov params ParamsKey = []byte{0x30} // ConstitutionKey is the key of x/gov constitution ConstitutionKey = collections.NewPrefix(49) )
Functions ¶
func MigrateStore ¶
func MigrateStore(ctx sdk.Context, storeService corestoretypes.KVStoreService, cdc codec.BinaryCodec, constitutionCollection collections.Item[string]) error
MigrateStore performs in-place store migrations from v4 (v0.47) to v5 (v0.50). The migration includes:
Addition of the new proposal expedited parameters that are set to 0 by default. Set of default chain constitution.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.