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