Skip to content

enable backwards compat feature: only contracts after migration are charged for ice creation NTRN-135 #1056

enable backwards compat feature: only contracts after migration are charged for ice creation NTRN-135

enable backwards compat feature: only contracts after migration are charged for ice creation NTRN-135 #1056

Triggered via pull request October 25, 2023 08:50
Status Failure
Total duration 1m 9s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
lint: app/upgrades/nextupgrade/upgrades_test.go#L148
commentFormatting: put a space between `//` and comment text (gocritic)
lint: x/interchaintxs/types/keys.go#L25
File is not `gofumpt`-ed with `-extra` (gofumpt)
lint: x/transfer/module.go#L3
File is not `gofumpt`-ed with `-extra` (gofumpt)
lint: x/transfer/module.go#L6
File is not `gofumpt`-ed with `-extra` (gofumpt)
lint: app/upgrades/nextupgrade/upgrades.go#L230
File is not `gofumpt`-ed with `-extra` (gofumpt)
lint: app/upgrades/nextupgrade/upgrades.go#L253
migrateGlobalFees - result 0 (error) is always nil (unparam)
lint: app/upgrades/nextupgrade/upgrades.go#L302
migrateAdminModule - result 0 (error) is always nil (unparam)
lint: app/app.go#L1222
SA1019: authtypes.ParamKeyTable is deprecated: ParamKeyTable for auth module (staticcheck)
lint: app/app.go#L1223
SA1019: banktypes.ParamKeyTable is deprecated: ParamKeyTable for bank module. (staticcheck)
lint: app/app.go#L1224
SA1019: slashingtypes.ParamKeyTable is deprecated: ParamKeyTable for slashing module (staticcheck)
lint: x/interchaintxs/types/keys.go#L22
var-naming: const prefixLastCodeIdBeforeUpgrade should be prefixLastCodeIDBeforeUpgrade (revive)
lint: x/interchaintxs/types/keys.go#L26
var-naming: var LastCodeIdBeforeUpgrade should be LastCodeIDBeforeUpgrade (revive)