feat: make PML compatible with OE by staging in-memory CLOB side effects (backport #2447) #6842
protocol-lint.yml
on: pull_request
validate-yaml
6s
golangci-lint
4m 44s
Annotations
10 errors and 2 warnings
golangci-lint
missing import path (typecheck)
|
golangci-lint
missing import path (typecheck)
|
golangci-lint
missing import path (typecheck)
|
golangci-lint
expected declaration, found k (typecheck)
|
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)
|
validate-yaml
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@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
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|