Skip to content

chore: LSM changes to staking #22

chore: LSM changes to staking

chore: LSM changes to staking #22

Triggered via pull request December 5, 2023 14:58
Status Success
Total duration 13m 7s
Artifacts

codeql-analysis.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Analyze: x/staking/keeper/liquid_stake.go#L370
S1011: should replace loop with `unlockedAddresses = append(unlockedAddresses, authorizations.Addresses...)` (gosimple)
Analyze: x/staking/keeper/delegation.go#L754
SA1019: validator.MinSelfDelegation is deprecated: This field has been deprecated with LSM in favor of the validator bond (staticcheck)
Analyze: x/staking/keeper/liquid_stake.go#L13
SA1019: sdk.Int is deprecated: Functionality of this package has been moved to it's own module: cosmossdk.io/math (staticcheck)
Analyze: x/staking/keeper/liquid_stake.go#L26
SA1019: sdk.Int is deprecated: Functionality of this package has been moved to it's own module: cosmossdk.io/math (staticcheck)
Analyze: x/staking/keeper/liquid_stake.go#L34
SA1019: sdk.Int is deprecated: Functionality of this package has been moved to it's own module: cosmossdk.io/math (staticcheck)
Analyze: x/staking/keeper/liquid_stake.go#L65
SA1019: sdk.Int is deprecated: Functionality of this package has been moved to it's own module: cosmossdk.io/math (staticcheck)
Analyze: x/staking/keeper/liquid_stake.go#L117
SA1019: sdk.Int is deprecated: Functionality of this package has been moved to it's own module: cosmossdk.io/math (staticcheck)
Analyze: x/staking/keeper/liquid_stake.go#L127
SA1019: sdk.Int is deprecated: Functionality of this package has been moved to it's own module: cosmossdk.io/math (staticcheck)
Analyze: x/staking/simulation/genesis.go#L13
ST1019: package "github.com/cosmos/cosmos-sdk/types/simulation" is being imported more than once (stylecheck)
Analyze: x/staking/simulation/genesis.go#L14
ST1019(related information): other import of "github.com/cosmos/cosmos-sdk/types/simulation" (stylecheck)