fix!: retrieve transactions from the mempool async, ignore irelevant rounds, and don't start processing messages until switching from blocksync to consensus #3757
Annotations
5 errors
|
golangci-lint
issues found
|
|
golangci-lint:
mempool/v1/tx.go#L23
ST1003: struct field isRpc should be isRPC (stylecheck)
|
|
golangci-lint:
mempool/cat/pool.go#L691
printf: fmt.Sprintf format %x arg wtx.key is a func value, not called (govet)
|
|
golangci-lint:
consensus/propagation/commitment.go#L220
S1023: redundant `return` statement (gosimple)
|
|
golangci-lint:
mempool/cat/pool.go#L459
Consider pre-allocating `keep` (prealloc)
|