feat: feed oracle with meTokens price every endBlock #11137
Annotations
10 errors
app/app.go#L23
could not import github.com/cosmos/cosmos-sdk/runtime/services (-: # github.com/cosmos/cosmos-sdk/runtime/services
|
|
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)
|
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)
|
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)
|
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)
|
x/incentive/client/tests/tests.go#L48
s.RunTestQueries undefined (type *IntegrationTests has no field or method RunTestQueries) (typecheck)
|
x/incentive/client/tests/tests.go#L52
s.Network undefined (type *IntegrationTests has no field or method Network) (typecheck)
|
x/incentive/client/tests/tests.go#L224
s.RunTestQueries undefined (type *IntegrationTests has no field or method RunTestQueries) (typecheck)
|
x/incentive/client/tests/tests.go#L226
s.RunTestTransactions undefined (type *IntegrationTests has no field or method RunTestTransactions) (typecheck)
|
The logs for this run have expired and are no longer available.
Loading