Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func MigrateStore ¶
func MigrateStore( ctx sdk.Context, storeKey sdk.StoreKey, subspace paramstypes.Subspace, cdc codec.BinaryCodec, legacyAmino *codec.LegacyAmino, ) error
MigrateStore performs in-place store migrations from v1.0 to v2.0 The migration includes:
- Change OracleRequest to have uint64 ID instead of int64 - Change OracleRequest to have uint64 OracleScriptID instead of int64 - Change OracleParams to have uint64 ScriptID instead of int64 - Change OracleParams to remove FeePayer
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.