app.go and module manager clean up #3
ci-release.yml
on: pull_request
goreleaser
/
goreleaser-check
lint
/
golangci-lint
3m 38s
lint
/
...
/
hadolint
9s
lint
/
yamllint
6s
markdown-linter
/
markdown-lint
6s
markdown-linter
/
markdown-link-check
2m 44s
test
/
test-short
4m 15s
test
/
test
4m 9s
test
/
test-coverage
3m 2s
test
/
test-race
6m 56s
test
/
test-fuzz
3m 43s
goreleaser
/
goreleaser
Annotations
60 errors and 10 warnings
test / test-coverage:
app/grpc/tx/server.go#L70
node.TxStatus undefined (type "github.com/cosmos/cosmos-sdk/client".CometRPC has no field or method TxStatus)
|
test / test-coverage:
app/module/versioned_ibc_module.go#L14
cannot use &VersionedIBCModule{…} (value of type *VersionedIBCModule) as "github.com/cosmos/ibc-go/v9/modules/core/05-port/types".IBCModule value in return statement: *VersionedIBCModule does not implement "github.com/cosmos/ibc-go/v9/modules/core/05-port/types".IBCModule (wrong type for method OnAcknowledgementPacket)
|
test / test-coverage:
app/module/versioned_ibc_module.go#L22
cannot use (*VersionedIBCModule)(nil) (value of type *VersionedIBCModule) as "github.com/cosmos/ibc-go/v9/modules/core/05-port/types".IBCModule value in variable declaration: *VersionedIBCModule does not implement "github.com/cosmos/ibc-go/v9/modules/core/05-port/types".IBCModule (wrong type for method OnAcknowledgementPacket)
|
test / test-coverage:
app/module/versioned_ibc_module.go#L111
not enough arguments in call to v.wrappedModule.OnRecvPacket
|
test / test-coverage:
app/module/versioned_ibc_module.go#L113
not enough arguments in call to v.nextModule.OnRecvPacket
|
test / test-coverage:
app/module/versioned_ibc_module.go#L123
not enough arguments in call to v.wrappedModule.OnAcknowledgementPacket
|
test / test-coverage:
app/module/versioned_ibc_module.go#L125
not enough arguments in call to v.nextModule.OnAcknowledgementPacket
|
test / test-coverage:
app/module/versioned_ibc_module.go#L134
not enough arguments in call to v.wrappedModule.OnTimeoutPacket
|
test / test-coverage:
app/module/versioned_ibc_module.go#L136
not enough arguments in call to v.nextModule.OnTimeoutPacket
|
test / test-coverage:
app/ante/fee_checker.go#L23
cannot use func(ctx sdk.Context, tx sdk.Tx) (sdk.Coins, int64, error) {…} (value of type func(ctx "github.com/cosmos/cosmos-sdk/types".Context, tx "github.com/cosmos/cosmos-sdk/types".Tx) ("github.com/cosmos/cosmos-sdk/types".Coins, int64, error)) as "github.com/cosmos/cosmos-sdk/x/auth/ante".TxFeeChecker value in return statement
|
lint / golangci-lint:
app/grpc/tx/server.go#L70
node.TxStatus undefined (type "github.com/cosmos/cosmos-sdk/client".CometRPC has no field or method TxStatus) (typecheck)
|
lint / golangci-lint:
test/util/blobfactory/test_util.go#L42
undefined: sdk.NewInt (typecheck)
|
lint / golangci-lint:
test/txsim/account.go#L202
msg.ValidateBasic undefined (type interface{ProtoMessage(); Reset(); String() string} has no field or method ValidateBasic) (typecheck)
|
lint / golangci-lint:
test/txsim/account.go#L206
msg.GetSigners undefined (type interface{ProtoMessage(); Reset(); String() string} has no field or method GetSigners) (typecheck)
|
lint / golangci-lint:
test/txsim/account.go#L320
cannot use acc.address (variable of type "github.com/cosmos/cosmos-sdk/types".AccAddress) as string value in argument to feegrant.NewMsgGrantAllowance (typecheck)
|
lint / golangci-lint:
test/txsim/account.go#L328
cannot use acc.address (variable of type "github.com/cosmos/cosmos-sdk/types".AccAddress) as string value in argument to bank.NewMsgSend (typecheck)
|
lint / golangci-lint:
test/txsim/send.go#L63
cannot use s.accounts[s.index % s.numAccounts] (variable of type "github.com/cosmos/cosmos-sdk/types".AccAddress) as string value in argument to bank.NewMsgSend (typecheck)
|
lint / golangci-lint:
test/util/genesis/accounts.go#L104
undefined: sdk.NewDecFromStr (typecheck)
|
lint / golangci-lint:
test/util/genesis/accounts.go#L109
undefined: cryptocodec.FromTmPubKeyInterface (typecheck)
|
lint / golangci-lint:
test/util/genesis/accounts.go#L117
undefined: sdk.NewInt (typecheck)
|
test / test-fuzz:
app/grpc/tx/server.go#L70
node.TxStatus undefined (type "github.com/cosmos/cosmos-sdk/client".CometRPC has no field or method TxStatus)
|
test / test-fuzz:
app/module/versioned_ibc_module.go#L14
cannot use &VersionedIBCModule{…} (value of type *VersionedIBCModule) as "github.com/cosmos/ibc-go/v9/modules/core/05-port/types".IBCModule value in return statement: *VersionedIBCModule does not implement "github.com/cosmos/ibc-go/v9/modules/core/05-port/types".IBCModule (wrong type for method OnAcknowledgementPacket)
|
test / test-fuzz:
app/module/versioned_ibc_module.go#L22
cannot use (*VersionedIBCModule)(nil) (value of type *VersionedIBCModule) as "github.com/cosmos/ibc-go/v9/modules/core/05-port/types".IBCModule value in variable declaration: *VersionedIBCModule does not implement "github.com/cosmos/ibc-go/v9/modules/core/05-port/types".IBCModule (wrong type for method OnAcknowledgementPacket)
|
test / test-fuzz:
app/module/versioned_ibc_module.go#L111
not enough arguments in call to v.wrappedModule.OnRecvPacket
|
test / test-fuzz:
app/module/versioned_ibc_module.go#L113
not enough arguments in call to v.nextModule.OnRecvPacket
|
test / test-fuzz:
app/module/versioned_ibc_module.go#L123
not enough arguments in call to v.wrappedModule.OnAcknowledgementPacket
|
test / test-fuzz:
app/module/versioned_ibc_module.go#L125
not enough arguments in call to v.nextModule.OnAcknowledgementPacket
|
test / test-fuzz:
app/module/versioned_ibc_module.go#L134
not enough arguments in call to v.wrappedModule.OnTimeoutPacket
|
test / test-fuzz:
app/module/versioned_ibc_module.go#L136
not enough arguments in call to v.nextModule.OnTimeoutPacket
|
test / test-fuzz:
app/ante/fee_checker.go#L23
cannot use func(ctx sdk.Context, tx sdk.Tx) (sdk.Coins, int64, error) {…} (value of type func(ctx "github.com/cosmos/cosmos-sdk/types".Context, tx "github.com/cosmos/cosmos-sdk/types".Tx) ("github.com/cosmos/cosmos-sdk/types".Coins, int64, error)) as "github.com/cosmos/cosmos-sdk/x/auth/ante".TxFeeChecker value in return statement
|
test / test:
app/grpc/tx/server.go#L70
node.TxStatus undefined (type "github.com/cosmos/cosmos-sdk/client".CometRPC has no field or method TxStatus)
|
test / test:
app/module/versioned_ibc_module.go#L14
cannot use &VersionedIBCModule{…} (value of type *VersionedIBCModule) as "github.com/cosmos/ibc-go/v9/modules/core/05-port/types".IBCModule value in return statement: *VersionedIBCModule does not implement "github.com/cosmos/ibc-go/v9/modules/core/05-port/types".IBCModule (wrong type for method OnAcknowledgementPacket)
|
test / test:
app/module/versioned_ibc_module.go#L22
cannot use (*VersionedIBCModule)(nil) (value of type *VersionedIBCModule) as "github.com/cosmos/ibc-go/v9/modules/core/05-port/types".IBCModule value in variable declaration: *VersionedIBCModule does not implement "github.com/cosmos/ibc-go/v9/modules/core/05-port/types".IBCModule (wrong type for method OnAcknowledgementPacket)
|
test / test:
app/module/versioned_ibc_module.go#L111
not enough arguments in call to v.wrappedModule.OnRecvPacket
|
test / test:
app/module/versioned_ibc_module.go#L113
not enough arguments in call to v.nextModule.OnRecvPacket
|
test / test:
app/module/versioned_ibc_module.go#L123
not enough arguments in call to v.wrappedModule.OnAcknowledgementPacket
|
test / test:
app/module/versioned_ibc_module.go#L125
not enough arguments in call to v.nextModule.OnAcknowledgementPacket
|
test / test:
app/module/versioned_ibc_module.go#L134
not enough arguments in call to v.wrappedModule.OnTimeoutPacket
|
test / test:
app/module/versioned_ibc_module.go#L136
not enough arguments in call to v.nextModule.OnTimeoutPacket
|
test / test:
app/ante/fee_checker.go#L23
cannot use func(ctx sdk.Context, tx sdk.Tx) (sdk.Coins, int64, error) {…} (value of type func(ctx "github.com/cosmos/cosmos-sdk/types".Context, tx "github.com/cosmos/cosmos-sdk/types".Tx) ("github.com/cosmos/cosmos-sdk/types".Coins, int64, error)) as "github.com/cosmos/cosmos-sdk/x/auth/ante".TxFeeChecker value in return statement
|
test / test-short:
app/grpc/tx/server.go#L70
node.TxStatus undefined (type "github.com/cosmos/cosmos-sdk/client".CometRPC has no field or method TxStatus)
|
test / test-short:
app/module/versioned_ibc_module.go#L14
cannot use &VersionedIBCModule{…} (value of type *VersionedIBCModule) as "github.com/cosmos/ibc-go/v9/modules/core/05-port/types".IBCModule value in return statement: *VersionedIBCModule does not implement "github.com/cosmos/ibc-go/v9/modules/core/05-port/types".IBCModule (wrong type for method OnAcknowledgementPacket)
|
test / test-short:
app/module/versioned_ibc_module.go#L22
cannot use (*VersionedIBCModule)(nil) (value of type *VersionedIBCModule) as "github.com/cosmos/ibc-go/v9/modules/core/05-port/types".IBCModule value in variable declaration: *VersionedIBCModule does not implement "github.com/cosmos/ibc-go/v9/modules/core/05-port/types".IBCModule (wrong type for method OnAcknowledgementPacket)
|
test / test-short:
app/module/versioned_ibc_module.go#L111
not enough arguments in call to v.wrappedModule.OnRecvPacket
|
test / test-short:
app/module/versioned_ibc_module.go#L113
not enough arguments in call to v.nextModule.OnRecvPacket
|
test / test-short:
app/module/versioned_ibc_module.go#L123
not enough arguments in call to v.wrappedModule.OnAcknowledgementPacket
|
test / test-short:
app/module/versioned_ibc_module.go#L125
not enough arguments in call to v.nextModule.OnAcknowledgementPacket
|
test / test-short:
app/module/versioned_ibc_module.go#L134
not enough arguments in call to v.wrappedModule.OnTimeoutPacket
|
test / test-short:
app/module/versioned_ibc_module.go#L136
not enough arguments in call to v.nextModule.OnTimeoutPacket
|
test / test-short:
app/ante/fee_checker.go#L23
cannot use func(ctx sdk.Context, tx sdk.Tx) (sdk.Coins, int64, error) {…} (value of type func(ctx "github.com/cosmos/cosmos-sdk/types".Context, tx "github.com/cosmos/cosmos-sdk/types".Tx) ("github.com/cosmos/cosmos-sdk/types".Coins, int64, error)) as "github.com/cosmos/cosmos-sdk/x/auth/ante".TxFeeChecker value in return statement
|
test / test-race:
app/grpc/tx/server.go#L70
node.TxStatus undefined (type "github.com/cosmos/cosmos-sdk/client".CometRPC has no field or method TxStatus)
|
test / test-race:
app/module/versioned_ibc_module.go#L14
cannot use &VersionedIBCModule{…} (value of type *VersionedIBCModule) as "github.com/cosmos/ibc-go/v9/modules/core/05-port/types".IBCModule value in return statement: *VersionedIBCModule does not implement "github.com/cosmos/ibc-go/v9/modules/core/05-port/types".IBCModule (wrong type for method OnAcknowledgementPacket)
|
test / test-race:
app/module/versioned_ibc_module.go#L22
cannot use (*VersionedIBCModule)(nil) (value of type *VersionedIBCModule) as "github.com/cosmos/ibc-go/v9/modules/core/05-port/types".IBCModule value in variable declaration: *VersionedIBCModule does not implement "github.com/cosmos/ibc-go/v9/modules/core/05-port/types".IBCModule (wrong type for method OnAcknowledgementPacket)
|
test / test-race:
app/module/versioned_ibc_module.go#L111
not enough arguments in call to v.wrappedModule.OnRecvPacket
|
test / test-race:
app/module/versioned_ibc_module.go#L113
not enough arguments in call to v.nextModule.OnRecvPacket
|
test / test-race:
app/module/versioned_ibc_module.go#L123
not enough arguments in call to v.wrappedModule.OnAcknowledgementPacket
|
test / test-race:
app/module/versioned_ibc_module.go#L125
not enough arguments in call to v.nextModule.OnAcknowledgementPacket
|
test / test-race:
app/module/versioned_ibc_module.go#L134
not enough arguments in call to v.wrappedModule.OnTimeoutPacket
|
test / test-race:
app/module/versioned_ibc_module.go#L136
not enough arguments in call to v.nextModule.OnTimeoutPacket
|
test / test-race:
app/ante/fee_checker.go#L23
cannot use func(ctx sdk.Context, tx sdk.Tx) (sdk.Coins, int64, error) {…} (value of type func(ctx "github.com/cosmos/cosmos-sdk/types".Context, tx "github.com/cosmos/cosmos-sdk/types".Tx) ("github.com/cosmos/cosmos-sdk/types".Coins, int64, error)) as "github.com/cosmos/cosmos-sdk/x/auth/ante".TxFeeChecker value in return statement
|
lint / yamllint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
markdown-linter / markdown-lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
lint / hadolint / hadolint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
markdown-linter / markdown-link-check
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test / test-coverage
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
lint / golangci-lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test / test-fuzz
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test / test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test / test-short
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
test / test-race
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|