Skip to content

[WIP] A new ChainIndexer that replaces the fragmented MsgIndex, EthTxHashIndex and EventsIndex #1965

[WIP] A new ChainIndexer that replaces the fragmented MsgIndex, EthTxHashIndex and EventsIndex

[WIP] A new ChainIndexer that replaces the fragmented MsgIndex, EthTxHashIndex and EventsIndex #1965

Triggered via pull request August 14, 2024 16:48
Status Failure
Total duration 6m 51s
Artifacts

check.yml

on: pull_request
Check (docs-check)
2m 56s
Check (docs-check)
Check (gen-check)
6m 37s
Check (gen-check)
Check (lint-all)
4m 27s
Check (lint-all)
Check (gofmt)
25s
Check (gofmt)
Check (mod-tidy-check)
29s
Check (mod-tidy-check)
Fit to window
Zoom out
Zoom in

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)