Skip to content

add topN endpoint to supply module (disabled by default) #4947

add topN endpoint to supply module (disabled by default)

add topN endpoint to supply module (disabled by default) #4947

Triggered via pull request January 29, 2025 23:04
@joe-bowmanjoe-bowman
synchronize #1800
topn
Status Failure
Total duration 1m 53s
Artifacts

golangci.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
lint: x/supply/keeper/grpc_query.go#L55
cannot use int(req.N) (value of type int) as uint64 value in argument to q.Keeper.TopN (typecheck)
lint: app/keepers/keepers.go#L78
could not import github.com/quicksilver-zone/quicksilver/x/supply/keeper (-: # github.com/quicksilver-zone/quicksilver/x/supply/keeper
lint: x/supply/keeper/grpc_query.go#L55
cannot use int(req.N) (value of type int) as uint64 value in argument to q.Keeper.TopN) (typecheck)
lint: x/supply/module.go#L18
could not import github.com/quicksilver-zone/quicksilver/x/supply/keeper (-: # github.com/quicksilver-zone/quicksilver/x/supply/keeper
lint: x/supply/keeper/grpc_query.go#L55
cannot use int(req.N) (value of type int) as uint64 value in argument to q.Keeper.TopN) (typecheck)
lint: app/export.go#L40
app.StakingKeeper undefined (type *Quicksilver has no field or method StakingKeeper) (typecheck)
lint: app/app.go#L263
app.UpgradeKeeper undefined (type *Quicksilver has no field or method UpgradeKeeper) (typecheck)
lint: app/app.go#L168
app.CrisisKeeper undefined (type *Quicksilver has no field or method CrisisKeeper) (typecheck)
lint: app/app.go#L184
app.GetKVStoreKey undefined (type *Quicksilver has no field or method GetKVStoreKey) (typecheck)
lint: app/app.go#L185
app.GetTransientStoreKey undefined (type *Quicksilver has no field or method GetTransientStoreKey) (typecheck)