feat: Gate-keeping validator set from validators without required public keys #807
Annotations
10 errors and 2 warnings
Run golangci/golangci-lint-action@v3:
x/staking/keeper/invariants.go#L1
: # github.com/sedaprotocol/seda-chain/x/staking/keeper
|
Run golangci/golangci-lint-action@v3:
x/staking/keeper/msg_server.go#L23
undefined: types.CombinedMsgServer (typecheck)
|
Run golangci/golangci-lint-action@v3:
app/keepers/keepers.go#L30
could not import github.com/sedaprotocol/seda-chain/x/staking/keeper (-: # github.com/sedaprotocol/seda-chain/x/staking/keeper
|
Run golangci/golangci-lint-action@v3:
x/staking/keeper/msg_server.go#L23
undefined: types.CombinedMsgServer) (typecheck)
|
Run golangci/golangci-lint-action@v3:
x/staking/module.go#L26
could not import github.com/sedaprotocol/seda-chain/x/staking/keeper (-: # github.com/sedaprotocol/seda-chain/x/staking/keeper
|
Run golangci/golangci-lint-action@v3:
x/staking/keeper/msg_server.go#L23
undefined: types.CombinedMsgServer) (typecheck)
|
Run golangci/golangci-lint-action@v3:
app/app.go#L152
could not import github.com/sedaprotocol/seda-chain/x/staking/keeper (-: # github.com/sedaprotocol/seda-chain/x/staking/keeper
|
Run golangci/golangci-lint-action@v3:
x/staking/keeper/msg_server.go#L23
undefined: types.CombinedMsgServer) (typecheck)
|
Run golangci/golangci-lint-action@v3:
app/app.go#L186
cannot use stakingModule{} (value of type stakingModule) as "github.com/cosmos/cosmos-sdk/types/module".AppModuleBasic value in argument to module.NewBasicManager: stakingModule does not implement "github.com/cosmos/cosmos-sdk/types/module".AppModuleBasic (missing method Name) (typecheck)
|
Run golangci/golangci-lint-action@v3:
app/export.go#L47
app.StakingKeeper undefined (type *App has no field or method StakingKeeper) (typecheck)
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run actions/setup-go@v5
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
|
Loading