Skip to content

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

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

Triggered via pull request October 24, 2023 12:02
Status Failure
Total duration 4m 34s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
lint: x/contractmanager/genesis_test.go#L1
: # github.com/neutron-org/neutron/x/contractmanager_test [github.com/neutron-org/neutron/x/contractmanager.test]
lint: x/contractmanager/ibc_middleware_test.go#L31
cannot use wmKeeper (variable of type *mock_types.MockWasmKeeper) as type "github.com/neutron-org/neutron/x/contractmanager/types".WasmKeeper in argument to test_keeper.NewSudoLimitWrapper:
lint: x/contractmanager/keeper/failure_test.go#L1
: # github.com/neutron-org/neutron/x/contractmanager/keeper_test [github.com/neutron-org/neutron/x/contractmanager/keeper.test]
lint: x/contractmanager/keeper/failure_test.go#L110
cannot use wk (variable of type *mock_types.MockWasmKeeper) as type "github.com/neutron-org/neutron/x/contractmanager/types".WasmKeeper in argument to keepertest.ContractManagerKeeper:
lint: x/contractmanager/keeper/sudo_test.go#L28
cannot use wk (variable of type *mock_types.MockWasmKeeper) as type "github.com/neutron-org/neutron/x/contractmanager/types".WasmKeeper in argument to keepertest.ContractManagerKeeper:
lint: x/contractmanager/keeper/sudo_test.go#L70
cannot use wk (variable of type *mock_types.MockWasmKeeper) as type "github.com/neutron-org/neutron/x/contractmanager/types".WasmKeeper in argument to keepertest.ContractManagerKeeper:
lint: x/interchaintxs/keeper/grpc_query_interchainaccount_test.go#L1
: # github.com/neutron-org/neutron/x/interchaintxs/keeper_test [github.com/neutron-org/neutron/x/interchaintxs/keeper.test]
lint: x/interchaintxs/keeper/ibc_handlers_test.go#L30
cannot use wmKeeper (variable of type *mock_types.MockWasmKeeper) as type "github.com/neutron-org/neutron/x/interchaintxs/types".WasmKeeper in argument to testkeeper.InterchainTxsKeeper:
lint: x/interchaintxs/keeper/ibc_handlers_test.go#L79
cannot use wmKeeper (variable of type *mock_types.MockWasmKeeper) as type "github.com/neutron-org/neutron/x/interchaintxs/types".WasmKeeper in argument to testkeeper.InterchainTxsKeeper:
lint: x/interchaintxs/keeper/ibc_handlers_test.go#L117
cannot use wmKeeper (variable of type *mock_types.MockWasmKeeper) as type "github.com/neutron-org/neutron/x/interchaintxs/types".WasmKeeper in argument to testkeeper.InterchainTxsKeeper:
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)