Skip to content

feat: first iteration on Permissionless ICS #2430

feat: first iteration on Permissionless ICS

feat: first iteration on Permissionless ICS #2430

Triggered via pull request August 13, 2024 15:50
Status Success
Total duration 8m 11s
Artifacts

codeql-analysis.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

7 errors
Analyze
cannot use tc.ev (variable of type *"github.com/cometbft/cometbft/types".DuplicateVoteEvidence) as string value in argument to s.providerApp.GetProviderKeeper().HandleConsumerDoubleVoting
Analyze
cannot use tc.chainID (variable of type string) as *"github.com/cometbft/cometbft/types".DuplicateVoteEvidence value in argument to s.providerApp.GetProviderKeeper().HandleConsumerDoubleVoting
Analyze
cannot use evidence (variable of type *"github.com/cometbft/cometbft/types".DuplicateVoteEvidence) as string value in argument to s.providerApp.GetProviderKeeper().HandleConsumerDoubleVoting
Analyze
cannot use chainID (variable of type string) as *"github.com/cometbft/cometbft/types".DuplicateVoteEvidence value in argument to s.providerApp.GetProviderKeeper().HandleConsumerDoubleVoting
Analyze
not enough arguments in call to s.providerApp.GetProviderKeeper().HandleConsumerMisbehaviour
Analyze
not enough arguments in call to s.providerApp.GetProviderKeeper().CheckMisbehaviour
Analyze
s.providerKeeper().SetTopN undefined (type "github.com/cosmos/interchain-security/v5/x/ccv/provider/keeper".Keeper has no field or method SetTopN)