work on v8, too #73
packet-forward-middleware.yml
on: pull_request
build-docker
1m 44s
Linter
27s
test
1m 39s
Matrix: e2e-tests
Annotations
30 errors and 5 warnings
Linter:
middleware/packet-forward-middleware/packetforward/keeper/keeper.go#L303
undefined: metrics (typecheck)
|
Linter:
middleware/packet-forward-middleware/packetforward/keeper/keeper.go#L408
undefined: metrics (typecheck)
|
Linter:
middleware/packet-forward-middleware/packetforward/ibc_middleware.go#L260
undefined: metrics (typecheck)
|
Linter:
middleware/packet-forward-middleware/testing/simapp/app.go#L447
app.MsgServiceRouter undefined (type *SimApp has no field or method MsgServiceRouter) (typecheck)
|
Linter:
middleware/packet-forward-middleware/testing/simapp/app.go#L473
app.MsgServiceRouter undefined (type *SimApp has no field or method MsgServiceRouter) (typecheck)
|
Linter:
middleware/packet-forward-middleware/testing/simapp/app.go#L487
app.MsgServiceRouter undefined (type *SimApp has no field or method MsgServiceRouter) (typecheck)
|
Linter:
middleware/packet-forward-middleware/testing/simapp/app.go#L632
app.MsgServiceRouter undefined (type *SimApp has no field or method MsgServiceRouter) (typecheck)
|
Linter:
middleware/packet-forward-middleware/testing/simapp/app.go#L635
app.GRPCQueryRouter undefined (type *SimApp has no field or method GRPCQueryRouter) (typecheck)
|
Linter:
middleware/packet-forward-middleware/testing/simapp/app.go#L641
app.GRPCQueryRouter undefined (type *SimApp has no field or method GRPCQueryRouter) (typecheck)
|
Linter:
middleware/packet-forward-middleware/testing/simapp/app.go#L644
app.GRPCQueryRouter undefined (type *SimApp has no field or method GRPCQueryRouter) (typecheck)
|
test
cannot use (*immutableTree)(nil) (value of type *immutableTree) as Tree value in variable declaration: *immutableTree does not implement Tree (wrong type for method Hash)
|
test
cannot use (*iavl.MutableTree)(nil) (value of type *"github.com/cosmos/iavl".MutableTree) as Tree value in variable declaration: *"github.com/cosmos/iavl".MutableTree does not implement Tree (missing method DeleteVersionsTo)
|
test
assignment mismatch: 1 variable but iavl.NewMutableTree returns 2 values
|
test
too many arguments in call to iavl.NewMutableTree
|
test
undefined: iavl.InitialVersionOption
|
test
cannot use tree (variable of type *"github.com/cosmos/iavl".MutableTree) as Tree value in struct literal: *"github.com/cosmos/iavl".MutableTree does not implement Tree (missing method DeleteVersionsTo)
|
test
cannot use &immutableTree{…} (value of type *immutableTree) as Tree value in struct literal: *immutableTree does not implement Tree (wrong type for method Hash)
|
test
impossible type assertion: istore.tree.(*immutableTree)
|
test
impossible type assertion: st.tree.(*iavl.MutableTree)
|
test
cannot use tree.GetMembershipProof(key) (value of type *"github.com/confio/ics23/go".CommitmentProof) as *"github.com/cosmos/ics23/go".CommitmentProof value in assignment
|
build-docker
cannot use (*immutableTree)(nil) (value of type *immutableTree) as Tree value in variable declaration: *immutableTree does not implement Tree (wrong type for method Hash)
|
build-docker
cannot use (*iavl.MutableTree)(nil) (value of type *"github.com/cosmos/iavl".MutableTree) as Tree value in variable declaration: *"github.com/cosmos/iavl".MutableTree does not implement Tree (missing method DeleteVersionsTo)
|
build-docker
assignment mismatch: 1 variable but iavl.NewMutableTree returns 2 values
|
build-docker
too many arguments in call to iavl.NewMutableTree
|
build-docker
undefined: iavl.InitialVersionOption
|
build-docker
cannot use tree (variable of type *"github.com/cosmos/iavl".MutableTree) as Tree value in struct literal: *"github.com/cosmos/iavl".MutableTree does not implement Tree (missing method DeleteVersionsTo)
|
build-docker
cannot use &immutableTree{…} (value of type *immutableTree) as Tree value in struct literal: *immutableTree does not implement Tree (wrong type for method Hash)
|
build-docker
impossible type assertion: istore.tree.(*immutableTree)
|
build-docker
impossible type assertion: st.tree.(*iavl.MutableTree)
|
build-docker
cannot use tree.GetMembershipProof(key) (value of type *"github.com/confio/ics23/go".CommitmentProof) as *"github.com/cosmos/ics23/go".CommitmentProof value in assignment
|
Linter
The following actions uses node12 which is deprecated and will be forced to run on node16: golangci/golangci-lint-action@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Linter
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
Linter
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
test
Restore cache failed: Dependencies file is not found in /home/runner/work/ibc-apps/ibc-apps. Supported file pattern: go.sum
|
build-docker
Restore cache failed: Dependencies file is not found in /home/runner/work/ibc-apps/ibc-apps. Supported file pattern: go.sum
|