feat!: consensus module (#12905)

This commit is contained in:
Marko
2022-10-05 18:06:24 +00:00
committed by GitHub
parent 87e46b2f51
commit 306a9a7170
54 changed files with 541 additions and 308 deletions
+2
View File
@@ -26,6 +26,7 @@ import (
bankkeeper "github.com/cosmos/cosmos-sdk/x/bank/keeper"
"github.com/cosmos/cosmos-sdk/x/bank/testutil"
"github.com/cosmos/cosmos-sdk/x/bank/types"
_ "github.com/cosmos/cosmos-sdk/x/consensus"
_ "github.com/cosmos/cosmos-sdk/x/params"
)
@@ -67,6 +68,7 @@ func (s *paginationTestSuite) SetupTest() {
configurator.AuthModule(),
configurator.BankModule(),
configurator.ParamsModule(),
configurator.ConsensusModule(),
configurator.OmitInitGenesis(),
),
&bankKeeper, &accountKeeper, &reg, &cdc)