Skip to content

bump sdk 47, ibc v7, wasmd 40 #1091

bump sdk 47, ibc v7, wasmd 40

bump sdk 47, ibc v7, wasmd 40 #1091

Triggered via pull request September 27, 2023 08:36
@cgsingh33cgsingh33
synchronize #805
bump47
Status Failure
Total duration 4m 12s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

golangci-lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 11 warnings
lint: x/locker/simulation/simap.go#L4
import 'github.com/cosmos/cosmos-sdk/types' is not allowed from list 'Main' (depguard)
lint: x/locker/simulation/simap.go#L5
import 'github.com/cosmos/cosmos-sdk/types/simulation' is not allowed from list 'Main' (depguard)
lint: app/upgrades/testnet/v2_0_0/upgrades.go#L4
import 'github.com/cosmos/cosmos-sdk/types' is not allowed from list 'Main' (depguard)
lint: app/upgrades/testnet/v2_0_0/upgrades.go#L5
import 'github.com/cosmos/cosmos-sdk/types/module' is not allowed from list 'Main' (depguard)
lint: app/upgrades/testnet/v2_0_0/upgrades.go#L6
import 'github.com/cosmos/cosmos-sdk/x/authz' is not allowed from list 'Main' (depguard)
lint: app/upgrades/testnet/v2_0_0/upgrades.go#L7
import 'github.com/cosmos/cosmos-sdk/x/bank/types' is not allowed from list 'Main' (depguard)
lint: app/upgrades/testnet/v2_0_0/upgrades.go#L8
import 'github.com/cosmos/cosmos-sdk/x/distribution/types' is not allowed from list 'Main' (depguard)
lint: app/upgrades/testnet/v2_0_0/upgrades.go#L9
import 'github.com/cosmos/cosmos-sdk/x/gov/types/v1beta1' is not allowed from list 'Main' (depguard)
lint: app/upgrades/testnet/v2_0_0/upgrades.go#L10
import 'github.com/cosmos/cosmos-sdk/x/staking/types' is not allowed from list 'Main' (depguard)
lint: app/upgrades/testnet/v2_0_0/upgrades.go#L11
import 'github.com/cosmos/cosmos-sdk/x/upgrade/types' is not allowed from list 'Main' (depguard)
lint
Restore cache failed: Dependencies file is not found in /home/runner/work/comdex/comdex. Supported file pattern: go.sum
lint: x/market/types/codec.go#L12
unused-parameter: parameter 'cdc' seems to be unused, consider removing or renaming it as _ (revive)
lint: x/lend/migrations/v2/types/lend.pb.go#L48
indent-error-flow: if block ends with a return statement, so drop this else and outdent its block (revive)
lint: x/lend/migrations/v2/types/lend.pb.go#L141
indent-error-flow: if block ends with a return statement, so drop this else and outdent its block (revive)
lint: x/lend/migrations/v2/types/lend.pb.go#L27
var-naming: don't use underscores in Go names; type Extended_Pair_Old should be ExtendedPairOld (revive)
lint: x/lend/migrations/v2/types/lend.pb.go#L28
var-naming: struct field Id should be ID (revive)
lint: x/lend/migrations/v2/types/lend.pb.go#L42
var-naming: don't use underscores in Go names; method XXX_Unmarshal should be XXXUnmarshal (revive)
lint: x/lend/migrations/v2/types/lend.pb.go#L45
var-naming: don't use underscores in Go names; method XXX_Marshal should be XXXMarshal (revive)
lint: x/lend/migrations/v2/types/lend.pb.go#L57
var-naming: don't use underscores in Go names; method XXX_Merge should be XXXMerge (revive)
lint: x/lend/migrations/v2/types/lend.pb.go#L60
var-naming: don't use underscores in Go names; method XXX_Size should be XXXSize (revive)
lint: x/lend/migrations/v2/types/lend.pb.go#L63
var-naming: don't use underscores in Go names; method XXX_DiscardUnknown should be XXXDiscardUnknown (revive)