perf: parse chain-id from big genesis file could be slow (backport #18204) #62
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
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)
|