prototype: compact blocks #3382
Annotations
10 errors
golangci-lint:
mempool/cat/reactor_test.go#L92
Error return value of `reactor.Stop` is not checked (errcheck)
|
golangci-lint:
mempool/cat/reactor.go#L146
`transctions` is a misspelling of `transitions` (misspell)
|
golangci-lint:
consensus/state.go#L2063
`recieving` is a misspelling of `receiving` (misspell)
|
golangci-lint:
mempool/cat/pool.go#L407
func `(*TxPool).allEntriesSorted` is unused (unused)
|
golangci-lint:
consensus/reactor.go#L599
func `(*Reactor).broadcastHasVoteMessage` is unused (unused)
|
golangci-lint:
consensus/common_test.go#L502
printf: non-constant format string in call to fmt.Errorf (govet)
|
golangci-lint:
consensus/state.go#L128
structtag: struct field TwoThirdPrevoteBlock repeats json tag "valid_block" also at round_state.go:84 (govet)
|
golangci-lint:
consensus/types/round_state.go#L92
structtag: struct field TwoThirdPrevoteBlock repeats json tag "valid_block" also at round_state.go:84 (govet)
|
golangci-lint:
consensus/reactor.go#L705
SA1019: p2p.TrySendEnvelopeShim is deprecated: Will be removed in v0.37. (staticcheck)
|
golangci-lint:
mempool/cat/reactor.go#L203
SA1019: p2p.TrySendEnvelopeShim is deprecated: Will be removed in v0.37. (staticcheck)
|