[WIP] A new ChainIndexer
that replaces the fragmented MsgIndex, EthTxHashIndex and EventsIndex
#1965
check.yml
on: pull_request
Check (docs-check)
2m 56s
Check (gen-check)
6m 37s
Check (lint-all)
4m 27s
Check (gofmt)
25s
Check (mod-tidy-check)
29s
Annotations
10 errors
Check (lint-all):
chain/index/chain_indexer.go#L617
exported: comment on exported method ChainIndexer.GetEvents should be of the form "GetEvents ..." (revive)
|
Check (lint-all):
chain/index/chain_indexer.go#L32
var `logger` is unused (unused)
|
Check (lint-all):
chain/index/chain_indexer.go#L628
field `minHeight` is unused (unused)
|
Check (lint-all):
chain/index/chain_indexer.go#L629
field `maxHeight` is unused (unused)
|
Check (lint-all):
chain/index/chain_indexer.go#L630
field `tipsetCid` is unused (unused)
|
Check (lint-all):
chain/index/chain_indexer.go#L631
field `addresses` is unused (unused)
|
Check (lint-all):
chain/index/chain_indexer.go#L633
field `keysWithCodec` is unused (unused)
|
Check (lint-all):
chain/index/chain_indexer.go#L636
func `makePrefillFilterQuery` is unused (unused)
|
Check (lint-all):
chain/index/chain_indexer.go#L86
lostcancel: the cancel function is not used on all paths (possible context leak) (govet)
|
Check (lint-all):
chain/index/chain_indexer.go#L90
lostcancel: this return statement may be reached without using the cancel var defined on line 86 (govet)
|