Skip to content

feat: implement the gnfd peer for bsc nodes block syncing from Greenfield #1

feat: implement the gnfd peer for bsc nodes block syncing from Greenfield

feat: implement the gnfd peer for bsc nodes block syncing from Greenfield #1

Triggered via pull request July 17, 2024 08:50
Status Failure
Total duration 3m 37s
Artifacts

lint.yml

on: pull_request
Matrix: golang-lint
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 1 warning
golang-lint (1.21.x, ubuntu-latest): core/blockchain.go#L130
const `rewindBadBlockInterval` is unused (unused)
golang-lint (1.21.x, ubuntu-latest): core/blockchain.go#L1329
func `(*BlockChain).procFutureBlocks` is unused (unused)
golang-lint (1.21.x, ubuntu-latest): core/blockchain.go#L2764
func `(*BlockChain).updateFutureBlocks` is unused (unused)
golang-lint (1.21.x, ubuntu-latest): core/blockchain.go#L2778
func `(*BlockChain).rewindInvalidHeaderBlockLoop` is unused (unused)
golang-lint (1.21.x, ubuntu-latest): core/blockchain.go#L2794
func `(*BlockChain).trustedDiffLayerLoop` is unused (unused)
golang-lint (1.21.x, ubuntu-latest): core/blockchain.go#L2869
func `(*BlockChain).startDoubleSignMonitor` is unused (unused)
golang-lint (1.21.x, ubuntu-latest): core/chain_makers.go#L497
func `makeHeaderChain` is unused (unused)
golang-lint (1.21.x, ubuntu-latest): core/chain_makers.go#L517
func `makeBlockChain` is unused (unused)
golang-lint (1.21.x, ubuntu-latest): core/chain_makers.go#L507
func `makeHeaderChainWithGenesis` is unused (unused)
golang-lint (1.21.x, ubuntu-latest): core/chain_makers.go#L525
func `makeBlockChainWithGenesis` is unused (unused)
golang-lint (1.21.x, ubuntu-latest)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-go@v3, actions/checkout@v3, actions/cache@v3, golangci/golangci-lint-action@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/