feat!: Wire the provider module to return ValidatorUpdates, instead of the staking module #2123
Annotations
4 errors and 1 warning
app/consumer-democracy/app.go#L488
cannot use app.StakingKeeper (variable of type *"github.com/cosmos/cosmos-sdk/x/staking/keeper".Keeper) as "github.com/cosmos/interchain-security/v5/x/ccv/types".StakingKeeper value in argument to app.ConsumerKeeper.SetStandaloneStakingKeeper: *"github.com/cosmos/cosmos-sdk/x/staking/keeper".Keeper does not implement "github.com/cosmos/interchain-security/v5/x/ccv/types".StakingKeeper (wrong type for method GetBondedValidatorsByPower)
|
app/consumer-democracy/app.go#L920
cannot use app.StakingKeeper (variable of type *"github.com/cosmos/cosmos-sdk/x/staking/keeper".Keeper) as integration.TestStakingKeeper value in return statement: *"github.com/cosmos/cosmos-sdk/x/staking/keeper".Keeper does not implement integration.TestStakingKeeper (wrong type for method GetBondedValidatorsByPower)
|
x/ccv/provider/module.go#L184
am.keeper.EndBlockVSU(sdkCtx) (no value) used as value
|
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: technote-space/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
This job failed
Loading