Skip to content

feat: feed oracle with meTokens price every endBlock #11130

feat: feed oracle with meTokens price every endBlock

feat: feed oracle with meTokens price every endBlock #11130

Triggered via pull request November 13, 2023 15:52
Status Failure
Total duration 49s
Artifacts

lint.yml

on: pull_request
Run golangci-lint
40s
Run golangci-lint
markdown-lint
11s
markdown-lint
buf-lint
7s
buf-lint
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Run golangci-lint: app/app.go#L23
could not import github.com/cosmos/cosmos-sdk/runtime/services (-: # github.com/cosmos/cosmos-sdk/runtime/services
Run golangci-lint
type func(x *descriptorpb.FileDescriptorProto, y *descriptorpb.FileDescriptorProto) bool of func(x, y *descriptorpb.FileDescriptorProto) bool {…} does not match inferred type func(a *descriptorpb.FileDescriptorProto, b *descriptorpb.FileDescriptorProto) int for func(a E, b E) int) (typecheck)
Run golangci-lint: app/app.go#L177
cannot use BankModule{} (value of type BankModule) as "github.com/cosmos/cosmos-sdk/types/module".AppModuleBasic value in array or slice literal: BankModule does not implement "github.com/cosmos/cosmos-sdk/types/module".AppModuleBasic (missing method GetQueryCmd) (typecheck)
Run golangci-lint: app/app.go#L179
cannot use StakingModule{} (value of type StakingModule) as "github.com/cosmos/cosmos-sdk/types/module".AppModuleBasic value in array or slice literal: StakingModule does not implement "github.com/cosmos/cosmos-sdk/types/module".AppModuleBasic (missing method GetQueryCmd) (typecheck)
Run golangci-lint: app/app.go#L180
cannot use MintModule{} (value of type MintModule) as "github.com/cosmos/cosmos-sdk/types/module".AppModuleBasic value in array or slice literal: MintModule does not implement "github.com/cosmos/cosmos-sdk/types/module".AppModuleBasic (missing method GetQueryCmd) (typecheck)
Run golangci-lint: app/app.go#L185
cannot use SlashingModule{} (value of type SlashingModule) as "github.com/cosmos/cosmos-sdk/types/module".AppModuleBasic value in array or slice literal: SlashingModule does not implement "github.com/cosmos/cosmos-sdk/types/module".AppModuleBasic (missing method GetQueryCmd) (typecheck)
Run golangci-lint: x/incentive/client/tests/tests.go#L48
s.RunTestQueries undefined (type *IntegrationTests has no field or method RunTestQueries) (typecheck)
Run golangci-lint: x/incentive/client/tests/tests.go#L52
s.Network undefined (type *IntegrationTests has no field or method Network) (typecheck)
Run golangci-lint: x/incentive/client/tests/tests.go#L224
s.RunTestQueries undefined (type *IntegrationTests has no field or method RunTestQueries) (typecheck)
Run golangci-lint: x/incentive/client/tests/tests.go#L226
s.RunTestTransactions undefined (type *IntegrationTests has no field or method RunTestTransactions) (typecheck)