Skip to content

fix!: retrieve transactions from the mempool async, ignore irelevant rounds, and don't start processing messages until switching from blocksync to consensus #3757

fix!: retrieve transactions from the mempool async, ignore irelevant rounds, and don't start processing messages until switching from blocksync to consensus

fix!: retrieve transactions from the mempool async, ignore irelevant rounds, and don't start processing messages until switching from blocksync to consensus #3757

Triggered via pull request March 27, 2025 18:44
Status Failure
Total duration 2m 0s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

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)