token factory sdk 50 #439
Annotations
6 errors and 1 warning
lint:
app/app.go#L43
could not import github.com/osmosis-labs/tokenfactory/bindings (-: # github.com/osmosis-labs/tokenfactory/bindings
|
lint
cannot use &CustomMessenger{…} (value of type *CustomMessenger) as "github.com/CosmWasm/wasmd/x/wasm/keeper".Messenger value in return statement: *CustomMessenger does not implement "github.com/CosmWasm/wasmd/x/wasm/keeper".Messenger (wrong type for method DispatchMsg)
|
lint
cannot use (*CustomMessenger)(nil) (value of type *CustomMessenger) as "github.com/CosmWasm/wasmd/x/wasm/keeper".Messenger value in variable declaration: *CustomMessenger does not implement "github.com/CosmWasm/wasmd/x/wasm/keeper".Messenger (wrong type for method DispatchMsg)
|
lint
too many return values
|
lint
cannot use msg (variable of type "github.com/CosmWasm/wasmvm/types".CosmosMsg) as "github.com/CosmWasm/wasmvm/v2/types".CosmosMsg value in argument to m.wrapped.DispatchMsg) (typecheck)
|
lint
issues found
|
lint
Restore cache failed: Dependencies file is not found in /home/runner/work/eve/eve. Supported file pattern: go.sum
|