refactor: backport changes to remove the ability to take a fee for each forwarded packet #123
packet-forward-middleware.yml
on: pull_request
build-docker
1m 0s
Linter
2m 46s
test
20s
Matrix: e2e-tests
Annotations
30 errors and 7 warnings
test
missing go.sum entry for module providing package cosmossdk.io/errors (imported by github.com/cosmos/ibc-apps/middleware/packet-forward-middleware/v7/packetforward); to add:
|
test
missing go.sum entry for module providing package github.com/armon/go-metrics (imported by github.com/cosmos/ibc-apps/middleware/packet-forward-middleware/v7/packetforward); to add:
|
test
missing go.sum entry for module providing package github.com/cometbft/cometbft/abci/types (imported by github.com/cosmos/ibc-apps/middleware/packet-forward-middleware/v7/packetforward); to add:
|
test
missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/client (imported by github.com/cosmos/ibc-apps/middleware/packet-forward-middleware/v7/packetforward); to add:
|
test
missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/codec (imported by github.com/cosmos/ibc-apps/middleware/packet-forward-middleware/v7/packetforward); to add:
|
test
missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/codec/types (imported by github.com/cosmos/ibc-apps/middleware/packet-forward-middleware/v7/packetforward); to add:
|
test
missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/types (imported by github.com/cosmos/ibc-apps/middleware/packet-forward-middleware/v7/packetforward); to add:
|
test
missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/types/address (imported by github.com/cosmos/ibc-apps/middleware/packet-forward-middleware/v7/packetforward); to add:
|
test
missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/types/errors (imported by github.com/cosmos/ibc-apps/middleware/packet-forward-middleware/v7/packetforward); to add:
|
test
missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/types/module (imported by github.com/cosmos/ibc-apps/middleware/packet-forward-middleware/v7/packetforward); to add:
|
build-docker
missing go.sum entry for module providing package cosmossdk.io/errors (imported by github.com/cosmos/ibc-apps/middleware/packet-forward-middleware/v7/packetforward); to add:
|
build-docker
missing go.sum entry for module providing package github.com/armon/go-metrics (imported by github.com/cosmos/ibc-apps/middleware/packet-forward-middleware/v7/packetforward); to add:
|
build-docker
missing go.sum entry for module providing package github.com/cometbft/cometbft/abci/types (imported by github.com/cosmos/ibc-apps/middleware/packet-forward-middleware/v7/packetforward); to add:
|
build-docker
missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/client (imported by github.com/cosmos/ibc-apps/middleware/packet-forward-middleware/v7/packetforward); to add:
|
build-docker
missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/codec (imported by github.com/cosmos/ibc-apps/middleware/packet-forward-middleware/v7/packetforward); to add:
|
build-docker
missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/codec/types (imported by github.com/cosmos/ibc-apps/middleware/packet-forward-middleware/v7/packetforward); to add:
|
build-docker
missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/types (imported by github.com/cosmos/ibc-apps/middleware/packet-forward-middleware/v7/packetforward); to add:
|
build-docker
missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/types/address (imported by github.com/cosmos/ibc-apps/middleware/packet-forward-middleware/v7/packetforward); to add:
|
build-docker
missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/types/errors (imported by github.com/cosmos/ibc-apps/middleware/packet-forward-middleware/v7/packetforward); to add:
|
build-docker
missing go.sum entry for module providing package github.com/cosmos/cosmos-sdk/types/module (imported by github.com/cosmos/ibc-apps/middleware/packet-forward-middleware/v7/packetforward); to add:
|
Linter:
middleware/packet-forward-middleware/packetforward/types/codec.go#L20
undefined: authzcodec (typecheck)
|
Linter:
middleware/packet-forward-middleware/packetforward/keeper/keeper.go#L315
undefined: metrics (typecheck)
|
Linter:
middleware/packet-forward-middleware/packetforward/keeper/keeper.go#L398
undefined: metrics (typecheck)
|
Linter:
middleware/packet-forward-middleware/packetforward/ibc_middleware.go#L259
undefined: metrics (typecheck)
|
Linter:
middleware/packet-forward-middleware/testing/simapp/upgrades/upgrades.go#L35
undefined: context (typecheck)
|
Linter:
middleware/packet-forward-middleware/testing/simapp/ante_handler.go#L23
options.AccountKeeper undefined (type HandlerOptions has no field or method AccountKeeper) (typecheck)
|
Linter:
middleware/packet-forward-middleware/testing/simapp/ante_handler.go#L26
options.BankKeeper undefined (type HandlerOptions has no field or method BankKeeper) (typecheck)
|
Linter:
middleware/packet-forward-middleware/testing/simapp/ante_handler.go#L29
options.SignModeHandler undefined (type HandlerOptions has no field or method SignModeHandler) (typecheck)
|
Linter:
middleware/packet-forward-middleware/testing/simapp/ante_handler.go#L35
options.ExtensionOptionChecker undefined (type HandlerOptions has no field or method ExtensionOptionChecker) (typecheck)
|
Linter:
middleware/packet-forward-middleware/testing/simapp/ante_handler.go#L38
options.AccountKeeper undefined (type HandlerOptions has no field or method AccountKeeper) (typecheck)
|
test
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-go@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
test
Restore cache failed: Dependencies file is not found in /home/runner/work/ibc-apps/ibc-apps. Supported file pattern: go.sum
|
build-docker
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-go@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build-docker
Restore cache failed: Dependencies file is not found in /home/runner/work/ibc-apps/ibc-apps. Supported file pattern: go.sum
|
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 following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, golangci/golangci-lint-action@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-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/
|