Skip to content

perf: parse chain-id from big genesis file could be slow (backport #18204) #62

perf: parse chain-id from big genesis file could be slow (backport #18204)

perf: parse chain-id from big genesis file could be slow (backport #18204) #62

Triggered via pull request October 26, 2023 08:59
Status Success
Total duration 21m 2s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

codeql-analysis.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors
Analyze: baseapp/abci.go#L71
invalid operation: cannot compare app.initChainer == nil (operator == not defined on untyped nil) (typecheck)
Analyze: baseapp/abci.go#L137
invalid operation: cannot compare app.addrPeerFilter != nil (operator != not defined on untyped nil) (typecheck)
Analyze: baseapp/abci.go#L146
invalid operation: cannot compare app.idPeerFilter != nil (operator != not defined on untyped nil) (typecheck)
Analyze: baseapp/abci.go#L196
invalid operation: cannot compare app.preBlocker != nil (operator != not defined on untyped nil) (typecheck)
Analyze: baseapp/abci.go#L212
invalid operation: cannot compare app.beginBlocker != nil (operator != not defined on untyped nil) (typecheck)
Analyze: baseapp/abci.go#L235
invalid operation: cannot compare app.endBlocker != nil (operator != not defined on untyped nil) (typecheck)
Analyze: baseapp/abci.go#L268
invalid operation: cannot compare app.prepareProposal == nil (operator == not defined on untyped nil) (typecheck)
Analyze: baseapp/abci.go#L325
invalid operation: cannot compare app.processProposal == nil (operator == not defined on untyped nil) (typecheck)
Analyze: baseapp/abci_utils.go#L81
invalid operation: cannot compare h.mempool == nil (operator == not defined on untyped nil) (typecheck)
Analyze: baseapp/abci_utils.go#L138
invalid operation: cannot compare h.mempool == nil (operator == not defined on untyped nil) (typecheck)