Skip to content

Commit

Permalink
CV add snapshot commands (#2974) (#2995)
Browse files Browse the repository at this point in the history
(cherry picked from commit 385b656)

Co-authored-by: Chill Validation <92176880+chillyvee@users.noreply.github.com>
  • Loading branch information
mergify[bot] and chillyvee authored Mar 12, 2024
1 parent eb84a08 commit a55e11e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
- Add gaiad snapshots command set ([\#2974](https://github.com/cosmos/gaia/pull/2974))
2 changes: 2 additions & 0 deletions cmd/gaiad/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ import (
"github.com/cosmos/cosmos-sdk/client/keys"
"github.com/cosmos/cosmos-sdk/client/pruning"
"github.com/cosmos/cosmos-sdk/client/rpc"
"github.com/cosmos/cosmos-sdk/client/snapshot"
"github.com/cosmos/cosmos-sdk/server"
serverconfig "github.com/cosmos/cosmos-sdk/server/config"
servertypes "github.com/cosmos/cosmos-sdk/server/types"
Expand Down Expand Up @@ -135,6 +136,7 @@ func initRootCmd(rootCmd *cobra.Command, encodingConfig params.EncodingConfig) {
addDebugCommands(debug.Cmd()),
config.Cmd(),
pruning.PruningCmd(ac.newApp),
snapshot.Cmd(ac.newApp),
)

server.AddCommands(rootCmd, gaia.DefaultNodeHome, ac.newApp, ac.appExport, addModuleInitFlags)
Expand Down

0 comments on commit a55e11e

Please sign in to comment.