enable backwards compat feature: only contracts after migration are charged for ice creation NTRN-135 #1056
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)
|