Skip to content

Commit

Permalink
Remove migrate genesis command
Browse files Browse the repository at this point in the history
Ref #20

Reverts likecoin@b761463

This migration depended on `github.com/cosmos/cosmos-sdk/x/genutil/legacy/v038` module which is already removed from upstream, ref: cosmos/cosmos-sdk#9291

Removing this for now; If we need to keep it, will have to resolve `v038` from an older sdk fork
  • Loading branch information
elise-ng authored and rickmak committed Feb 21, 2022
1 parent 5a50507 commit d225074
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 410 deletions.
1 change: 0 additions & 1 deletion cmd/liked/cmd/cmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,6 @@ func NewRootCmd() (*cobra.Command, app.EncodingConfig) {
rootCmd.AddCommand(
genutilcli.InitCmd(app.ModuleBasics, app.DefaultNodeHome),
genutilcli.CollectGenTxsCmd(banktypes.GenesisBalancesIterator{}, app.DefaultNodeHome),
MigrateGenesisCmd(),
genutilcli.GenTxCmd(
app.ModuleBasics, encodingConfig.TxConfig, banktypes.GenesisBalancesIterator{},
app.DefaultNodeHome,
Expand Down
188 changes: 0 additions & 188 deletions cmd/liked/cmd/migrate.go

This file was deleted.

89 changes: 0 additions & 89 deletions cmd/liked/cmd/oldgenesis/consensus.go

This file was deleted.

Loading

0 comments on commit d225074

Please sign in to comment.