Skip to content

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

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

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

Triggered via pull request July 19, 2024 14:14
Status Failure
Total duration 3m 29s
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): miner/bid_simulator.go#L1
: # github.com/ethereum/go-ethereum/miner [github.com/ethereum/go-ethereum/miner.test]
golang-lint (1.21.x, ubuntu-latest): miner/miner_test.go#L320
undefined: testTxPoolConfig
golang-lint (1.21.x, ubuntu-latest): miner/miner_test.go#L321
undefined: testTxPoolConfig
golang-lint (1.21.x, ubuntu-latest): miner/payload_building_test.go#L74
undefined: pendingTxs (typecheck)
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)
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/