first steps towards ibc v8 for async-icq #28
Annotations
20 errors and 4 warnings
Linter:
modules/async-icq/testing/simapp/ante_handler.go#L1
: # github.com/cosmos/ibc-apps/modules/async-icq/v7/testing/simapp
|
Linter:
modules/async-icq/ibc_module_test.go#L8
could not import github.com/cosmos/ibc-apps/modules/async-icq/v7/testing/simapp (-: # github.com/cosmos/ibc-apps/modules/async-icq/v7/testing/simapp
|
Linter:
modules/async-icq/ibc_module_test.go#L425
undefined: abcitypes.ResponseDeliverTx (typecheck)
|
Linter:
modules/async-icq/ibc_module_test.go#L428
undefined: tmprotostate.ABCIResponses (typecheck)
|
Linter:
modules/async-icq/ibc_module_test.go#L429
undefined: abcitypes.ResponseDeliverTx (typecheck)
|
Linter:
modules/async-icq/ibc_module_test.go#L447
undefined: abcitypes.ResponseDeliverTx (typecheck)
|
Linter:
modules/async-icq/ibc_module_test.go#L451
undefined: tmprotostate.ABCIResponses (typecheck)
|
Linter:
modules/async-icq/ibc_module_test.go#L452
undefined: abcitypes.ResponseDeliverTx (typecheck)
|
Linter:
modules/async-icq/ibc_module_test.go#L457
undefined: tmstate.ABCIResponsesResultsHash (typecheck)
|
Linter:
modules/async-icq/ibc_module_test.go#L458
undefined: tmstate.ABCIResponsesResultsHash (typecheck)
|
test
app.BaseApp.DeliverTx undefined (type *baseapp.BaseApp has no field or method DeliverTx)
|
test
not enough arguments in call to slashing.NewAppModule
|
test
undefined: simapp.MakeTestEncodingConfig
|
test
chain.T undefined (type *ibctesting.TestChain has no field or method T)
|
test
cannot use val.GetOperator() (value of type string) as "github.com/cosmos/cosmos-sdk/types".ValAddress value in argument to app.DistrKeeper.WithdrawValidatorCommission
|
test
cannot use val.GetOperator() (value of type string) as "github.com/cosmos/cosmos-sdk/types".ValAddress value in argument to app.DistrKeeper.GetValidatorOutstandingRewardsCoins
|
test
app.DistrKeeper.GetFeePool undefined (type "github.com/cosmos/cosmos-sdk/x/distribution/keeper".Keeper has no field or method GetFeePool)
|
test
app.DistrKeeper.SetFeePool undefined (type "github.com/cosmos/cosmos-sdk/x/distribution/keeper".Keeper has no field or method SetFeePool)
|
test
cannot use val.GetOperator() (value of type string) as "github.com/cosmos/cosmos-sdk/types".ValAddress value in argument to app.DistrKeeper.Hooks().AfterValidatorCreated
|
test
invalid operation: operator ! not defined on found (variable of type error)
|
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
|