feat: Add x/marketmap module #1
protocol-lint.yml
on: pull_request
validate-yaml
6s
golangci-lint
4m 11s
Annotations
10 errors and 2 warnings
golangci-lint
"github.com/cosmos/cosmos-sdk/types/module" imported and not used (typecheck)
|
golangci-lint
"cosmossdk.io/store/rootmulti" imported and not used (typecheck)
|
golangci-lint
cannot use (*SimApp)(nil) (value of type *SimApp) as "github.com/cosmos/cosmos-sdk/runtime".AppI value in variable declaration: *SimApp does not implement "github.com/cosmos/cosmos-sdk/runtime".AppI (missing method BeginBlocker) (typecheck)
|
golangci-lint
cannot use (*SimApp)(nil) (value of type *SimApp) as "github.com/cosmos/cosmos-sdk/server/types".Application value in variable declaration: *SimApp does not implement "github.com/cosmos/cosmos-sdk/server/types".Application (missing method ApplySnapshotChunk) (typecheck)
|
golangci-lint
simApp.GetBaseApp undefined (type *SimApp has no field or method GetBaseApp) (typecheck)
|
golangci-lint
app.ModuleManager undefined (type *SimApp has no field or method ModuleManager) (typecheck)
|
golangci-lint
app.ParamsKeeper undefined (type *SimApp has no field or method ParamsKeeper) (typecheck)
|
golangci-lint
app.AppCodec undefined (type *SimApp has no field or method AppCodec) (typecheck)
|
golangci-lint
app.AccountKeeper undefined (type *SimApp has no field or method AccountKeeper) (typecheck)
|
golangci-lint
app.ModuleManager undefined (type *SimApp has no field or method ModuleManager) (typecheck)
|
validate-yaml
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
golangci-lint
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-go@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|