Skip to content

Commit

Permalink
chore: remove v1 commands
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrbrt committed Dec 19, 2024
1 parent 4f5c3d8 commit 0fdd8f2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 294 deletions.
120 changes: 0 additions & 120 deletions client/pruning/main.go

This file was deleted.

47 changes: 0 additions & 47 deletions x/genutil/client/cli/commands.go

This file was deleted.

127 changes: 0 additions & 127 deletions x/genutil/client/cli/export.go

This file was deleted.

5 changes: 5 additions & 0 deletions x/genutil/client/cli/gentx.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ import (
"github.com/cosmos/cosmos-sdk/x/genutil/types"
)

type genesisMM interface {
DefaultGenesis() map[string]json.RawMessage
ValidateGenesis(genesisData map[string]json.RawMessage) error
}

// GenTxCmd builds the application's gentx command.
func GenTxCmd(genMM genesisMM, genBalIterator types.GenesisBalancesIterator) *cobra.Command {
ipDefault, _ := server.ExternalIP()
Expand Down

0 comments on commit 0fdd8f2

Please sign in to comment.