Skip to content

Commit

Permalink
Remove genesis msgs (CosmWasm#1104)
Browse files Browse the repository at this point in the history
* Remove genesis msgs

* Remove genesis msgs cli

* Refactor InitGenesis function
  • Loading branch information
pinosu committed Dec 9, 2022
1 parent c5abd33 commit f3ebd92
Show file tree
Hide file tree
Showing 19 changed files with 514 additions and 2,558 deletions.
27 changes: 0 additions & 27 deletions cmd/wasmd/genwasm.go

This file was deleted.

1 change: 0 additions & 1 deletion cmd/wasmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ func initRootCmd(rootCmd *cobra.Command, encodingConfig params.EncodingConfig) {
genutilcli.GenTxCmd(app.ModuleBasics, encodingConfig.TxConfig, banktypes.GenesisBalancesIterator{}, app.DefaultNodeHome),
genutilcli.ValidateGenesisCmd(app.ModuleBasics),
AddGenesisAccountCmd(app.DefaultNodeHome),
AddGenesisWasmMsgCmd(app.DefaultNodeHome),
tmcli.NewCompletionCmd(rootCmd, true),
// testnetCmd(app.ModuleBasics, banktypes.GenesisBalancesIterator{}),
debug.Cmd(),
Expand Down
Loading

0 comments on commit f3ebd92

Please sign in to comment.