feat: Gate-keeping validator set from validators without required public keys #807
Annotations
11 errors and 4 warnings
protobuf
Process completed with exit code 2.
|
golangci:
x/staking/keeper/invariants.go#L1
: # github.com/sedaprotocol/seda-chain/x/staking/keeper
|
golangci:
x/staking/keeper/msg_server.go#L23
undefined: types.CombinedMsgServer (typecheck)
|
golangci:
app/keepers/keepers.go#L30
could not import github.com/sedaprotocol/seda-chain/x/staking/keeper (-: # github.com/sedaprotocol/seda-chain/x/staking/keeper
|
golangci:
x/staking/keeper/msg_server.go#L23
undefined: types.CombinedMsgServer) (typecheck)
|
golangci:
x/staking/module.go#L26
could not import github.com/sedaprotocol/seda-chain/x/staking/keeper (-: # github.com/sedaprotocol/seda-chain/x/staking/keeper
|
golangci:
x/staking/keeper/msg_server.go#L23
undefined: types.CombinedMsgServer) (typecheck)
|
golangci:
app/app.go#L152
could not import github.com/sedaprotocol/seda-chain/x/staking/keeper (-: # github.com/sedaprotocol/seda-chain/x/staking/keeper
|
golangci:
x/staking/keeper/msg_server.go#L23
undefined: types.CombinedMsgServer) (typecheck)
|
golangci:
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)
|
golangci:
app/export.go#L47
app.StakingKeeper undefined (type *App has no field or method StakingKeeper) (typecheck)
|
protobuf
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
protobuf
No github_token supplied, API requests will be subject to stricter rate limiting
|
golangci
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
golangci
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
|