[wip] attempting to use uspstream blockchain.go for chain logic #2590
Annotations
10 errors and 1 warning
golangci-lint:
core/blockchain_ext.go#L63
var `blockInsertCount` is unused (unused)
|
golangci-lint:
core/blockchain_ext.go#L64
var `blockContentValidationTimer` is unused (unused)
|
golangci-lint:
core/blockchain_ext.go#L65
var `blockStateInitTimer` is unused (unused)
|
golangci-lint:
core/blockchain_ext.go#L66
var `blockTrieOpsTimer` is unused (unused)
|
golangci-lint:
core/blockchain_ext.go#L71
var `processedBlockGasUsedCounter` is unused (unused)
|
golangci-lint:
core/blockchain_ext.go#L73
var `badBlockCounter` is unused (unused)
|
golangci-lint:
core/blockchain_ext.go#L77
var `processedTxsCounter` is unused (unused)
|
golangci-lint:
core/blockchain_ext.go#L80
var `processedLogsCounter` is unused (unused)
|
golangci-lint:
core/blockchain_ext.go#L84
var `errFutureBlockUnsupported` is unused (unused)
|
golangci-lint:
core/blockchain_ext.go#L1356
func `(*BlockChain).addBadBlock` is unused (unused)
|
The following actions use a deprecated Node.js version and will be forced to run on node20: 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/
|
Loading