enable backwards compat feature: only contracts after migration are charged for ice creation NTRN-135 #1084
Annotations
10 errors
lint:
app/upgrades/nextupgrade/constants.go#L1
: # github.com/neutron-org/neutron/app/upgrades/nextupgrade
|
lint:
app/upgrades/nextupgrade/upgrades.go#L245
undefined: types.KeyLastCodeID
|
lint:
app/app.go#L24
could not import github.com/neutron-org/neutron/app/upgrades/nextupgrade (-: # github.com/neutron-org/neutron/app/upgrades/nextupgrade
|
lint:
app/upgrades/nextupgrade/upgrades.go#L245
undefined: types.KeyLastCodeID
|
lint:
cmd/neutrond/root.go#L36
"github.com/cosmos/cosmos-sdk/x/genutil" imported and not used (typecheck)
|
lint:
app/upgrades/nextupgrade/upgrades_test.go#L27
could not import github.com/neutron-org/neutron/app/upgrades/nextupgrade (-: # github.com/neutron-org/neutron/app/upgrades/nextupgrade
|
lint:
app/upgrades/nextupgrade/upgrades.go#L245
undefined: types.KeyLastCodeID
|
lint:
app/upgrades/nextupgrade/upgrades_test.go#L36
cannot use new(UpgradeTestSuite) (value of type *UpgradeTestSuite) as suite.TestingSuite value in argument to suite.Run: *UpgradeTestSuite does not implement suite.TestingSuite (missing method SetS) (typecheck)
|
lint:
app/upgrades/nextupgrade/upgrades_test.go#L41
suite.GetNeutronZoneApp undefined (type *UpgradeTestSuite has no field or method GetNeutronZoneApp) (typecheck)
|
lint:
app/upgrades/nextupgrade/upgrades_test.go#L42
suite.ChainA undefined (type *UpgradeTestSuite has no field or method ChainA) (typecheck)
|