chore: consensus spinout (#20010)

This commit is contained in:
Marko
2024-05-03 14:08:17 +00:00
committed by GitHub
parent 7a505ade66
commit 43764cff30
88 changed files with 1125 additions and 104 deletions
+2 -2
View File
@@ -16,6 +16,8 @@ import (
storetypes "cosmossdk.io/store/types"
authtx "cosmossdk.io/x/auth/tx"
authtypes "cosmossdk.io/x/auth/types"
consensusparamkeeper "cosmossdk.io/x/consensus/keeper"
consensusparamtypes "cosmossdk.io/x/consensus/types"
"github.com/cosmos/cosmos-sdk/baseapp"
"github.com/cosmos/cosmos-sdk/codec"
@@ -24,8 +26,6 @@ import (
simtestutil "github.com/cosmos/cosmos-sdk/testutil/sims"
sdk "github.com/cosmos/cosmos-sdk/types"
"github.com/cosmos/cosmos-sdk/types/module"
consensusparamkeeper "github.com/cosmos/cosmos-sdk/x/consensus/keeper"
consensusparamtypes "github.com/cosmos/cosmos-sdk/x/consensus/types"
)
const appName = "integration-app"