chore: move pruning to store (#13609)

* move pruning to store

* add changelog entry

Co-authored-by: Julien Robert <julien@rbrt.fr>
This commit is contained in:
Marko
2022-10-24 14:02:17 +02:00
committed by GitHub
co-authored by Julien Robert
parent 3b62a95ad0
commit 04db139e8a
30 changed files with 28 additions and 27 deletions
+1 -1
View File
@@ -19,9 +19,9 @@ import (
"github.com/cosmos/cosmos-sdk/client/flags"
"github.com/cosmos/cosmos-sdk/crypto/keys/secp256k1"
cryptotypes "github.com/cosmos/cosmos-sdk/crypto/types"
pruningtypes "github.com/cosmos/cosmos-sdk/pruning/types"
"github.com/cosmos/cosmos-sdk/server"
servertypes "github.com/cosmos/cosmos-sdk/server/types"
pruningtypes "github.com/cosmos/cosmos-sdk/store/pruning/types"
"github.com/cosmos/cosmos-sdk/testutil/mock"
"github.com/cosmos/cosmos-sdk/testutil/network"
simtestutil "github.com/cosmos/cosmos-sdk/testutil/sims"