Skip to content

feat: common consensus msgs processing #519

feat: common consensus msgs processing

feat: common consensus msgs processing #519

Triggered via pull request October 9, 2024 12:44
Status Failure
Total duration 5m 24s
Artifacts

golangci_lint.yml

on: pull_request
golangci-lint
59s
golangci-lint
Fit to window
Zoom out
Zoom in

Annotations

10 errors
golangci-lint: x/dist/keeper/allocation.go#L12
k.Logger undefined (type Keeper has no field or method Logger) (typecheck)
golangci-lint: x/dist/keeper/allocation.go#L20
k.GetFeePool undefined (type Keeper has no field or method GetFeePool) (typecheck)
golangci-lint: x/dist/keeper/allocation.go#L36
k.GetBaseProposerReward undefined (type Keeper has no field or method GetBaseProposerReward) (typecheck)
golangci-lint: x/dist/keeper/allocation.go#L59
k.GetBaseProposerReward undefined (type Keeper has no field or method GetBaseProposerReward) (typecheck)
golangci-lint: x/dist/keeper/allocation.go#L68
k.AllocateTokensToValidator undefined (type Keeper has no field or method AllocateTokensToValidator) (typecheck)
golangci-lint: x/dist/keeper/allocation.go#L76
k.SetFeePool undefined (type Keeper has no field or method SetFeePool) (typecheck)
golangci-lint: x/dist/keeper/proposal_handler.go#L21
k.DistributeFromFeePool undefined (type Keeper has no field or method DistributeFromFeePool) (typecheck)
golangci-lint: x/dist/keeper/proposal_handler.go#L26
k.Logger undefined (type Keeper has no field or method Logger) (typecheck)
golangci-lint: x/dist/proposal_handler.go#L4
"cosmossdk.io/errors" imported as errorsmod and not used (typecheck)
golangci-lint: x/gasless/handler.go#L13
msgServer declared and not used (typecheck)