feat: cosmos-sdk to v0.50.8
#271
Annotations
10 errors and 2 warnings
golangci-lint:
app/app.go#L261
app.RegisterStreamingServices undefined (type *App has no field or method RegisterStreamingServices) (typecheck)
|
golangci-lint:
app/app.go#L267
app.ModuleManager undefined (type *App has no field or method ModuleManager) (typecheck)
|
golangci-lint:
app/app.go#L273
app.ModuleManager undefined (type *App has no field or method ModuleManager) (typecheck)
|
golangci-lint:
app/app.go#L280
app.SetInitChainer undefined (type *App has no field or method SetInitChainer) (typecheck)
|
golangci-lint:
app/app.go#L281
app.ModuleManager undefined (type *App has no field or method ModuleManager) (typecheck)
|
golangci-lint:
app/app.go#L287
app.Load undefined (type *App has no field or method Load) (typecheck)
|
golangci-lint:
app/app.go#L312
app.UnsafeFindStoreKey undefined (type *App has no field or method UnsafeFindStoreKey) (typecheck)
|
golangci-lint:
app/app.go#L321
app.UnsafeFindStoreKey undefined (type *App has no field or method UnsafeFindStoreKey) (typecheck)
|
golangci-lint:
app/app.go#L332
app.GetStoreKeys undefined (type *App has no field or method GetStoreKeys) (typecheck)
|
golangci-lint:
app/export.go#L21
app.NewContextLegacy undefined (type *App has no field or method NewContextLegacy) (typecheck)
|
golangci-lint
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-go@v4, actions/checkout@v3, technote-space/get-diff-action@v6, golangci/golangci-lint-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
golangci-lint
Restore cache failed: Dependencies file is not found in /home/runner/work/modules/modules. Supported file pattern: go.sum
|