Feat: Vaults module #20
Annotations
10 errors and 2 warnings
lint:
x/vaults/keeper/keeper.go#L47
cannot infer V (/home/runner/go/pkg/mod/cosmossdk.io/collections@v0.4.0/item.go:18:1) (typecheck)
|
lint:
x/vaults/keeper/keeper.go#L48
cannot infer V (/home/runner/go/pkg/mod/cosmossdk.io/collections@v0.4.0/map.go:28:1) (typecheck)
|
lint:
x/vaults/keeper/keeper.go#L49
cannot infer V (/home/runner/go/pkg/mod/cosmossdk.io/collections@v0.4.0/map.go:28:1) (typecheck)
|
lint:
app/sim_test.go#L16
"cosmossdk.io/store/types" imported as storetypes and not used (typecheck)
|
lint:
x/vaults/keeper/keeper_test.go#L22
s.Setup undefined (type *KeeperTestSuite has no field or method Setup) (typecheck)
|
lint:
x/vaults/keeper/keeper_test.go#L24
s.App undefined (type *KeeperTestSuite has no field or method App) (typecheck)
|
lint:
x/vaults/keeper/keeper_test.go#L30
cannot use new(KeeperTestSuite) (value of type *KeeperTestSuite) as suite.TestingSuite value in argument to suite.Run: *KeeperTestSuite does not implement suite.TestingSuite (missing method SetS) (typecheck)
|
lint:
x/vaults/keeper/keeper_test.go#L36
s.Ctx undefined (type *KeeperTestSuite has no field or method Ctx) (typecheck)
|
lint:
x/vaults/keeper/keeper_test.go#L37
s.Require undefined (type *KeeperTestSuite has no field or method Require) (typecheck)
|
lint:
x/vaults/keeper/keeper_test.go#L39
s.Ctx undefined (type *KeeperTestSuite has no field or method Ctx) (typecheck)
|
lint
The following actions use a deprecated Node.js version and will be forced to run on node20: golangci/golangci-lint-action@v3.7.0. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
lint
Restore cache failed: Dependencies file is not found in /home/runner/work/reserve/reserve. Supported file pattern: go.sum
|