Adds store for crisis module #6607
Annotations
10 errors and 1 warning
Run golangci/golangci-lint-action@v3:
x/attribute/simulation/operations.go#L42
unused-parameter: parameter 'cdc' seems to be unused, consider removing or renaming it as _ (revive)
|
Run golangci/golangci-lint-action@v3:
x/attribute/simulation/proposals.go#L10
SA1019: simtypes.WeightedProposalContent is deprecated: Use WeightedProposalMsg instead. (staticcheck)
|
Run golangci/golangci-lint-action@v3:
x/attribute/simulation/proposals.go#L11
SA1019: simtypes.WeightedProposalContent is deprecated: Use WeightedProposalMsg instead. (staticcheck)
|
Run golangci/golangci-lint-action@v3:
x/exchange/module/module.go#L137
SA1019: simtypes.WeightedProposalContent is deprecated: Use WeightedProposalMsg instead. (staticcheck)
|
Run golangci/golangci-lint-action@v3:
x/name/handler.go#L22
SA1019: sdk.WrapSDKContext is deprecated: there is no need to wrap anymore as the Cosmos SDK context implements context.Context. (staticcheck)
|
Run golangci/golangci-lint-action@v3:
x/name/handler.go#L25
SA1019: sdk.WrapSDKContext is deprecated: there is no need to wrap anymore as the Cosmos SDK context implements context.Context. (staticcheck)
|
Run golangci/golangci-lint-action@v3:
x/name/handler.go#L28
SA1019: sdk.WrapSDKContext is deprecated: there is no need to wrap anymore as the Cosmos SDK context implements context.Context. (staticcheck)
|
Run golangci/golangci-lint-action@v3:
x/name/module.go#L155
SA1019: simtypes.WeightedProposalContent is deprecated: Use WeightedProposalMsg instead. (staticcheck)
|
Run golangci/golangci-lint-action@v3:
x/msgfees/types/codec.go#L8
import 'github.com/cosmos/gogoproto/proto' is not allowed from list 'main' (depguard)
|
Run golangci/golangci-lint-action@v3:
x/msgfees/types/expected_keepers.go#L6
import 'cosmossdk.io/x/feegrant' is not allowed from list 'main' (depguard)
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: technote-space/[email protected], actions/setup-go@v4, golangci/golangci-lint-action@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Loading