Skip to content

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

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 #1084

Triggered via pull request November 3, 2023 15:31
Status Failure
Total duration 1m 25s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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)