From 87d1c5ba9c4808237bdd785a49c5ce90f7a1acbe Mon Sep 17 00:00:00 2001 From: Matt Kocubinski Date: Fri, 31 May 2024 13:39:24 -0500 Subject: [PATCH] add TODO --- simapp/v2/simdv2/cmd/commands.go | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/simapp/v2/simdv2/cmd/commands.go b/simapp/v2/simdv2/cmd/commands.go index 63e086743d8a..dc82f0a50f2e 100644 --- a/simapp/v2/simdv2/cmd/commands.go +++ b/simapp/v2/simdv2/cmd/commands.go @@ -30,6 +30,7 @@ import ( "github.com/cosmos/cosmos-sdk/client/rpc" "github.com/cosmos/cosmos-sdk/codec" codectypes "github.com/cosmos/cosmos-sdk/codec/types" + // TODO migrate all server dependencies to server/v2 "github.com/cosmos/cosmos-sdk/server" servertypes "github.com/cosmos/cosmos-sdk/server/types" @@ -70,12 +71,10 @@ func initRootCmd( debug.Cmd(), confixcmd.ConfigCommand(), startCommand(&temporaryTxDecoder{txConfig}), - // pruning.Cmd(newApp), - // snapshot.Cmd(newApp), + // TODO pruning.Cmd(newApp), + // TODO snapshot.Cmd(newApp), ) - // server.AddCommands(rootCmd, log.NewNopLogger(), tempDir()) // TODO: How to cast from AppModule to ServerModule - // add keybase, auxiliary RPC, query, genesis, and tx child commands rootCmd.AddCommand( server.StatusCommand(),