build(deps)!: bump cosmos sdk to v0.50.3 #5166
Triggered via pull request
September 28, 2023 10:51
Status
Failure
Total duration
5m 46s
Artifacts
–
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
10 errors
golangci-lint:
app/export.go#L198
dupSubExpr: suspicious identical LHS and RHS for `!=` operator (gocritic)
|
golangci-lint:
app/desmos/cmd/root.go#L83
appendAssign: append result not assigned to the same slice (gocritic)
|
golangci-lint:
app/desmos/cmd/commands.go#L111
`initRootCmd` - `interfaceRegistry` is unused (unparam)
|
golangci-lint:
app/desmos/cmd/commands.go#L112
`initRootCmd` - `appCodec` is unused (unparam)
|
golangci-lint:
app/app.go#L683
func `(*DesmosApp).registerUpgrade` is unused (unused)
|
golangci-lint:
x/subspaces/ante/fee.go#L114
ineffectual assignment to deductFeesFrom (ineffassign)
|
golangci-lint:
x/subspaces/types/codec.go#L88
SA1019: codec.NewAminoCodec is deprecated: NewAminoCodec returns a reference to a new AminoCodec. Use NewLegacyAmino instead. (staticcheck)
|
golangci-lint:
x/posts/types/codec.go#L71
SA1019: codec.NewAminoCodec is deprecated: NewAminoCodec returns a reference to a new AminoCodec. Use NewLegacyAmino instead. (staticcheck)
|
golangci-lint:
x/profiles/types/codec.go#L93
SA1019: codec.NewAminoCodec is deprecated: NewAminoCodec returns a reference to a new AminoCodec. Use NewLegacyAmino instead. (staticcheck)
|
golangci-lint:
x/reactions/types/codec.go#L54
SA1019: codec.NewAminoCodec is deprecated: NewAminoCodec returns a reference to a new AminoCodec. Use NewLegacyAmino instead. (staticcheck)
|