Preparing report...

Report for github.com/vaibhav4981/go-ethereum

(v0.0.0-20220128175532-0757bf5b10e9)

A+    Excellent!    Found 392 issues across 1051 files

Tweet

gofmt95%

Gofmt formats Go programs. We run gofmt -s on your code, where -s is for the "simplify" command


go_vet100%

go vet examines Go source code and reports suspicious constructs, such as Printf calls whose arguments do not align with the format string.

No problems detected. Good job!


gocyclo85%

Gocyclo calculates cyclomatic complexities of functions in Go source code. The cyclomatic complexity of a function is calculated according to the following rules: 1 is the base complexity of a function +1 for each 'if', 'for', 'case', '&&' or '||' Go Report Card warns on functions with cyclomatic complexity > 15.

    • les/api.go
    • Line 257: warning: cyclomatic complexity 16 of function (*PrivateLightServerAPI).Benchmark() is high (> 15) (gocyclo)
    • Line 143: warning: cyclomatic complexity 16 of function (*PrivateLightServerAPI).setParams() is high (> 15) (gocyclo)
    • ethstats/ethstats.go
    • Line 193: warning: cyclomatic complexity 29 of function (*Service).loop() is high (> 15) (gocyclo)
    • Line 334: warning: cyclomatic complexity 20 of function (*Service).readLoop() is high (> 15) (gocyclo)
    • p2p/server.go
    • Line 705: warning: cyclomatic complexity 20 of function (*Server).run() is high (> 15) (gocyclo)
    • Line 535: warning: cyclomatic complexity 18 of function (*Server).setupDiscovery() is high (> 15) (gocyclo)
    • les/odr_test.go
    • Line 261: warning: cyclomatic complexity 18 of function testGetTxStatusFromUnindexedPeers() is high (> 15) (gocyclo)
    • trie/proof.go
    • Line 219: warning: cyclomatic complexity 29 of function unsetInternal() is high (> 15) (gocyclo)
    • Line 471: warning: cyclomatic complexity 24 of function VerifyRangeProof() is high (> 15) (gocyclo)
    • Line 137: warning: cyclomatic complexity 16 of function proofToPath() is high (> 15) (gocyclo)
    • trie/sync.go
    • Line 365: warning: cyclomatic complexity 17 of function (*Sync).children() is high (> 15) (gocyclo)
    • rlp/encode.go
    • Line 330: warning: cyclomatic complexity 17 of function makeWriter() is high (> 15) (gocyclo)
    • signer/core/signed_data.go
    • Line 897: warning: cyclomatic complexity 101 of function isPrimitiveTypeValid() is high (> 15) (gocyclo)
    • Line 574: warning: cyclomatic complexity 20 of function (*TypedData).EncodePrimitiveValue() is high (> 15) (gocyclo)
    • core/state/snapshot/generate.go
    • Line 539: warning: cyclomatic complexity 35 of function (*diskLayer).generate() is high (> 15) (gocyclo)
    • Line 384: warning: cyclomatic complexity 27 of function (*diskLayer).generateRange() is high (> 15) (gocyclo)
    • Line 251: warning: cyclomatic complexity 18 of function (*diskLayer).proveRange() is high (> 15) (gocyclo)
    • les/distributor.go
    • Line 192: warning: cyclomatic complexity 18 of function (*requestDistributor).nextRequest() is high (> 15) (gocyclo)
    • params/config.go
    • Line 521: warning: cyclomatic complexity 19 of function (*ChainConfig).checkCompatible() is high (> 15) (gocyclo)
    • core/state/pruner/pruner.go
    • Line 116: warning: cyclomatic complexity 18 of function prune() is high (> 15) (gocyclo)
    • Line 235: warning: cyclomatic complexity 16 of function (*Pruner).Prune() is high (> 15) (gocyclo)
    • p2p/enr/enr.go
    • Line 198: warning: cyclomatic complexity 16 of function decodeRecord() is high (> 15) (gocyclo)
    • les/sync_test.go
    • Line 44: warning: cyclomatic complexity 16 of function testCheckpointSyncing() is high (> 15) (gocyclo)
    • p2p/simulations/network_test.go
    • Line 38: warning: cyclomatic complexity 49 of function TestSnapshot() is high (> 15) (gocyclo)
    • Line 289: warning: cyclomatic complexity 19 of function TestNetworkSimulation() is high (> 15) (gocyclo)
    • les/api_test.go
    • Line 95: warning: cyclomatic complexity 45 of function testCapacityAPI() is high (> 15) (gocyclo)
    • core/vm/evm.go
    • Line 433: warning: cyclomatic complexity 23 of function (*EVM).create() is high (> 15) (gocyclo)
    • Line 217: warning: cyclomatic complexity 20 of function (*EVM).Call() is high (> 15) (gocyclo)
    • trie/trie.go
    • Line 368: warning: cyclomatic complexity 23 of function (*Trie).delete() is high (> 15) (gocyclo)
    • Line 276: warning: cyclomatic complexity 18 of function (*Trie).insert() is high (> 15) (gocyclo)
    • Line 176: warning: cyclomatic complexity 16 of function (*Trie).tryGetNode() is high (> 15) (gocyclo)
    • internal/ethapi/api.go
    • Line 958: warning: cyclomatic complexity 27 of function DoEstimateGas() is high (> 15) (gocyclo)
    • Line 1619: warning: cyclomatic complexity 17 of function (*SendTxArgs).setDefaults() is high (> 15) (gocyclo)
    • Line 1892: warning: cyclomatic complexity 17 of function (*PublicTransactionPoolAPI).Resend() is high (> 15) (gocyclo)
    • core/blockchain_test.go
    • Line 2072: warning: cyclomatic complexity 28 of function TestTransactionIndices() is high (> 15) (gocyclo)
    • Line 591: warning: cyclomatic complexity 28 of function TestFastVsFullChains() is high (> 15) (gocyclo)
    • Line 2199: warning: cyclomatic complexity 21 of function TestSkipStaleTxIndicesInFastSync() is high (> 15) (gocyclo)
    • Line 2725: warning: cyclomatic complexity 19 of function TestDeleteRecreateSlotsAcrossManyBlocks() is high (> 15) (gocyclo)
    • Line 1831: warning: cyclomatic complexity 18 of function testInsertKnownChainData() is high (> 15) (gocyclo)
    • Line 377: warning: cyclomatic complexity 17 of function testReorg() is high (> 15) (gocyclo)
    • Line 1258: warning: cyclomatic complexity 17 of function TestEIP155Transition() is high (> 15) (gocyclo)
    • Line 823: warning: cyclomatic complexity 17 of function TestChainTxReorgs() is high (> 15) (gocyclo)
    • les/sync.go
    • Line 91: warning: cyclomatic complexity 23 of function (*clientHandler).synchronise() is high (> 15) (gocyclo)
    • core/blockchain_sethead_test.go
    • Line 56: warning: cyclomatic complexity 20 of function (*rewindTest).dump() is high (> 15) (gocyclo)
    • Line 1952: warning: cyclomatic complexity 20 of function testSetHead() is high (> 15) (gocyclo)
    • Line 2062: warning: cyclomatic complexity 19 of function verifyNoGaps() is high (> 15) (gocyclo)
    • p2p/dial.go
    • Line 225: warning: cyclomatic complexity 23 of function (*dialScheduler).loop() is high (> 15) (gocyclo)
    • core/dao_test.go
    • Line 31: warning: cyclomatic complexity 22 of function TestDAOForkRangeExtradata() is high (> 15) (gocyclo)
    • core/state/statedb.go
    • Line 919: warning: cyclomatic complexity 19 of function (*StateDB).Commit() is high (> 15) (gocyclo)
    • Line 667: warning: cyclomatic complexity 16 of function (*StateDB).Copy() is high (> 15) (gocyclo)
    • consensus/clique/clique.go
    • Line 245: warning: cyclomatic complexity 22 of function (*Clique).verifyHeader() is high (> 15) (gocyclo)
    • Line 348: warning: cyclomatic complexity 21 of function (*Clique).snapshot() is high (> 15) (gocyclo)
    • core/genesis.go
    • Line 159: warning: cyclomatic complexity 21 of function SetupGenesisBlockWithOverride() is high (> 15) (gocyclo)
    • accounts/scwallet/wallet.go
    • Line 440: warning: cyclomatic complexity 25 of function (*Wallet).selfDerive() is high (> 15) (gocyclo)
    • Line 338: warning: cyclomatic complexity 16 of function (*Wallet).Open() is high (> 15) (gocyclo)
    • cmd/geth/main.go
    • Line 329: warning: cyclomatic complexity 20 of function startNode() is high (> 15) (gocyclo)
    • Line 266: warning: cyclomatic complexity 16 of function prepare() is high (> 15) (gocyclo)
    • metrics/ewma_test.go
    • Line 155: warning: cyclomatic complexity 17 of function TestEWMA15() is high (> 15) (gocyclo)
    • Line 86: warning: cyclomatic complexity 17 of function TestEWMA5() is high (> 15) (gocyclo)
    • Line 17: warning: cyclomatic complexity 17 of function TestEWMA1() is high (> 15) (gocyclo)
    • eth/downloader/downloader.go
    • Line 1535: warning: cyclomatic complexity 42 of function (*Downloader).processHeaders() is high (> 15) (gocyclo)
    • Line 1022: warning: cyclomatic complexity 42 of function (*Downloader).fetchHeaders() is high (> 15) (gocyclo)
    • Line 1360: warning: cyclomatic complexity 40 of function (*Downloader).fetchParts() is high (> 15) (gocyclo)
    • Line 462: warning: cyclomatic complexity 26 of function (*Downloader).syncWithPeer() is high (> 15) (gocyclo)
    • Line 1762: warning: cyclomatic complexity 22 of function (*Downloader).processFastSyncContent() is high (> 15) (gocyclo)
    • Line 847: warning: cyclomatic complexity 19 of function (*Downloader).findAncestorSpanSearch() is high (> 15) (gocyclo)
    • Line 661: warning: cyclomatic complexity 18 of function (*Downloader).fetchHead() is high (> 15) (gocyclo)
    • Line 374: warning: cyclomatic complexity 17 of function (*Downloader).synchronise() is high (> 15) (gocyclo)
    • Line 931: warning: cyclomatic complexity 16 of function (*Downloader).findAncestorBinarySearch() is high (> 15) (gocyclo)
    • core/bloombits/matcher.go
    • Line 259: warning: cyclomatic complexity 30 of function (*Matcher).subMatch() is high (> 15) (gocyclo)
    • Line 381: warning: cyclomatic complexity 23 of function (*Matcher).distributor() is high (> 15) (gocyclo)
    • core/state/sync_test.go
    • Line 163: warning: cyclomatic complexity 17 of function testIterativeStateSync() is high (> 15) (gocyclo)
    • Line 401: warning: cyclomatic complexity 17 of function TestIncompleteStateSync() is high (> 15) (gocyclo)
    • les/server_requests.go
    • Line 151: warning: cyclomatic complexity 22 of function handleGetBlockHeaders() is high (> 15) (gocyclo)
    • Line 368: warning: cyclomatic complexity 18 of function handleGetProofs() is high (> 15) (gocyclo)
    • Line 451: warning: cyclomatic complexity 16 of function handleGetHelperTrieProofs() is high (> 15) (gocyclo)
    • eth/protocols/snap/sync.go
    • Line 1765: warning: cyclomatic complexity 44 of function (*Syncer).processStorageResponse() is high (> 15) (gocyclo)
    • Line 532: warning: cyclomatic complexity 24 of function (*Syncer).Sync() is high (> 15) (gocyclo)
    • Line 1019: warning: cyclomatic complexity 24 of function (*Syncer).assignStorageTasks() is high (> 15) (gocyclo)
    • Line 2321: warning: cyclomatic complexity 23 of function (*Syncer).OnStorage() is high (> 15) (gocyclo)
    • Line 2114: warning: cyclomatic complexity 19 of function (*Syncer).OnAccounts() is high (> 15) (gocyclo)
    • Line 1266: warning: cyclomatic complexity 17 of function (*Syncer).assignBytecodeHealTasks() is high (> 15) (gocyclo)
    • Line 1156: warning: cyclomatic complexity 17 of function (*Syncer).assignTrienodeHealTasks() is high (> 15) (gocyclo)
    • Line 1368: warning: cyclomatic complexity 16 of function (*Syncer).revertRequests() is high (> 15) (gocyclo)
    • Line 2042: warning: cyclomatic complexity 16 of function (*Syncer).forwardAccountTask() is high (> 15) (gocyclo)
    • miner/worker.go
    • Line 869: warning: cyclomatic complexity 30 of function (*worker).commitNewWork() is high (> 15) (gocyclo)
    • Line 433: warning: cyclomatic complexity 28 of function (*worker).mainLoop() is high (> 15) (gocyclo)
    • Line 750: warning: cyclomatic complexity 21 of function (*worker).commitTransactions() is high (> 15) (gocyclo)
    • Line 336: warning: cyclomatic complexity 21 of function (*worker).newWorkLoop() is high (> 15) (gocyclo)
    • cmd/geth/snapshot.go
    • Line 308: warning: cyclomatic complexity 22 of function traverseRawState() is high (> 15) (gocyclo)
    • Line 218: warning: cyclomatic complexity 16 of function traverseState() is high (> 15) (gocyclo)
    • log/format.go
    • Line 328: warning: cyclomatic complexity 21 of function formatLogfmtValue() is high (> 15) (gocyclo)
    • eth/tracers/api.go
    • Line 238: warning: cyclomatic complexity 28 of function (*API).traceChain() is high (> 15) (gocyclo)
    • Line 572: warning: cyclomatic complexity 22 of function (*API).standardTraceBlockToFile() is high (> 15) (gocyclo)
    • trie/proof_test.go
    • Line 531: warning: cyclomatic complexity 18 of function TestBadRangeProof() is high (> 15) (gocyclo)
    • Line 194: warning: cyclomatic complexity 17 of function TestRangeProofWithNonExistentProof() is high (> 15) (gocyclo)
    • Line 323: warning: cyclomatic complexity 16 of function TestOneElementRangeProof() is high (> 15) (gocyclo)
    • les/peer.go
    • Line 590: warning: cyclomatic complexity 20 of function (*serverPeer).Handshake() is high (> 15) (gocyclo)
    • les/fetcher.go
    • Line 259: warning: cyclomatic complexity 48 of function (*lightFetcher).mainloop() is high (> 15) (gocyclo)
    • cmd/faucet/faucet.go
    • Line 319: warning: cyclomatic complexity 42 of function (*faucet).apiHandler() is high (> 15) (gocyclo)
    • Line 102: warning: cyclomatic complexity 18 of function main() is high (> 15) (gocyclo)
    • eth/filters/api.go
    • Line 467: warning: cyclomatic complexity 24 of function (*FilterCriteria).UnmarshalJSON() is high (> 15) (gocyclo)
    • core/tx_pool.go
    • Line 1279: warning: cyclomatic complexity 21 of function (*TxPool).truncatePending() is high (> 15) (gocyclo)
    • Line 579: warning: cyclomatic complexity 18 of function (*TxPool).add() is high (> 15) (gocyclo)
    • Line 320: warning: cyclomatic complexity 17 of function (*TxPool).loop() is high (> 15) (gocyclo)
    • eth/handler.go
    • Line 238: warning: cyclomatic complexity 20 of function (*handler).runEthPeer() is high (> 15) (gocyclo)
    • core/tx_pool_test.go
    • Line 880: warning: cyclomatic complexity 29 of function testTransactionQueueTimeLimiting() is high (> 15) (gocyclo)
    • Line 577: warning: cyclomatic complexity 28 of function TestTransactionPostponing() is high (> 15) (gocyclo)
    • Line 1251: warning: cyclomatic complexity 24 of function TestTransactionPoolRepricing() is high (> 15) (gocyclo)
    • Line 1434: warning: cyclomatic complexity 20 of function TestTransactionPoolUnderpricing() is high (> 15) (gocyclo)
    • Line 1754: warning: cyclomatic complexity 19 of function testTransactionJournaling() is high (> 15) (gocyclo)
    • Line 473: warning: cyclomatic complexity 19 of function TestTransactionDropping() is high (> 15) (gocyclo)
    • Line 1671: warning: cyclomatic complexity 17 of function TestTransactionReplacement() is high (> 15) (gocyclo)
    • Line 1605: warning: cyclomatic complexity 17 of function TestTransactionDeduplication() is high (> 15) (gocyclo)
    • core/state/snapshot/iterator_test.go
    • Line 402: warning: cyclomatic complexity 17 of function TestStorageIteratorTraversalValues() is high (> 15) (gocyclo)
    • Line 308: warning: cyclomatic complexity 17 of function TestAccountIteratorTraversalValues() is high (> 15) (gocyclo)
    • cmd/puppeth/wizard_netstats.go
    • Line 201: warning: cyclomatic complexity 28 of function (serverStats).render() is high (> 15) (gocyclo)
    • Line 73: warning: cyclomatic complexity 23 of function (*wizard).gatherStats() is high (> 15) (gocyclo)
    • core/state/statedb_test.go
    • Line 745: warning: cyclomatic complexity 28 of function TestStateDBAccessList() is high (> 15) (gocyclo)
    • Line 582: warning: cyclomatic complexity 21 of function TestCopyCopyCommitCopy() is high (> 15) (gocyclo)
    • Line 510: warning: cyclomatic complexity 17 of function TestCopyCommitCopy() is high (> 15) (gocyclo)
    • p2p/simulations/http_test.go
    • Line 596: warning: cyclomatic complexity 33 of function TestHTTPSnapshot() is high (> 15) (gocyclo)
    • Line 477: warning: cyclomatic complexity 16 of function (*expectEvents).expect() is high (> 15) (gocyclo)
    • consensus/ethash/sealer.go
    • Line 266: warning: cyclomatic complexity 17 of function (*remoteSealer).loop() is high (> 15) (gocyclo)
    • Line 51: warning: cyclomatic complexity 16 of function (*Ethash).Seal() is high (> 15) (gocyclo)
    • cmd/utils/flags.go
    • Line 1457: warning: cyclomatic complexity 63 of function SetEthConfig() is high (> 15) (gocyclo)
    • Line 1131: warning: cyclomatic complexity 23 of function SetP2PConfig() is high (> 15) (gocyclo)
    • Line 912: warning: cyclomatic complexity 17 of function setHTTP() is high (> 15) (gocyclo)
    • core/blockchain.go
    • Line 1128: warning: cyclomatic complexity 55 of function (*BlockChain).InsertReceiptChain() is high (> 15) (gocyclo)
    • Line 1665: warning: cyclomatic complexity 48 of function (*BlockChain).insertChain() is high (> 15) (gocyclo)
    • Line 217: warning: cyclomatic complexity 35 of function NewBlockChain() is high (> 15) (gocyclo)
    • Line 2089: warning: cyclomatic complexity 33 of function (*BlockChain).reorg() is high (> 15) (gocyclo)
    • Line 1448: warning: cyclomatic complexity 29 of function (*BlockChain).writeBlockWithState() is high (> 15) (gocyclo)
    • Line 491: warning: cyclomatic complexity 23 of function (*BlockChain).SetHeadBeyondRoot() is high (> 15) (gocyclo)
    • Line 1969: warning: cyclomatic complexity 21 of function (*BlockChain).insertSideChain() is high (> 15) (gocyclo)
    • Line 2276: warning: cyclomatic complexity 18 of function (*BlockChain).maintainTxIndex() is high (> 15) (gocyclo)

golint77%

Golint is a linter for Go source code.

    • cmd/devp2p/internal/ethtest/types.go
    • Line 34: warning: exported type Message should have comment or be unexported (golint)
    • Line 38: warning: exported type Error should have comment or be unexported (golint)
    • Line 44: warning: exported method Error.Code should have comment or be unexported (golint)
    • Line 63: warning: exported method Hello.Code should have comment or be unexported (golint)
    • Line 70: warning: exported method Disconnect.Code should have comment or be unexported (golint)
    • Line 72: warning: exported type Ping should have comment or be unexported (golint)
    • Line 74: warning: exported method Ping.Code should have comment or be unexported (golint)
    • Line 76: warning: exported type Pong should have comment or be unexported (golint)
    • Line 78: warning: exported method Pong.Code should have comment or be unexported (golint)
    • Line 83: warning: exported method Status.Code should have comment or be unexported (golint)
    • Line 88: warning: exported method NewBlockHashes.Code should have comment or be unexported (golint)
    • Line 90: warning: exported type Transactions should have comment or be unexported (golint)
    • Line 92: warning: exported method Transactions.Code should have comment or be unexported (golint)
    • Line 97: warning: exported method GetBlockHeaders.Code should have comment or be unexported (golint)
    • Line 99: warning: exported type BlockHeaders should have comment or be unexported (golint)
    • Line 101: warning: exported method BlockHeaders.Code should have comment or be unexported (golint)
    • Line 106: warning: exported method GetBlockBodies.Code should have comment or be unexported (golint)
    • Line 111: warning: exported method BlockBodies.Code should have comment or be unexported (golint)
    • Line 116: warning: exported method NewBlock.Code should have comment or be unexported (golint)
    • Line 121: warning: exported method NewPooledTransactionHashes.Code should have comment or be unexported (golint)
    • Line 123: warning: exported type GetPooledTransactions should have comment or be unexported (golint)
    • Line 125: warning: exported method GetPooledTransactions.Code should have comment or be unexported (golint)
    • Line 127: warning: exported type PooledTransactions should have comment or be unexported (golint)
    • Line 129: warning: exported method PooledTransactions.Code should have comment or be unexported (golint)
    • les/odr_requests.go
    • Line 48: warning: exported type LesOdrRequest should have comment or be unexported (golint)
    • Line 55: warning: exported function LesRequest should have comment or be unexported (golint)
    • Line 96: warning: comment on exported method BlockRequest.Validate should be of the form "Validate ..." (golint)
    • Line 154: warning: comment on exported method ReceiptsRequest.Validate should be of the form "Validate ..." (golint)
    • Line 185: warning: exported type ProofReq should have comment or be unexported (golint)
    • Line 191: warning: comment on exported type TrieRequest should be of the form "TrieRequest ..." (with optional leading article) (golint)
    • Line 216: warning: comment on exported method TrieRequest.Validate should be of the form "Validate ..." (golint)
    • Line 240: warning: exported type CodeReq should have comment or be unexported (golint)
    • Line 245: warning: comment on exported type CodeRequest should be of the form "CodeRequest ..." (with optional leading article) (golint)
    • Line 269: warning: comment on exported method CodeRequest.Validate should be of the form "Validate ..." (golint)
    • Line 303: warning: exported type HelperTrieReq should have comment or be unexported (golint)
    • Line 310: warning: exported type HelperTrieResps should have comment or be unexported (golint)
    • Line 315: warning: comment on exported type ChtRequest should be of the form "ChtRequest ..." (with optional leading article) (golint)
    • Line 346: warning: comment on exported method ChtRequest.Validate should be of the form "Validate ..." (golint)
    • Line 399: warning: exported type BloomReq should have comment or be unexported (golint)
    • Line 403: warning: comment on exported type BloomRequest should be of the form "BloomRequest ..." (with optional leading article) (golint)
    • Line 442: warning: comment on exported method BloomRequest.Validate should be of the form "Validate ..." (golint)
    • rpc/client.go
    • Line 35: warning: exported var ErrClientQuit should have comment or be unexported (golint)
    • Line 188: warning: comment on exported function ClientFromContext should be of the form "ClientFromContext ..." (golint)
    • Line 335: warning: comment on exported method Client.BatchCallContext should be of the form "BatchCallContext ..." (golint)
    • internal/cmdtest/test_cmd.go
    • Line 39: warning: exported function NewTestCmd should have comment or be unexported (golint)
    • Line 43: warning: exported type TestCmd should have comment or be unexported (golint)
    • Line 93: warning: exported method TestCmd.SetTemplateFunc should have comment or be unexported (golint)
    • Line 191: warning: exported method TestCmd.WaitExit should have comment or be unexported (golint)
    • Line 195: warning: exported method TestCmd.Interrupt should have comment or be unexported (golint)
    • Line 222: warning: exported method TestCmd.CloseStdin should have comment or be unexported (golint)
    • Line 226: warning: exported method TestCmd.Kill should have comment or be unexported (golint)
    • metrics/log.go
    • Line 7: warning: exported type Logger should have comment or be unexported (golint)
    • Line 11: warning: exported function Log should have comment or be unexported (golint)
    • Line 15: warning: comment on exported function LogScaled should be of the form "LogScaled ..." (golint)
    • crypto/bls12381/fp_test.go
    • Line 67: warning: don't use underscores in Go names; var big_a should be bigA (golint)
    • Line 68: warning: don't use underscores in Go names; var big_b should be bigB (golint)
    • Line 69: warning: don't use underscores in Go names; var big_c should be bigC (golint)
    • Line 71: warning: don't use underscores in Go names; var out_1 should be out1 (golint)
    • Line 72: warning: don't use underscores in Go names; var out_2 should be out2 (golint)
    • Line 101: warning: don't use underscores in Go names; var big_a should be bigA (golint)
    • Line 101: warning: don't use underscores in Go names; var big_b should be bigB (golint)
    • Line 103: warning: don't use underscores in Go names; var out_1 should be out1 (golint)
    • Line 104: warning: don't use underscores in Go names; var out_2 should be out2 (golint)
    • Line 133: warning: don't use underscores in Go names; var c_1 should be c1 (golint)
    • Line 133: warning: don't use underscores in Go names; var c_2 should be c2 (golint)
    • Line 171: warning: don't use underscores in Go names; var c_x should be cX (golint)
    • Line 223: warning: don't use underscores in Go names; var c_1 should be c1 (golint)
    • Line 223: warning: don't use underscores in Go names; var c_2 should be c2 (golint)
    • Line 306: warning: don't use underscores in Go names; var big_a should be bigA (golint)
    • Line 307: warning: don't use underscores in Go names; var big_b should be bigB (golint)
    • Line 308: warning: don't use underscores in Go names; var big_c should be bigC (golint)
    • Line 310: warning: don't use underscores in Go names; var out_1 should be out1 (golint)
    • Line 311: warning: don't use underscores in Go names; var out_2 should be out2 (golint)
    • Line 323: warning: don't use underscores in Go names; var c_1 should be c1 (golint)
    • Line 323: warning: don't use underscores in Go names; var c_2 should be c2 (golint)
    • Line 337: warning: don't use underscores in Go names; var c_x should be cX (golint)
    • Line 491: warning: don't use underscores in Go names; var c_1 should be c1 (golint)
    • Line 492: warning: don't use underscores in Go names; var c_2 should be c2 (golint)
    • Line 530: warning: don't use underscores in Go names; var c_x should be cX (golint)
    • Line 583: warning: don't use underscores in Go names; var c_1 should be c1 (golint)
    • Line 583: warning: don't use underscores in Go names; var c_2 should be c2 (golint)
    • Line 657: warning: don't use underscores in Go names; var c_1 should be c1 (golint)
    • Line 657: warning: don't use underscores in Go names; var c_2 should be c2 (golint)
    • Line 671: warning: don't use underscores in Go names; var c_x should be cX (golint)
    • Line 874: warning: don't use underscores in Go names; var c_1 should be c1 (golint)
    • Line 875: warning: don't use underscores in Go names; var c_2 should be c2 (golint)
    • Line 913: warning: don't use underscores in Go names; var c_x should be cX (golint)
    • Line 966: warning: don't use underscores in Go names; var c_1 should be c1 (golint)
    • Line 966: warning: don't use underscores in Go names; var c_2 should be c2 (golint)
    • Line 1042: warning: don't use underscores in Go names; var c_1 should be c1 (golint)
    • Line 1042: warning: don't use underscores in Go names; var c_2 should be c2 (golint)
    • Line 1056: warning: don't use underscores in Go names; var c_x should be cX (golint)
    • Line 1183: warning: don't use underscores in Go names; var c_1 should be c1 (golint)
    • Line 1184: warning: don't use underscores in Go names; var c_2 should be c2 (golint)
    • Line 1222: warning: don't use underscores in Go names; var c_x should be cX (golint)
    • Line 1247: warning: don't use underscores in Go names; var c_1 should be c1 (golint)
    • Line 1247: warning: don't use underscores in Go names; var c_2 should be c2 (golint)
    • Line 1261: warning: don't use underscores in Go names; var c_x should be cX (golint)
    • ethclient/ethclient.go
    • Line 44: warning: exported function DialContext should have comment or be unexported (golint)
    • Line 57: warning: exported method Client.Close should have comment or be unexported (golint)
    • Line 63: warning: comment on exported method Client.ChainID should be of the form "ChainID ..." (golint)
    • les/utils/timeutils.go
    • Line 26: warning: exported type UpdateTimer should have comment or be unexported (golint)
    • Line 33: warning: exported function NewUpdateTimer should have comment or be unexported (golint)
    • Line 49: warning: exported method UpdateTimer.Update should have comment or be unexported (golint)
    • Line 53: warning: exported method UpdateTimer.UpdateAt should have comment or be unexported (golint)
    • crypto/bn256/cloudflare/bn256.go
    • Line 59: warning: receiver name e should be consistent with previous receiver name g for G1 (golint)
    • Line 68: warning: receiver name e should be consistent with previous receiver name g for G1 (golint)
    • Line 77: warning: receiver name e should be consistent with previous receiver name g for G1 (golint)
    • Line 86: warning: receiver name e should be consistent with previous receiver name g for G1 (golint)
    • Line 95: warning: receiver name e should be consistent with previous receiver name g for G1 (golint)
    • Line 104: warning: receiver name e should be consistent with previous receiver name g for G1 (golint)
    • Line 129: warning: receiver name e should be consistent with previous receiver name g for G1 (golint)
    • Line 347: warning: receiver name e should be consistent with previous receiver name g for GT (golint)
    • Line 356: warning: receiver name e should be consistent with previous receiver name g for GT (golint)
    • Line 365: warning: receiver name e should be consistent with previous receiver name g for GT (golint)
    • Line 374: warning: receiver name e should be consistent with previous receiver name g for GT (golint)
    • Line 383: warning: receiver name e should be consistent with previous receiver name g for GT (golint)
    • Line 390: warning: receiver name e should be consistent with previous receiver name g for GT (golint)
    • Line 432: warning: receiver name e should be consistent with previous receiver name g for GT (golint)
    • accounts/external/backend.go
    • Line 35: warning: exported type ExternalBackend should have comment or be unexported (golint)
    • Line 39: warning: exported method ExternalBackend.Wallets should have comment or be unexported (golint)
    • Line 43: warning: exported function NewExternalBackend should have comment or be unexported (golint)
    • Line 53: warning: exported method ExternalBackend.Subscribe should have comment or be unexported (golint)
    • Line 71: warning: exported function NewExternalSigner should have comment or be unexported (golint)
    • Line 89: warning: exported method ExternalSigner.URL should have comment or be unexported (golint)
    • Line 96: warning: exported method ExternalSigner.Status should have comment or be unexported (golint)
    • Line 100: warning: exported method ExternalSigner.Open should have comment or be unexported (golint)
    • Line 104: warning: exported method ExternalSigner.Close should have comment or be unexported (golint)
    • Line 108: warning: exported method ExternalSigner.Accounts should have comment or be unexported (golint)
    • Line 130: warning: exported method ExternalSigner.Contains should have comment or be unexported (golint)
    • Line 147: warning: exported method ExternalSigner.Derive should have comment or be unexported (golint)
    • Line 151: warning: exported method ExternalSigner.SelfDerive should have comment or be unexported (golint)
    • Line 176: warning: exported method ExternalSigner.SignText should have comment or be unexported (golint)
    • Line 199: warning: exported method ExternalSigner.SignTx should have comment or be unexported (golint)
    • Line 236: warning: exported method ExternalSigner.SignTextWithPassphrase should have comment or be unexported (golint)
    • Line 240: warning: exported method ExternalSigner.SignTxWithPassphrase should have comment or be unexported (golint)
    • Line 243: warning: exported method ExternalSigner.SignDataWithPassphrase should have comment or be unexported (golint)
    • cmd/clef/main.go
    • Line 822: warning: should not use basic type string as key in context.WithValue (golint)
    • Line 823: warning: should not use basic type string as key in context.WithValue (golint)
    • Line 824: warning: should not use basic type string as key in context.WithValue (golint)
    • Line 955: warning: should not use basic type string as key in context.WithValue (golint)
    • accounts/keystore/passphrase.go
    • Line 140: warning: comment on exported function EncryptDataV3 should be of the form "EncryptDataV3 ..." (golint)
    • Line 242: warning: exported function DecryptDataV3 should have comment or be unexported (golint)
    • core/blockchain.go
    • Line 92: warning: exported const TriesInMemory should have comment (or a comment on this block) or be unexported (golint)
    • Line 1083: warning: exported const NonStatTy should have comment (or a comment on this block) or be unexported (golint)
    • mobile/types.go
    • Line 129: warning: exported method Header.GetParentHash should have comment or be unexported (golint)
    • Line 130: warning: exported method Header.GetUncleHash should have comment or be unexported (golint)
    • Line 131: warning: exported method Header.GetCoinbase should have comment or be unexported (golint)
    • Line 132: warning: exported method Header.GetRoot should have comment or be unexported (golint)
    • Line 133: warning: exported method Header.GetTxHash should have comment or be unexported (golint)
    • Line 134: warning: exported method Header.GetReceiptHash should have comment or be unexported (golint)
    • Line 135: warning: exported method Header.GetBloom should have comment or be unexported (golint)
    • Line 136: warning: exported method Header.GetDifficulty should have comment or be unexported (golint)
    • Line 137: warning: exported method Header.GetNumber should have comment or be unexported (golint)
    • Line 138: warning: exported method Header.GetGasLimit should have comment or be unexported (golint)
    • Line 139: warning: exported method Header.GetGasUsed should have comment or be unexported (golint)
    • Line 140: warning: exported method Header.GetTime should have comment or be unexported (golint)
    • Line 141: warning: exported method Header.GetExtra should have comment or be unexported (golint)
    • Line 142: warning: exported method Header.GetMixDigest should have comment or be unexported (golint)
    • Line 143: warning: exported method Header.GetNonce should have comment or be unexported (golint)
    • Line 144: warning: exported method Header.GetHash should have comment or be unexported (golint)
    • Line 205: warning: exported method Block.GetParentHash should have comment or be unexported (golint)
    • Line 206: warning: exported method Block.GetUncleHash should have comment or be unexported (golint)
    • Line 207: warning: exported method Block.GetCoinbase should have comment or be unexported (golint)
    • Line 208: warning: exported method Block.GetRoot should have comment or be unexported (golint)
    • Line 209: warning: exported method Block.GetTxHash should have comment or be unexported (golint)
    • Line 210: warning: exported method Block.GetReceiptHash should have comment or be unexported (golint)
    • Line 211: warning: exported method Block.GetBloom should have comment or be unexported (golint)
    • Line 212: warning: exported method Block.GetDifficulty should have comment or be unexported (golint)
    • Line 213: warning: exported method Block.GetNumber should have comment or be unexported (golint)
    • Line 214: warning: exported method Block.GetGasLimit should have comment or be unexported (golint)
    • Line 215: warning: exported method Block.GetGasUsed should have comment or be unexported (golint)
    • Line 216: warning: exported method Block.GetTime should have comment or be unexported (golint)
    • Line 217: warning: exported method Block.GetExtra should have comment or be unexported (golint)
    • Line 218: warning: exported method Block.GetMixDigest should have comment or be unexported (golint)
    • Line 219: warning: exported method Block.GetNonce should have comment or be unexported (golint)
    • Line 220: warning: exported method Block.GetHash should have comment or be unexported (golint)
    • Line 221: warning: exported method Block.GetHeader should have comment or be unexported (golint)
    • Line 222: warning: exported method Block.GetUncles should have comment or be unexported (golint)
    • Line 223: warning: exported method Block.GetTransactions should have comment or be unexported (golint)
    • Line 224: warning: exported method Block.GetTransaction should have comment or be unexported (golint)
    • Line 286: warning: exported method Transaction.GetData should have comment or be unexported (golint)
    • Line 287: warning: exported method Transaction.GetGas should have comment or be unexported (golint)
    • Line 288: warning: exported method Transaction.GetGasPrice should have comment or be unexported (golint)
    • Line 289: warning: exported method Transaction.GetValue should have comment or be unexported (golint)
    • Line 290: warning: exported method Transaction.GetNonce should have comment or be unexported (golint)
    • Line 292: warning: exported method Transaction.GetHash should have comment or be unexported (golint)
    • Line 293: warning: exported method Transaction.GetCost should have comment or be unexported (golint)
    • Line 295: warning: comment on exported method Transaction.GetSigHash should be of the form "GetSigHash ..." (golint)
    • Line 298: warning: comment on exported method Transaction.GetFrom should be of the form "GetFrom ..." (golint)
    • Line 308: warning: exported method Transaction.GetTo should have comment or be unexported (golint)
    • Line 315: warning: exported method Transaction.WithSignature should have comment or be unexported (golint)
    • Line 383: warning: exported method Receipt.GetStatus should have comment or be unexported (golint)
    • Line 384: warning: exported method Receipt.GetPostState should have comment or be unexported (golint)
    • Line 385: warning: exported method Receipt.GetCumulativeGasUsed should have comment or be unexported (golint)
    • Line 386: warning: exported method Receipt.GetBloom should have comment or be unexported (golint)
    • Line 387: warning: exported method Receipt.GetLogs should have comment or be unexported (golint)
    • Line 388: warning: exported method Receipt.GetTxHash should have comment or be unexported (golint)
    • Line 389: warning: exported method Receipt.GetContractAddress should have comment or be unexported (golint)
    • Line 390: warning: exported method Receipt.GetGasUsed should have comment or be unexported (golint)
    • crypto/bn256/google/bn256.go
    • Line 169: warning: comment on exported function RandomG2 should be of the form "RandomG2 ..." (golint)
    • Line 227: warning: receiver name n should be consistent with previous receiver name e for G2 (golint)
    • Line 310: warning: receiver name e should be consistent with previous receiver name g for GT (golint)
    • Line 319: warning: receiver name e should be consistent with previous receiver name g for GT (golint)
    • Line 328: warning: receiver name e should be consistent with previous receiver name g for GT (golint)
    • Line 337: warning: receiver name n should be consistent with previous receiver name g for GT (golint)
    • Line 375: warning: receiver name e should be consistent with previous receiver name g for GT (golint)
    • internal/debug/flags.go
    • Line 23: warning: a blank import should be only in a main or test package, or have a comment justifying it (golint)
    • Line 36: warning: exported var Memsize should have comment or be unexported (golint)
    • Line 144: warning: comment on exported var DeprecatedFlags should be of the form "DeprecatedFlags ..." (golint)
    • Line 253: warning: exported function StartPProf should have comment or be unexported (golint)
    • node/errors.go
    • Line 27: warning: exported var ErrDatadirUsed should have comment or be unexported (golint)
    • p2p/simulations/mocker.go
    • Line 39: warning: comment on exported function LookupMocker should be of the form "LookupMocker ..." (golint)
    • Line 44: warning: comment on exported function GetMockerList should be of the form "GetMockerList ..." (golint)
    • cmd/devp2p/internal/ethtest/suite.go
    • Line 69: warning: exported method Suite.AllEthTests should have comment or be unexported (golint)
    • Line 105: warning: exported method Suite.EthTests should have comment or be unexported (golint)
    • Line 119: warning: exported method Suite.Eth66Tests should have comment or be unexported (golint)
    • Line 406: warning: exported method Suite.TestOldAnnounce should have comment or be unexported (golint)
    • Line 515: warning: exported method Suite.TestTransaction should have comment or be unexported (golint)
    • Line 526: warning: exported method Suite.TestMaliciousTx should have comment or be unexported (golint)
    • consensus/ethash/consensus.go
    • Line 496: warning: comment on exported var FrontierDifficultyCalulator should be of the form "FrontierDifficultyCalulator ..." (golint)
    • Line 498: warning: exported var HomesteadDifficultyCalulator should have comment or be unexported (golint)
    • Line 499: warning: exported var DynamicDifficultyCalculator should have comment or be unexported (golint)
    • internal/build/util.go
    • Line 36: warning: exported var DryRunFlag should have comment or be unexported (golint)
    • Line 51: warning: exported function MustRunCommand should have comment or be unexported (golint)
    • p2p/message.go
    • Line 73: warning: exported method Msg.Time should have comment or be unexported (golint)
    • Line 77: warning: exported type MsgReader should have comment or be unexported (golint)
    • Line 81: warning: exported type MsgWriter should have comment or be unexported (golint)
    • les/vflux/client/valuetracker.go
    • Line 98: warning: exported type ServedRequest should have comment or be unexported (golint)
    • Line 236: warning: comment on exported method ValueTracker.StatsExpFactor should be of the form "StatsExpFactor ..." (golint)
    • Line 484: warning: exported type RequestStatsItem should have comment or be unexported (golint)
    • metrics/resetting_timer.go
    • Line 10: warning: comment on exported const InitialResettingTimerSliceCap should be of the form "InitialResettingTimerSliceCap ..." (golint)
    • Line 120: warning: comment on exported method StandardResettingTimer.Time should be of the form "Time ..." (golint)
    • Line 127: warning: comment on exported method StandardResettingTimer.Update should be of the form "Update ..." (golint)
    • Line 134: warning: comment on exported method StandardResettingTimer.UpdateSince should be of the form "UpdateSince ..." (golint)
    • p2p/simulations/test.go
    • Line 34: warning: exported function NewNoopService should have comment or be unexported (golint)
    • Line 40: warning: exported method NoopService.Protocols should have comment or be unexported (golint)
    • Line 65: warning: exported method NoopService.APIs should have comment or be unexported (golint)
    • Line 69: warning: exported method NoopService.Start should have comment or be unexported (golint)
    • Line 73: warning: exported method NoopService.Stop should have comment or be unexported (golint)
    • Line 77: warning: exported function VerifyRing should have comment or be unexported (golint)
    • Line 96: warning: exported function VerifyChain should have comment or be unexported (golint)
    • Line 115: warning: exported function VerifyFull should have comment or be unexported (golint)
    • Line 133: warning: exported function VerifyStar should have comment or be unexported (golint)
    • tests/vm_test_util.go
    • Line 42: warning: exported method VMTest.UnmarshalJSON should have comment or be unexported (golint)
    • Line 81: warning: exported method VMTest.Run should have comment or be unexported (golint)
    • cmd/utils/flags.go
    • Line 110: warning: comment on exported var DataDirFlag should be of the form "DataDirFlag ..." (golint)
    • Line 116: warning: exported var AncientFlag should have comment or be unexported (golint)
    • Line 240: warning: comment on exported var LightServeFlag should be of the form "LightServeFlag ..." (golint)
    • Line 283: warning: comment on exported var EthashCacheDirFlag should be of the form "EthashCacheDirFlag ..." (golint)
    • Line 321: warning: comment on exported var TxPoolLocalsFlag should be of the form "TxPoolLocalsFlag ..." (golint)
    • Line 375: warning: comment on exported var CacheFlag should be of the form "CacheFlag ..." (golint)
    • Line 419: warning: comment on exported var MiningEnabledFlag should be of the form "MiningEnabledFlag ..." (golint)
    • Line 470: warning: comment on exported var UnlockedAccountFlag should be of the form "UnlockedAccountFlag ..." (golint)
    • Line 504: warning: comment on exported var EthStatsURLFlag should be of the form "EthStatsURLFlag ..." (golint)
    • Line 517: warning: comment on exported var IPCDisabledFlag should be of the form "IPCDisabledFlag ..." (golint)
    • Line 616: warning: comment on exported var MaxPeersFlag should be of the form "MaxPeersFlag ..." (golint)
    • Line 667: warning: comment on exported var JSpathFlag should be of the form "JSpathFlag ..." (golint)
    • Line 674: warning: comment on exported var GpoBlocksFlag should be of the form "GpoBlocksFlag ..." (golint)
    • Line 691: warning: comment on exported var MetricsEnabledFlag should be of the form "MetricsEnabledFlag ..." (golint)
    • Line 739: warning: comment on exported var MetricsInfluxDBTagsFlag should be of the form "MetricsInfluxDBTagsFlag ..." (golint)
    • Line 1131: warning: exported function SetP2PConfig should have comment or be unexported (golint)
    • Line 1734: warning: exported function SetupMetrics should have comment or be unexported (golint)
    • Line 1762: warning: exported function SplitTagsFlag should have comment or be unexported (golint)
    • Line 1801: warning: exported function MakeGenesis should have comment or be unexported (golint)
    • internal/jsre/jsre.go
    • Line 69: warning: comment on exported function New should be of the form "New ..." (golint)
    • Line 230: warning: comment on exported method JSRE.Stop should be of the form "Stop ..." (golint)
    • Line 239: warning: comment on exported method JSRE.Exec should be of the form "Exec ..." (golint)
    • core/vm/eips.go
    • Line 46: warning: exported function ValidEip should have comment or be unexported (golint)
    • Line 50: warning: exported function ActivateableEips should have comment or be unexported (golint)
    • p2p/nodestate/nodestate.go
    • Line 36: warning: exported var ErrInvalidField should have comment or be unexported (golint)
    • Line 120: warning: comment on exported type Setup should be of the form "Setup ..." (with optional leading article) (golint)
    • Line 298: warning: receiver name f should be consistent with previous receiver name a for Flags (golint)
    • signer/core/uiapi.go
    • Line 34: warning: comment on exported type UIServerAPI should be of the form "UIServerAPI ..." (with optional leading article) (golint)
    • Line 51: warning: comment on exported method UIServerAPI.ListAccounts should be of the form "ListAccounts ..." (golint)
    • Line 186: warning: receiver name api should be consistent with previous receiver name s for UIServerAPI (golint)
    • Line 204: warning: receiver name api should be consistent with previous receiver name s for UIServerAPI (golint)
    • cmd/geth/dbcmd.go
    • Line 271: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 278: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 488: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 505: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • log/root.go
    • Line 9: warning: exported var StdoutHandler should have comment or be unexported (golint)
    • p2p/enode/idscheme.go
    • Line 31: warning: comment on exported var ValidSchemes should be of the form "ValidSchemes ..." (golint)
    • Line 36: warning: exported var ValidSchemesForTesting should have comment or be unexported (golint)
    • Line 41: warning: comment on exported type V4ID should be of the form "V4ID ..." (with optional leading article) (golint)
    • Line 64: warning: exported method V4ID.Verify should have comment or be unexported (golint)
    • Line 80: warning: exported method V4ID.NodeAddr should have comment or be unexported (golint)
    • Line 95: warning: exported method Secp256k1.ENRKey should have comment or be unexported (golint)
    • Line 143: warning: exported method NullID.Verify should have comment or be unexported (golint)
    • Line 147: warning: exported method NullID.NodeAddr should have comment or be unexported (golint)
    • Line 153: warning: exported function SignNull should have comment or be unexported (golint)
    • p2p/simulations/http.go
    • Line 367: warning: comment on exported method Server.GetMockers should be of the form "GetMockers ..." (golint)
    • Line 722: warning: should not use basic type string as key in context.WithValue (golint)
    • Line 737: warning: should not use basic type string as key in context.WithValue (golint)
    • signer/core/types.go
    • Line 30: warning: exported type ValidationInfo should have comment or be unexported (golint)
    • Line 34: warning: exported type ValidationMessages should have comment or be unexported (golint)
    • Line 39: warning: exported const WARN should have comment (or a comment on this block) or be unexported (golint)
    • Line 44: warning: exported method ValidationMessages.Crit should have comment or be unexported (golint)
    • Line 47: warning: exported method ValidationMessages.Warn should have comment or be unexported (golint)
    • Line 50: warning: exported method ValidationMessages.Info should have comment or be unexported (golint)
    • Line 55: warning: receiver name v should be consistent with previous receiver name vs for ValidationMessages (golint)
    • core/asm/lexer.go
    • Line 56: warning: exported const Numbers should have comment (or a comment on this block) or be unexported (golint)
    • Line 96: warning: comment on exported function Lex should be of the form "Lex ..." (golint)
    • core/types/transaction_signing.go
    • Line 30: warning: exported var ErrInvalidChainId should have comment or be unexported (golint)
    • Line 267: warning: exported function NewEIP155Signer should have comment or be unexported (golint)
    • Line 277: warning: exported method EIP155Signer.ChainID should have comment or be unexported (golint)
    • Line 281: warning: exported method EIP155Signer.Equal should have comment or be unexported (golint)
    • Line 288: warning: exported method EIP155Signer.Sender should have comment or be unexported (golint)
    • Line 332: warning: comment on exported type HomesteadSigner should be of the form "HomesteadSigner ..." (with optional leading article) (golint)
    • Line 336: warning: exported method HomesteadSigner.ChainID should have comment or be unexported (golint)
    • Line 340: warning: exported method HomesteadSigner.Equal should have comment or be unexported (golint)
    • Line 347: warning: receiver name hs should be consistent with previous receiver name s for HomesteadSigner (golint)
    • Line 351: warning: exported method HomesteadSigner.Sender should have comment or be unexported (golint)
    • Line 351: warning: receiver name hs should be consistent with previous receiver name s for HomesteadSigner (golint)
    • Line 359: warning: exported type FrontierSigner should have comment or be unexported (golint)
    • Line 361: warning: exported method FrontierSigner.ChainID should have comment or be unexported (golint)
    • Line 365: warning: exported method FrontierSigner.Equal should have comment or be unexported (golint)
    • Line 370: warning: exported method FrontierSigner.Sender should have comment or be unexported (golint)
    • Line 370: warning: receiver name fs should be consistent with previous receiver name s for FrontierSigner (golint)
    • Line 380: warning: receiver name fs should be consistent with previous receiver name s for FrontierSigner (golint)
    • Line 390: warning: receiver name fs should be consistent with previous receiver name s for FrontierSigner (golint)
    • Line 451: warning: exported type CachedSender should have comment or be unexported (golint)
    • Line 456: warning: exported type SenderCache should have comment or be unexported (golint)
    • Line 461: warning: exported type CachedSigner should have comment or be unexported (golint)
    • Line 466: warning: exported function WrapWithCachedSigner should have comment or be unexported (golint)
    • Line 473: warning: exported method CachedSigner.Sender should have comment or be unexported (golint)
    • internal/ethapi/api.go
    • Line 207: warning: comment on exported method PrivateAccountAPI.ListAccounts should be of the form "ListAccounts ..." (golint)
    • Line 543: warning: receiver name s should be consistent with previous receiver name api for PublicBlockChainAPI (golint)
    • Line 551: warning: receiver name s should be consistent with previous receiver name api for PublicBlockChainAPI (golint)
    • Line 559: warning: comment on exported type AccountResult should be of the form "AccountResult ..." (with optional leading article) (golint)
    • Line 569: warning: exported type StorageResult should have comment or be unexported (golint)
    • Line 576: warning: receiver name s should be consistent with previous receiver name api for PublicBlockChainAPI (golint)
    • Line 628: warning: receiver name s should be consistent with previous receiver name api for PublicBlockChainAPI (golint)
    • Line 644: warning: receiver name s should be consistent with previous receiver name api for PublicBlockChainAPI (golint)
    • Line 657: warning: receiver name s should be consistent with previous receiver name api for PublicBlockChainAPI (golint)
    • Line 674: warning: receiver name s should be consistent with previous receiver name api for PublicBlockChainAPI (golint)
    • Line 684: warning: receiver name s should be consistent with previous receiver name api for PublicBlockChainAPI (golint)
    • Line 700: warning: receiver name s should be consistent with previous receiver name api for PublicBlockChainAPI (golint)
    • Line 715: warning: receiver name s should be consistent with previous receiver name api for PublicBlockChainAPI (golint)
    • Line 724: warning: receiver name s should be consistent with previous receiver name api for PublicBlockChainAPI (golint)
    • Line 733: warning: receiver name s should be consistent with previous receiver name api for PublicBlockChainAPI (golint)
    • Line 745: warning: receiver name s should be consistent with previous receiver name api for PublicBlockChainAPI (golint)
    • Line 858: warning: exported function DoCall should have comment or be unexported (golint)
    • Line 946: warning: receiver name s should be consistent with previous receiver name api for PublicBlockChainAPI (golint)
    • Line 958: warning: exported function DoEstimateGas should have comment or be unexported (golint)
    • Line 1069: warning: receiver name s should be consistent with previous receiver name api for PublicBlockChainAPI (golint)
    • Line 1199: warning: receiver name s should be consistent with previous receiver name api for PublicBlockChainAPI (golint)
    • Line 1207: warning: receiver name s should be consistent with previous receiver name api for PublicBlockChainAPI (golint)
    • Line 1327: warning: receiver name s should be consistent with previous receiver name api for PublicBlockChainAPI (golint)
    • les/vflux/client/api.go
    • Line 44: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 71: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 89: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 104: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • metrics/sample.go
    • Line 13: warning: comment on exported type Sample should be of the form "Sample ..." (with optional leading article) (golint)
    • Line 217: warning: comment on exported method NilSample.Snapshot should be of the form "Snapshot ..." (golint)
    • Line 271: warning: comment on exported function SamplePercentile should be of the form "SamplePercentile ..." (golint)
    • Line 305: warning: exported function NewSampleSnapshot should have comment or be unexported (golint)
    • Line 397: warning: comment on exported type UniformSample should be of the form "UniformSample ..." (with optional leading article) (golint)
    • core/types/block.go
    • Line 35: warning: exported var EmptyRootHash should have comment or be unexported (golint)
    • Line 262: warning: exported method Block.Uncles should have comment or be unexported (golint)
    • Line 263: warning: exported method Block.Transactions should have comment or be unexported (golint)
    • Line 265: warning: exported method Block.Transaction should have comment or be unexported (golint)
    • Line 274: warning: exported method Block.Number should have comment or be unexported (golint)
    • Line 275: warning: exported method Block.GasLimit should have comment or be unexported (golint)
    • Line 276: warning: exported method Block.GasUsed should have comment or be unexported (golint)
    • Line 277: warning: exported method Block.Difficulty should have comment or be unexported (golint)
    • Line 278: warning: exported method Block.Time should have comment or be unexported (golint)
    • Line 280: warning: exported method Block.NumberU64 should have comment or be unexported (golint)
    • Line 281: warning: exported method Block.MixDigest should have comment or be unexported (golint)
    • Line 282: warning: exported method Block.Nonce should have comment or be unexported (golint)
    • Line 283: warning: exported method Block.Bloom should have comment or be unexported (golint)
    • Line 284: warning: exported method Block.Coinbase should have comment or be unexported (golint)
    • Line 285: warning: exported method Block.Root should have comment or be unexported (golint)
    • Line 286: warning: exported method Block.ParentHash should have comment or be unexported (golint)
    • Line 287: warning: exported method Block.TxHash should have comment or be unexported (golint)
    • Line 288: warning: exported method Block.ReceiptHash should have comment or be unexported (golint)
    • Line 289: warning: exported method Block.UncleHash should have comment or be unexported (golint)
    • Line 290: warning: exported method Block.Extra should have comment or be unexported (golint)
    • Line 292: warning: exported method Block.Header should have comment or be unexported (golint)
    • Line 322: warning: exported function CalcUncleHash should have comment or be unexported (golint)
    • Line 382: warning: exported type Blocks should have comment or be unexported (golint)
    • tests/init.go
    • Line 172: warning: comment on exported function AvailableForks should be of the form "AvailableForks ..." (golint)
    • mobile/ethereum.go
    • Line 50: warning: exported method CallMsg.GetFrom should have comment or be unexported (golint)
    • Line 51: warning: exported method CallMsg.GetGas should have comment or be unexported (golint)
    • Line 52: warning: exported method CallMsg.GetGasPrice should have comment or be unexported (golint)
    • Line 53: warning: exported method CallMsg.GetValue should have comment or be unexported (golint)
    • Line 54: warning: exported method CallMsg.GetData should have comment or be unexported (golint)
    • Line 55: warning: exported method CallMsg.GetTo should have comment or be unexported (golint)
    • Line 62: warning: exported method CallMsg.SetFrom should have comment or be unexported (golint)
    • Line 63: warning: exported method CallMsg.SetGas should have comment or be unexported (golint)
    • Line 64: warning: exported method CallMsg.SetGasPrice should have comment or be unexported (golint)
    • Line 65: warning: exported method CallMsg.SetValue should have comment or be unexported (golint)
    • Line 66: warning: exported method CallMsg.SetData should have comment or be unexported (golint)
    • Line 67: warning: exported method CallMsg.SetTo should have comment or be unexported (golint)
    • Line 81: warning: exported method SyncProgress.GetStartingBlock should have comment or be unexported (golint)
    • Line 82: warning: exported method SyncProgress.GetCurrentBlock should have comment or be unexported (golint)
    • Line 83: warning: exported method SyncProgress.GetHighestBlock should have comment or be unexported (golint)
    • Line 84: warning: exported method SyncProgress.GetPulledStates should have comment or be unexported (golint)
    • Line 85: warning: exported method SyncProgress.GetKnownStates should have comment or be unexported (golint)
    • Line 139: warning: exported method FilterQuery.GetFromBlock should have comment or be unexported (golint)
    • Line 140: warning: exported method FilterQuery.GetToBlock should have comment or be unexported (golint)
    • Line 141: warning: exported method FilterQuery.GetAddresses should have comment or be unexported (golint)
    • Line 142: warning: exported method FilterQuery.GetTopics should have comment or be unexported (golint)
    • Line 144: warning: exported method FilterQuery.SetFromBlock should have comment or be unexported (golint)
    • Line 145: warning: exported method FilterQuery.SetToBlock should have comment or be unexported (golint)
    • Line 146: warning: exported method FilterQuery.SetAddresses should have comment or be unexported (golint)
    • Line 147: warning: exported method FilterQuery.SetTopics should have comment or be unexported (golint)
    • metrics/counter.go
    • Line 7: warning: comment on exported type Counter should be of the form "Counter ..." (with optional leading article) (golint)
    • trie/stacktrie.go
    • Line 34: warning: exported var ErrCommitDisabled should have comment or be unexported (golint)
    • Line 113: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 200: warning: exported method StackTrie.Update should have comment or be unexported (golint)
    • Line 206: warning: exported method StackTrie.Reset should have comment or be unexported (golint)
    • cmd/evm/internal/t8ntool/transition.go
    • Line 43: warning: exported const ErrorEVM should have comment (or a comment on this block) or be unexported (golint)
    • Line 53: warning: exported type NumberedError should have comment or be unexported (golint)
    • Line 58: warning: exported function NewError should have comment or be unexported (golint)
    • Line 66: warning: exported method NumberedError.Code should have comment or be unexported (golint)
    • Line 76: warning: exported function Main should have comment or be unexported (golint)
    • Line 184: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 247: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 292: warning: exported type Alloc should have comment or be unexported (golint)
    • Line 294: warning: exported method Alloc.OnRoot should have comment or be unexported (golint)
    • Line 296: warning: exported method Alloc.OnAccount should have comment or be unexported (golint)
    • cmd/devp2p/internal/ethtest/eth66_suite.go
    • Line 32: warning: don't use underscores in Go names; method Is_66 should be Is66 (golint)
    • Line 43: warning: don't use underscores in Go names; method TestStatus_66 should be TestStatus66 (golint)
    • Line 63: warning: don't use underscores in Go names; method TestGetBlockHeaders_66 should be TestGetBlockHeaders66 (golint)
    • Line 92: warning: don't use underscores in Go names; method TestSimultaneousRequests_66 should be TestSimultaneousRequests66 (golint)
    • Line 147: warning: don't use underscores in Go names; method TestBroadcast_66 should be TestBroadcast66 (golint)
    • Line 154: warning: don't use underscores in Go names; method TestGetBlockBodies_66 should be TestGetBlockBodies66 (golint)
    • Line 183: warning: don't use underscores in Go names; method TestLargeAnnounce_66 should be TestLargeAnnounce66 (golint)
    • Line 224: warning: exported method Suite.TestOldAnnounce_66 should have comment or be unexported (golint)
    • Line 224: warning: don't use underscores in Go names; method TestOldAnnounce_66 should be TestOldAnnounce66 (golint)
    • Line 233: warning: don't use underscores in Go names; method TestMaliciousHandshake_66 should be TestMaliciousHandshake66 (golint)
    • Line 307: warning: don't use underscores in Go names; method TestMaliciousStatus_66 should be TestMaliciousStatus66 (golint)
    • Line 337: warning: exported method Suite.TestTransaction_66 should have comment or be unexported (golint)
    • Line 337: warning: don't use underscores in Go names; method TestTransaction_66 should be TestTransaction66 (golint)
    • Line 348: warning: exported method Suite.TestMaliciousTx_66 should have comment or be unexported (golint)
    • Line 348: warning: don't use underscores in Go names; method TestMaliciousTx_66 should be TestMaliciousTx66 (golint)
    • Line 376: warning: don't use underscores in Go names; method TestZeroRequestID_66 should be TestZeroRequestID66 (golint)
    • Line 400: warning: don't use underscores in Go names; method TestSameRequestID_66 should be TestSameRequestID66 (golint)
    • Line 446: warning: don't use underscores in Go names; method TestLargeTxRequest_66 should be TestLargeTxRequest66 (golint)
    • Line 487: warning: don't use underscores in Go names; method TestNewPooledTxs_66 should be TestNewPooledTxs66 (golint)
    • crypto/crypto.go
    • Line 176: warning: exported function FromECDSAPub should have comment or be unexported (golint)
    • Line 276: warning: exported function PubkeyToAddress should have comment or be unexported (golint)
    • p2p/enr/entries.go
    • Line 61: warning: exported method TCP.ENRKey should have comment or be unexported (golint)
    • Line 63: warning: comment on exported type TCP6 should be of the form "TCP6 ..." (with optional leading article) (golint)
    • Line 66: warning: exported method TCP6.ENRKey should have comment or be unexported (golint)
    • Line 71: warning: exported method UDP.ENRKey should have comment or be unexported (golint)
    • Line 73: warning: comment on exported type UDP6 should be of the form "UDP6 ..." (with optional leading article) (golint)
    • Line 76: warning: exported method UDP6.ENRKey should have comment or be unexported (golint)
    • Line 81: warning: exported const IDv4 should have comment or be unexported (golint)
    • Line 83: warning: exported method ID.ENRKey should have comment or be unexported (golint)
    • Line 90: warning: exported method IP.ENRKey should have comment or be unexported (golint)
    • Line 122: warning: exported method IPv4.ENRKey should have comment or be unexported (golint)
    • Line 147: warning: exported method IPv6.ENRKey should have comment or be unexported (golint)
    • cmd/devp2p/internal/v4test/discv4tests.go
    • Line 41: warning: comment on exported var Listen1 should be of the form "Listen1 ..." (golint)
    • Line 43: warning: comment on exported var Listen2 should be of the form "Listen2 ..." (golint)
    • Line 72: warning: comment on exported function BasicPing should be of the form "BasicPing ..." (golint)
    • Line 109: warning: comment on exported function PingWrongTo should be of the form "PingWrongTo ..." (golint)
    • Line 128: warning: comment on exported function PingWrongFrom should be of the form "PingWrongFrom ..." (golint)
    • Line 147: warning: comment on exported function PingExtraData should be of the form "PingExtraData ..." (golint)
    • Line 169: warning: comment on exported function PingExtraDataWrongFrom should be of the form "PingExtraDataWrongFrom ..." (golint)
    • Line 191: warning: comment on exported function PingPastExpiration should be of the form "PingPastExpiration ..." (golint)
    • Line 210: warning: comment on exported function WrongPacketType should be of the form "WrongPacketType ..." (golint)
    • Line 228: warning: comment on exported function BondThenPingWithWrongFrom should be of the form "BondThenPingWithWrongFrom ..." (golint)
    • Line 249: warning: comment on exported function FindnodeWithoutEndpointProof should be of the form "FindnodeWithoutEndpointProof ..." (golint)
    • Line 285: warning: comment on exported function UnsolicitedNeighbors should be of the form "UnsolicitedNeighbors ..." (golint)
    • Line 326: warning: comment on exported function FindnodePastExpiration should be of the form "FindnodePastExpiration ..." (golint)
    • Line 377: warning: comment on exported function FindnodeAmplificationInvalidPongHash should be of the form "FindnodeAmplificationInvalidPongHash ..." (golint)
    • Line 429: warning: comment on exported function FindnodeAmplificationWrongIP should be of the form "FindnodeAmplificationWrongIP ..." (golint)
    • Line 452: warning: exported var AllTests should have comment or be unexported (golint)
    • light/txpool_test.go
    • Line 39: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 43: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 50: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • mobile/p2p.go
    • Line 32: warning: exported method NodeInfo.GetID should have comment or be unexported (golint)
    • Line 33: warning: exported method NodeInfo.GetName should have comment or be unexported (golint)
    • Line 34: warning: exported method NodeInfo.GetEnode should have comment or be unexported (golint)
    • Line 35: warning: exported method NodeInfo.GetIP should have comment or be unexported (golint)
    • Line 36: warning: exported method NodeInfo.GetDiscoveryPort should have comment or be unexported (golint)
    • Line 37: warning: exported method NodeInfo.GetListenerPort should have comment or be unexported (golint)
    • Line 38: warning: exported method NodeInfo.GetListenerAddress should have comment or be unexported (golint)
    • Line 39: warning: exported method NodeInfo.GetProtocols should have comment or be unexported (golint)
    • Line 52: warning: exported method PeerInfo.GetID should have comment or be unexported (golint)
    • Line 53: warning: exported method PeerInfo.GetName should have comment or be unexported (golint)
    • Line 54: warning: exported method PeerInfo.GetCaps should have comment or be unexported (golint)
    • Line 55: warning: exported method PeerInfo.GetLocalAddress should have comment or be unexported (golint)
    • Line 56: warning: exported method PeerInfo.GetRemoteAddress should have comment or be unexported (golint)
    • crypto/secp256k1/curve.go
    • Line 89: warning: exported method BitCurve.Params should have comment or be unexported (golint)
    • Line 245: warning: exported method BitCurve.ScalarMult should have comment or be unexported (golint)
    • common/math/big.go
    • Line 74: warning: comment on exported function NewDecimal256 should be of the form "NewDecimal256 ..." (golint)
    • les/vflux/client/requestbasket.go
    • Line 237: warning: receiver name r should be consistent with previous receiver name b for requestBasket (golint)
    • Line 242: warning: receiver name r should be consistent with previous receiver name b for requestBasket (golint)
    • Line 259: warning: receiver name r should be consistent with previous receiver name b for requestBasket (golint)
    • metrics/gauge_float64.go
    • Line 5: warning: comment on exported type GaugeFloat64 should be of the form "GaugeFloat64 ..." (with optional leading article) (golint)
    • Line 41: warning: comment on exported function NewFunctionalGaugeFloat64 should be of the form "NewFunctionalGaugeFloat64 ..." (golint)
    • Line 49: warning: comment on exported function NewRegisteredFunctionalGaugeFloat64 should be of the form "NewRegisteredFunctionalGaugeFloat64 ..." (golint)
    • Line 73: warning: comment on exported type NilGaugeFloat64 should be of the form "NilGaugeFloat64 ..." (with optional leading article) (golint)
    • crypto/ecies/ecies.go
    • Line 46: warning: exported var ErrImport should have comment or be unexported (golint)
    • Line 61: warning: comment on exported method PublicKey.ExportECDSA should be of the form "ExportECDSA ..." (golint)
    • Line 66: warning: comment on exported function ImportECDSAPublic should be of the form "ImportECDSAPublic ..." (golint)
    • Line 82: warning: comment on exported method PrivateKey.ExportECDSA should be of the form "ExportECDSA ..." (golint)
    • Line 89: warning: comment on exported function ImportECDSA should be of the form "ImportECDSA ..." (golint)
    • Line 95: warning: comment on exported function GenerateKey should be of the form "GenerateKey ..." (golint)
    • Line 120: warning: comment on exported method PrivateKey.GenerateShared should be of the form "GenerateShared ..." (golint)
    • Line 141: warning: exported var ErrSharedTooLong should have comment or be unexported (golint)
    • core/vm/memory.go
    • Line 71: warning: comment on exported method Memory.GetCopy should be of the form "GetCopy ..." (golint)
    • les/utils/expiredvalue.go
    • Line 70: warning: comment on exported method ExpiredValue.Value should be of the form "Value ..." (golint)
    • Line 76: warning: comment on exported method ExpiredValue.Add should be of the form "Add ..." (golint)
    • Line 105: warning: comment on exported method ExpiredValue.AddExp should be of the form "AddExp ..." (golint)
    • Line 117: warning: comment on exported method ExpiredValue.SubExp should be of the form "SubExp ..." (golint)
    • Line 146: warning: comment on exported method LinearExpiredValue.Value should be of the form "Value ..." (golint)
    • Line 161: warning: comment on exported method LinearExpiredValue.Add should be of the form "Add ..." (golint)
    • Line 247: warning: comment on exported function Float64ToFixed64 should be of the form "Float64ToFixed64 ..." (golint)
    • Line 252: warning: comment on exported method Fixed64.ToUint64 should be of the form "ToUint64 ..." (golint)
    • Line 257: warning: comment on exported method Fixed64.Fraction should be of the form "Fraction ..." (golint)
    • Line 267: warning: comment on exported method Fixed64.Pow2 should be of the form "Pow2 ..." (golint)
    • les/vflux/server/clientpool.go
    • Line 35: warning: exported var ErrNotConnected should have comment or be unexported (golint)
    • Line 178: warning: comment on exported method ClientPool.SetConnectedBias should be of the form "SetConnectedBias ..." (golint)
    • crypto/bls12381/g1.go
    • Line 30: warning: exported method PointG1.Set should have comment or be unexported (golint)
    • Line 231: warning: comment on exported method G1.Affine should be of the form "Affine ..." (golint)
    • core/headerchain.go
    • Line 299: warning: exported method HeaderChain.ValidateHeaderChain should have comment or be unexported (golint)
    • Line 527: warning: exported method HeaderChain.GetCanonicalHash should have comment or be unexported (golint)
    • p2p/nat/nat.go
    • Line 32: warning: comment on exported type Interface should be of the form "Interface ..." (with optional leading article) (golint)
    • Line 133: warning: exported method ExtIP.ExternalIP should have comment or be unexported (golint)
    • Line 138: warning: exported method ExtIP.AddMapping should have comment or be unexported (golint)
    • Line 139: warning: exported method ExtIP.DeleteMapping should have comment or be unexported (golint)
    • metrics/ewma.go
    • Line 10: warning: comment on exported type EWMA should be of the form "EWMA ..." (with optional leading article) (golint)
    • les/server_handler.go
    • Line 46: warning: exported const MaxHeaderFetch should have comment (or a comment on this block) or be unexported (golint)
    • les/vflux/client/timestats.go
    • Line 35: warning: comment on exported type ResponseTimeWeights should be of the form "ResponseTimeWeights ..." (with optional leading article) (golint)
    • p2p/server.go
    • Line 373: warning: comment on exported method Server.SubscribeEvents should be of the form "SubscribeEvents ..." (golint)
    • params/protocol_params.go
    • Line 22: warning: exported const GasLimitBoundDivisor should have comment (or a comment on this block) or be unexported (golint)
    • Line 81: warning: comment on exported const CallGasFrontier should be of the form "CallGasFrontier ..." (golint)
    • Line 97: warning: comment on exported const ExpByteFrontier should be of the form "ExpByteFrontier ..." (golint)
    • Line 101: warning: comment on exported const ExtcodeCopyBaseFrontier should be of the form "ExtcodeCopyBaseFrontier ..." (golint)
    • Line 142: warning: comment on exported var Bls12381MultiExpDiscountTable should be of the form "Bls12381MultiExpDiscountTable ..." (golint)
    • Line 146: warning: exported var DifficultyBoundDivisor should have comment or be unexported (golint)
    • crypto/bls12381/gt.go
    • Line 32: warning: exported method E.Set should have comment or be unexported (golint)
    • Line 48: warning: receiver name g should be consistent with previous receiver name e for E (golint)
    • trie/stacktrie_test.go
    • Line 150: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 188: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • les/protocol.go
    • Line 48: warning: comment on exported var ProtocolLengths should be of the form "ProtocolLengths ..." (golint)
    • Line 52: warning: exported const NetworkId should have comment (or a comment on this block) or be unexported (golint)
    • Line 201: warning: exported const ErrMsgTooLarge should have comment (or a comment on this block) or be unexported (golint)
    • cmd/utils/flags_legacy.go
    • Line 27: warning: exported var ShowDeprecated should have comment or be unexported (golint)
    • Line 36: warning: exported var DeprecatedFlags should have comment or be unexported (golint)
    • Line 39: warning: comment on exported var LegacyRPCEnabledFlag should be of the form "LegacyRPCEnabledFlag ..." (golint)
    • Line 44: warning: exported var LegacyRPCListenAddrFlag should have comment or be unexported (golint)
    • light/lightchain.go
    • Line 225: warning: exported method LightChain.StateCache should have comment or be unexported (golint)
    • Line 439: warning: comment on exported method LightChain.GetTdOdr should be of the form "GetTdOdr ..." (golint)
    • Line 469: warning: receiver name bc should be consistent with previous receiver name lc for LightChain (golint)
    • miner/miner.go
    • Line 68: warning: exported function New should have comment or be unexported (golint)
    • Line 147: warning: exported method Miner.Start should have comment or be unexported (golint)
    • Line 151: warning: exported method Miner.Stop should have comment or be unexported (golint)
    • Line 155: warning: exported method Miner.Close should have comment or be unexported (golint)
    • Line 159: warning: exported method Miner.Mining should have comment or be unexported (golint)
    • Line 163: warning: exported method Miner.Hashrate should have comment or be unexported (golint)
    • Line 170: warning: exported method Miner.SetExtra should have comment or be unexported (golint)
    • Line 197: warning: exported method Miner.SetEtherbase should have comment or be unexported (golint)
    • signer/core/stdioui.go
    • Line 27: warning: exported type StdIOUI should have comment or be unexported (golint)
    • Line 31: warning: exported function NewStdIOUI should have comment or be unexported (golint)
    • Line 40: warning: exported method StdIOUI.RegisterUIServer should have comment or be unexported (golint)
    • Line 63: warning: exported method StdIOUI.ApproveTx should have comment or be unexported (golint)
    • Line 69: warning: exported method StdIOUI.ApproveSignData should have comment or be unexported (golint)
    • Line 75: warning: exported method StdIOUI.ApproveListing should have comment or be unexported (golint)
    • Line 81: warning: exported method StdIOUI.ApproveNewAccount should have comment or be unexported (golint)
    • Line 87: warning: exported method StdIOUI.ShowError should have comment or be unexported (golint)
    • Line 94: warning: exported method StdIOUI.ShowInfo should have comment or be unexported (golint)
    • Line 100: warning: exported method StdIOUI.OnApprovedTx should have comment or be unexported (golint)
    • Line 107: warning: exported method StdIOUI.OnSignerStartup should have comment or be unexported (golint)
    • Line 113: warning: exported method StdIOUI.OnInputRequired should have comment or be unexported (golint)
    • core/tx_pool.go
    • Line 124: warning: exported const TxStatusUnknown should have comment (or a comment on this block) or be unexported (golint)
    • Line 781: warning: comment on exported method TxPool.AddRemotesSync should be of the form "AddRemotesSync ..." (golint)
    • crypto/ecies/params.go
    • Line 49: warning: exported var DefaultCurve should have comment or be unexported (golint)
    • Line 60: warning: exported type ECIESParams should have comment or be unexported (golint)
    • Line 75: warning: exported var ECIES_AES128_SHA256 should have comment or be unexported (golint)
    • Line 115: warning: exported function AddParamsForCurve should have comment or be unexported (golint)
    • eth/protocols/eth/protocol.go
    • Line 53: warning: comment on exported const StatusMsg should be of the form "StatusMsg ..." (golint)
    • Line 55: warning: exported const NewBlockHashesMsg should have comment (or a comment on this block) or be unexported (golint)
    • Line 67: warning: comment on exported const NewPooledTransactionHashesMsg should be of the form "NewPooledTransactionHashesMsg ..." (golint)
    • Line 131: warning: comment on exported type GetBlockHeadersPacket66 should be of the form "GetBlockHeadersPacket66 ..." (with optional leading article) (golint)
    • Line 176: warning: comment on exported type BlockHeadersPacket66 should be of the form "BlockHeadersPacket66 ..." (with optional leading article) (golint)
    • Line 204: warning: comment on exported type GetBlockBodiesPacket66 should be of the form "GetBlockBodiesPacket66 ..." (with optional leading article) (golint)
    • Line 213: warning: comment on exported type BlockBodiesPacket66 should be of the form "BlockBodiesPacket66 ..." (with optional leading article) (golint)
    • Line 252: warning: comment on exported type GetNodeDataPacket66 should be of the form "GetNodeDataPacket66 ..." (with optional leading article) (golint)
    • Line 261: warning: comment on exported type NodeDataPacket66 should be of the form "NodeDataPacket66 ..." (with optional leading article) (golint)
    • Line 270: warning: comment on exported type GetReceiptsPacket66 should be of the form "GetReceiptsPacket66 ..." (with optional leading article) (golint)
    • Line 279: warning: comment on exported type ReceiptsPacket66 should be of the form "ReceiptsPacket66 ..." (with optional leading article) (golint)
    • Line 288: warning: comment on exported type ReceiptsRLPPacket66 should be of the form "ReceiptsRLPPacket66 ..." (with optional leading article) (golint)
    • Line 300: warning: exported type GetPooledTransactionsPacket66 should have comment or be unexported (golint)
    • Line 308: warning: comment on exported type PooledTransactionsPacket66 should be of the form "PooledTransactionsPacket66 ..." (with optional leading article) (golint)
    • Line 314: warning: comment on exported type PooledTransactionsRLPPacket should be of the form "PooledTransactionsRLPPacket ..." (with optional leading article) (golint)
    • Line 324: warning: exported method StatusPacket.Name should have comment or be unexported (golint)
    • Line 325: warning: exported method StatusPacket.Kind should have comment or be unexported (golint)
    • Line 327: warning: exported method NewBlockHashesPacket.Name should have comment or be unexported (golint)
    • Line 328: warning: exported method NewBlockHashesPacket.Kind should have comment or be unexported (golint)
    • Line 330: warning: exported method TransactionsPacket.Name should have comment or be unexported (golint)
    • Line 331: warning: exported method TransactionsPacket.Kind should have comment or be unexported (golint)
    • Line 333: warning: exported method GetBlockHeadersPacket.Name should have comment or be unexported (golint)
    • Line 334: warning: exported method GetBlockHeadersPacket.Kind should have comment or be unexported (golint)
    • Line 336: warning: exported method BlockHeadersPacket.Name should have comment or be unexported (golint)
    • Line 337: warning: exported method BlockHeadersPacket.Kind should have comment or be unexported (golint)
    • Line 339: warning: exported method GetBlockBodiesPacket.Name should have comment or be unexported (golint)
    • Line 340: warning: exported method GetBlockBodiesPacket.Kind should have comment or be unexported (golint)
    • Line 342: warning: exported method BlockBodiesPacket.Name should have comment or be unexported (golint)
    • Line 343: warning: exported method BlockBodiesPacket.Kind should have comment or be unexported (golint)
    • Line 345: warning: exported method NewBlockPacket.Name should have comment or be unexported (golint)
    • Line 346: warning: exported method NewBlockPacket.Kind should have comment or be unexported (golint)
    • Line 348: warning: exported method GetNodeDataPacket.Name should have comment or be unexported (golint)
    • Line 349: warning: exported method GetNodeDataPacket.Kind should have comment or be unexported (golint)
    • Line 351: warning: exported method NodeDataPacket.Name should have comment or be unexported (golint)
    • Line 352: warning: exported method NodeDataPacket.Kind should have comment or be unexported (golint)
    • Line 354: warning: exported method GetReceiptsPacket.Name should have comment or be unexported (golint)
    • Line 355: warning: exported method GetReceiptsPacket.Kind should have comment or be unexported (golint)
    • Line 357: warning: exported method ReceiptsPacket.Name should have comment or be unexported (golint)
    • Line 358: warning: exported method ReceiptsPacket.Kind should have comment or be unexported (golint)
    • Line 360: warning: exported method NewPooledTransactionHashesPacket.Name should have comment or be unexported (golint)
    • Line 361: warning: exported method NewPooledTransactionHashesPacket.Kind should have comment or be unexported (golint)
    • Line 363: warning: exported method GetPooledTransactionsPacket.Name should have comment or be unexported (golint)
    • Line 364: warning: exported method GetPooledTransactionsPacket.Kind should have comment or be unexported (golint)
    • Line 366: warning: exported method PooledTransactionsPacket.Name should have comment or be unexported (golint)
    • Line 367: warning: exported method PooledTransactionsPacket.Kind should have comment or be unexported (golint)
    • p2p/enode/node.go
    • Line 124: warning: comment on exported method Node.TCP should be of the form "TCP ..." (golint)
    • Line 202: warning: comment on exported method ID.GoString should be of the form "GoString ..." (golint)
    • Line 238: warning: exported function ParseID should have comment or be unexported (golint)
    • rpc/server.go
    • Line 28: warning: exported const MetadataApi should have comment or be unexported (golint)
    • tests/fuzzers/trie/trie-fuzzer.go
    • Line 75: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 86: warning: exported function Generate should have comment or be unexported (golint)
    • Line 125: warning: comment on exported function Fuzz should be of the form "Fuzz ..." (golint)
    • les/api_backend.go
    • Line 42: warning: exported type LesApiBackend should have comment or be unexported (golint)
    • Line 49: warning: exported method LesApiBackend.ChainConfig should have comment or be unexported (golint)
    • Line 53: warning: exported method LesApiBackend.CurrentBlock should have comment or be unexported (golint)
    • Line 57: warning: exported method LesApiBackend.SetHead should have comment or be unexported (golint)
    • Line 62: warning: exported method LesApiBackend.HeaderByNumber should have comment or be unexported (golint)
    • Line 69: warning: exported method LesApiBackend.HeaderByNumberOrHash should have comment or be unexported (golint)
    • Line 89: warning: exported method LesApiBackend.HeaderByHash should have comment or be unexported (golint)
    • Line 93: warning: exported method LesApiBackend.BlockByNumber should have comment or be unexported (golint)
    • Line 101: warning: exported method LesApiBackend.BlockByHash should have comment or be unexported (golint)
    • Line 105: warning: exported method LesApiBackend.BlockByNumberOrHash should have comment or be unexported (golint)
    • Line 125: warning: exported method LesApiBackend.StateAndHeaderByNumber should have comment or be unexported (golint)
    • Line 136: warning: exported method LesApiBackend.StateAndHeaderByNumberOrHash should have comment or be unexported (golint)
    • Line 153: warning: exported method LesApiBackend.GetReceipts should have comment or be unexported (golint)
    • Line 160: warning: exported method LesApiBackend.GetLogs should have comment or be unexported (golint)
    • Line 167: warning: exported method LesApiBackend.GetTd should have comment or be unexported (golint)
    • Line 174: warning: exported method LesApiBackend.GetEVM should have comment or be unexported (golint)
    • Line 183: warning: exported method LesApiBackend.SendTx should have comment or be unexported (golint)
    • Line 187: warning: exported method LesApiBackend.RemoveTx should have comment or be unexported (golint)
    • Line 191: warning: exported method LesApiBackend.GetPoolTransactions should have comment or be unexported (golint)
    • Line 195: warning: exported method LesApiBackend.GetPoolTransaction should have comment or be unexported (golint)
    • Line 199: warning: exported method LesApiBackend.GetTransaction should have comment or be unexported (golint)
    • Line 203: warning: exported method LesApiBackend.GetPoolNonce should have comment or be unexported (golint)
    • Line 207: warning: exported method LesApiBackend.Stats should have comment or be unexported (golint)
    • Line 211: warning: exported method LesApiBackend.TxPoolContent should have comment or be unexported (golint)
    • Line 215: warning: exported method LesApiBackend.SubscribeNewTxsEvent should have comment or be unexported (golint)
    • Line 219: warning: exported method LesApiBackend.SubscribeChainEvent should have comment or be unexported (golint)
    • Line 223: warning: exported method LesApiBackend.SubscribeChainHeadEvent should have comment or be unexported (golint)
    • Line 227: warning: exported method LesApiBackend.SubscribeChainSideEvent should have comment or be unexported (golint)
    • Line 231: warning: exported method LesApiBackend.SubscribeLogsEvent should have comment or be unexported (golint)
    • Line 235: warning: exported method LesApiBackend.SubscribePendingLogsEvent should have comment or be unexported (golint)
    • Line 242: warning: exported method LesApiBackend.SubscribeRemovedLogsEvent should have comment or be unexported (golint)
    • Line 246: warning: exported method LesApiBackend.Downloader should have comment or be unexported (golint)
    • Line 250: warning: exported method LesApiBackend.ProtocolVersion should have comment or be unexported (golint)
    • Line 254: warning: exported method LesApiBackend.SuggestPrice should have comment or be unexported (golint)
    • Line 258: warning: exported method LesApiBackend.ChainDb should have comment or be unexported (golint)
    • Line 262: warning: exported method LesApiBackend.AccountManager should have comment or be unexported (golint)
    • Line 266: warning: exported method LesApiBackend.ExtRPCEnabled should have comment or be unexported (golint)
    • Line 270: warning: exported method LesApiBackend.UnprotectedAllowed should have comment or be unexported (golint)
    • Line 274: warning: exported method LesApiBackend.RPCGasCap should have comment or be unexported (golint)
    • Line 278: warning: exported method LesApiBackend.RPCTxFeeCap should have comment or be unexported (golint)
    • Line 282: warning: exported method LesApiBackend.BloomStatus should have comment or be unexported (golint)
    • Line 290: warning: exported method LesApiBackend.ServiceFilter should have comment or be unexported (golint)
    • Line 296: warning: exported method LesApiBackend.Engine should have comment or be unexported (golint)
    • Line 300: warning: exported method LesApiBackend.CurrentHeader should have comment or be unexported (golint)
    • Line 304: warning: exported method LesApiBackend.StateAtBlock should have comment or be unexported (golint)
    • Line 308: warning: exported method LesApiBackend.StateAtTransaction should have comment or be unexported (golint)
    • les/client.go
    • Line 52: warning: exported type LightEthereum should have comment or be unexported (golint)
    • Line 263: warning: exported type LightDummyAPI should have comment or be unexported (golint)
    • Line 325: warning: exported method LightEthereum.ResetWithGenesisBlock should have comment or be unexported (golint)
    • Line 329: warning: exported method LightEthereum.BlockChain should have comment or be unexported (golint)
    • Line 330: warning: exported method LightEthereum.TxPool should have comment or be unexported (golint)
    • Line 331: warning: exported method LightEthereum.Engine should have comment or be unexported (golint)
    • Line 332: warning: exported method LightEthereum.LesVersion should have comment or be unexported (golint)
    • Line 333: warning: exported method LightEthereum.Downloader should have comment or be unexported (golint)
    • Line 334: warning: exported method LightEthereum.EventMux should have comment or be unexported (golint)
    • les/server.go
    • Line 55: warning: exported type LesServer should have comment or be unexported (golint)
    • Line 79: warning: exported function NewLesServer should have comment or be unexported (golint)
    • Line 158: warning: exported method LesServer.APIs should have comment or be unexported (golint)
    • Line 181: warning: exported method LesServer.Protocols should have comment or be unexported (golint)
    • trie/committer.go
    • Line 183: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • crypto/blake2b/blake2b.go
    • Line 26: warning: comment on exported const BlockSize should be of the form "BlockSize ..." (golint)
    • Line 28: warning: comment on exported const Size should be of the form "Size ..." (golint)
    • Line 30: warning: comment on exported const Size384 should be of the form "Size384 ..." (golint)
    • Line 32: warning: comment on exported const Size256 should be of the form "Size256 ..." (golint)
    • metrics/json.go
    • Line 29: warning: exported method PrefixedRegistry.MarshalJSON should have comment or be unexported (golint)
    • core/state_transition.go
    • Line 30: warning: comment on exported type StateTransition should be of the form "StateTransition ..." (with optional leading article) (golint)
    • signer/core/auditlog.go
    • Line 29: warning: exported type AuditLogger should have comment or be unexported (golint)
    • Line 34: warning: exported method AuditLogger.List should have comment or be unexported (golint)
    • Line 42: warning: exported method AuditLogger.New should have comment or be unexported (golint)
    • Line 46: warning: exported method AuditLogger.SignTransaction should have comment or be unexported (golint)
    • Line 64: warning: exported method AuditLogger.SignData should have comment or be unexported (golint)
    • Line 73: warning: exported method AuditLogger.SignGnosisSafeTx should have comment or be unexported (golint)
    • Line 91: warning: exported method AuditLogger.SignTypedData should have comment or be unexported (golint)
    • Line 99: warning: exported method AuditLogger.EcRecover should have comment or be unexported (golint)
    • Line 107: warning: exported method AuditLogger.Version should have comment or be unexported (golint)
    • Line 115: warning: exported function NewAuditLogger should have comment or be unexported (golint)
    • metrics/debug.go
    • Line 22: warning: comment on exported function CaptureDebugGCStats should be of the form "CaptureDebugGCStats ..." (golint)
    • Line 30: warning: comment on exported function CaptureDebugGCStatsOnce should be of the form "CaptureDebugGCStatsOnce ..." (golint)
    • Line 53: warning: comment on exported function RegisterDebugGCStats should be of the form "RegisterDebugGCStats ..." (golint)
    • metrics/timer.go
    • Line 8: warning: comment on exported type Timer should be of the form "Timer ..." (with optional leading article) (golint)
    • Line 221: warning: comment on exported method StandardTimer.Time should be of the form "Time ..." (golint)
    • Line 228: warning: comment on exported method StandardTimer.Update should be of the form "Update ..." (golint)
    • Line 236: warning: comment on exported method StandardTimer.UpdateSince should be of the form "UpdateSince ..." (golint)
    • contracts/checkpointoracle/oracle_test.go
    • Line 282: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 305: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • eth/downloader/downloader.go
    • Line 44: warning: exported var MaxBlockFetch should have comment or be unexported (golint)
    • Line 98: warning: exported type Downloader should have comment or be unexported (golint)
    • core/state/state_object.go
    • Line 34: warning: exported type Code should have comment or be unexported (golint)
    • Line 40: warning: exported type Storage should have comment or be unexported (golint)
    • Line 50: warning: exported method Storage.Copy should have comment or be unexported (golint)
    • les/vflux/client/serverpool.go
    • Line 92: warning: comment on exported type QueryFunc should be of the form "QueryFunc ..." (with optional leading article) (golint)
    • Line 306: warning: comment on exported method ServerPool.Start should be of the form "Start ..." (golint)
    • Line 340: warning: comment on exported method ServerPool.Stop should be of the form "Stop ..." (golint)
    • log/doc.go
    • Line 1: warning: package comment should be of the form "Package log ..." (golint)
    • rlp/encode.go
    • Line 28: warning: comment on exported var EmptyString should be of the form "EmptyString ..." (golint)
    • Line 31: warning: exported var EmptyList should have comment or be unexported (golint)
    • core/state/statedb.go
    • Line 128: warning: exported function NewWithSnapLayers should have comment or be unexported (golint)
    • Line 191: warning: exported method StateDB.AddLog should have comment or be unexported (golint)
    • Line 202: warning: exported method StateDB.GetLogs should have comment or be unexported (golint)
    • Line 206: warning: exported method StateDB.Logs should have comment or be unexported (golint)
    • Line 267: warning: exported method StateDB.GetNonce should have comment or be unexported (golint)
    • Line 286: warning: exported method StateDB.GetCode should have comment or be unexported (golint)
    • Line 294: warning: exported method StateDB.GetCodeSize should have comment or be unexported (golint)
    • Line 302: warning: exported method StateDB.GetCodeHash should have comment or be unexported (golint)
    • Line 379: warning: exported method StateDB.HasSuicided should have comment or be unexported (golint)
    • Line 407: warning: exported method StateDB.SetBalance should have comment or be unexported (golint)
    • Line 414: warning: exported method StateDB.SetNonce should have comment or be unexported (golint)
    • Line 421: warning: exported method StateDB.SetCode should have comment or be unexported (golint)
    • Line 428: warning: exported method StateDB.SetState should have comment or be unexported (golint)
    • Line 636: warning: exported method StateDB.ForEachStorage should have comment or be unexported (golint)
    • Line 636: warning: receiver name db should be consistent with previous receiver name s for StateDB (golint)
    • core/vm/logger_json.go
    • Line 29: warning: exported type JSONLogger should have comment or be unexported (golint)
    • Line 44: warning: exported method JSONLogger.CaptureStart should have comment or be unexported (golint)
    • Line 47: warning: exported method JSONLogger.CaptureFault should have comment or be unexported (golint)
    • core/genesis.go
    • Line 70: warning: exported method GenesisAlloc.UnmarshalJSON should have comment or be unexported (golint)
    • Line 159: warning: exported function SetupGenesisBlockWithOverride should have comment or be unexported (golint)
    • Line 386: warning: exported function DefaultYoloV3GenesisBlock should have comment or be unexported (golint)
    • metrics/librato/librato.go
    • Line 24: warning: exported type Reporter should have comment or be unexported (golint)
    • Line 35: warning: exported function NewReporter should have comment or be unexported (golint)
    • Line 39: warning: exported function Librato should have comment or be unexported (golint)
    • Line 43: warning: exported method Reporter.Run should have comment or be unexported (golint)
    • Line 83: warning: exported method Reporter.BuildRequest should have comment or be unexported (golint)
    • signer/rules/rules.go
    • Line 34: warning: don't use underscores in Go names; var BigNumber_JS should be BigNumberJS (golint)
    • Line 34: warning: exported var BigNumber_JS should have comment or be unexported (golint)
    • Line 56: warning: exported function NewRuleEvaluator should have comment or be unexported (golint)
    • light/postprocess.go
    • Line 107: warning: exported var ChtTablePrefix should have comment or be unexported (golint)
    • Line 256: warning: comment on exported method ChtIndexerBackend.Prune should be of the form "Prune ..." (golint)
    • Line 303: warning: exported var BloomTrieTablePrefix should have comment or be unexported (golint)
    • les/api.go
    • Line 58: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 351: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 384: warning: comment on exported method PrivateLightAPI.GetCheckpoint should be of the form "GetCheckpoint ..." (golint)
    • eth/downloader/events.go
    • Line 21: warning: exported type DoneEvent should have comment or be unexported (golint)
    • Line 24: warning: exported type StartEvent should have comment or be unexported (golint)
    • Line 25: warning: exported type FailedEvent should have comment or be unexported (golint)
    • accounts/accounts.go
    • Line 39: warning: exported const MimetypeDataWithValidator should have comment (or a comment on this block) or be unexported (golint)
    • Line 215: warning: comment on exported const WalletDropped should be of the form "WalletDropped ..." (golint)
    • consensus/ethash/ethash.go
    • Line 44: warning: exported var ErrInvalidDumpMagic should have comment or be unexported (golint)
    • Line 405: warning: exported const ModeNormal should have comment (or a comment on this block) or be unexported (golint)
    • graphql/graphql.go
    • Line 43: warning: exported type Long should have comment or be unexported (golint)
    • Line 87: warning: exported method Account.Address should have comment or be unexported (golint)
    • Line 91: warning: exported method Account.Balance should have comment or be unexported (golint)
    • Line 99: warning: exported method Account.TransactionCount should have comment or be unexported (golint)
    • Line 107: warning: exported method Account.Code should have comment or be unexported (golint)
    • Line 115: warning: exported method Account.Storage should have comment or be unexported (golint)
    • Line 130: warning: exported method Log.Transaction should have comment or be unexported (golint)
    • Line 134: warning: exported method Log.Account should have comment or be unexported (golint)
    • Line 142: warning: exported method Log.Index should have comment or be unexported (golint)
    • Line 146: warning: exported method Log.Topics should have comment or be unexported (golint)
    • Line 150: warning: exported method Log.Data should have comment or be unexported (golint)
    • Line 160: warning: exported method AccessTuple.Address should have comment or be unexported (golint)
    • Line 164: warning: exported method AccessTuple.StorageKeys should have comment or be unexported (golint)
    • Line 197: warning: exported method Transaction.Hash should have comment or be unexported (golint)
    • Line 201: warning: exported method Transaction.InputData should have comment or be unexported (golint)
    • Line 209: warning: exported method Transaction.Gas should have comment or be unexported (golint)
    • Line 217: warning: exported method Transaction.GasPrice should have comment or be unexported (golint)
    • Line 225: warning: exported method Transaction.Value should have comment or be unexported (golint)
    • Line 233: warning: exported method Transaction.Nonce should have comment or be unexported (golint)
    • Line 241: warning: exported method Transaction.To should have comment or be unexported (golint)
    • Line 257: warning: exported method Transaction.From should have comment or be unexported (golint)
    • Line 271: warning: exported method Transaction.Block should have comment or be unexported (golint)
    • Line 278: warning: exported method Transaction.Index should have comment or be unexported (golint)
    • Line 304: warning: exported method Transaction.Status should have comment or be unexported (golint)
    • Line 313: warning: exported method Transaction.GasUsed should have comment or be unexported (golint)
    • Line 322: warning: exported method Transaction.CumulativeGasUsed should have comment or be unexported (golint)
    • Line 331: warning: exported method Transaction.CreatedContract should have comment or be unexported (golint)
    • Line 343: warning: exported method Transaction.Logs should have comment or be unexported (golint)
    • Line 359: warning: exported method Transaction.Type should have comment or be unexported (golint)
    • Line 368: warning: exported method Transaction.AccessList should have comment or be unexported (golint)
    • Line 384: warning: exported method Transaction.R should have comment or be unexported (golint)
    • Line 393: warning: exported method Transaction.S should have comment or be unexported (golint)
    • Line 402: warning: exported method Transaction.V should have comment or be unexported (golint)
    • Line 411: warning: exported type BlockType should have comment or be unexported (golint)
    • Line 485: warning: exported method Block.Number should have comment or be unexported (golint)
    • Line 494: warning: exported method Block.Hash should have comment or be unexported (golint)
    • Line 505: warning: exported method Block.GasLimit should have comment or be unexported (golint)
    • Line 513: warning: exported method Block.GasUsed should have comment or be unexported (golint)
    • Line 521: warning: exported method Block.Parent should have comment or be unexported (golint)
    • Line 539: warning: exported method Block.Difficulty should have comment or be unexported (golint)
    • Line 547: warning: exported method Block.Timestamp should have comment or be unexported (golint)
    • Line 555: warning: exported method Block.Nonce should have comment or be unexported (golint)
    • Line 563: warning: exported method Block.MixHash should have comment or be unexported (golint)
    • Line 571: warning: exported method Block.TransactionsRoot should have comment or be unexported (golint)
    • Line 579: warning: exported method Block.StateRoot should have comment or be unexported (golint)
    • Line 587: warning: exported method Block.ReceiptsRoot should have comment or be unexported (golint)
    • Line 595: warning: exported method Block.OmmerHash should have comment or be unexported (golint)
    • Line 603: warning: exported method Block.OmmerCount should have comment or be unexported (golint)
    • Line 612: warning: exported method Block.Ommers should have comment or be unexported (golint)
    • Line 629: warning: exported method Block.ExtraData should have comment or be unexported (golint)
    • Line 637: warning: exported method Block.LogsBloom should have comment or be unexported (golint)
    • Line 645: warning: exported method Block.TotalDifficulty should have comment or be unexported (golint)
    • Line 681: warning: exported method Block.Miner should have comment or be unexported (golint)
    • Line 693: warning: exported method Block.TransactionCount should have comment or be unexported (golint)
    • Line 702: warning: exported method Block.Transactions should have comment or be unexported (golint)
    • Line 720: warning: exported method Block.TransactionAt should have comment or be unexported (golint)
    • Line 739: warning: exported method Block.OmmerAt should have comment or be unexported (golint)
    • Line 794: warning: exported method Block.Logs should have comment or be unexported (golint)
    • Line 818: warning: exported method Block.Account should have comment or be unexported (golint)
    • Line 852: warning: exported method CallResult.Data should have comment or be unexported (golint)
    • Line 856: warning: exported method CallResult.GasUsed should have comment or be unexported (golint)
    • Line 860: warning: exported method CallResult.Status should have comment or be unexported (golint)
    • Line 864: warning: exported method Block.Call should have comment or be unexported (golint)
    • Line 889: warning: exported method Block.EstimateGas should have comment or be unexported (golint)
    • Line 902: warning: exported type Pending should have comment or be unexported (golint)
    • Line 906: warning: exported method Pending.TransactionCount should have comment or be unexported (golint)
    • Line 911: warning: exported method Pending.Transactions should have comment or be unexported (golint)
    • Line 928: warning: exported method Pending.Account should have comment or be unexported (golint)
    • Line 939: warning: exported method Pending.Call should have comment or be unexported (golint)
    • Line 959: warning: exported method Pending.EstimateGas should have comment or be unexported (golint)
    • Line 972: warning: exported method Resolver.Block should have comment or be unexported (golint)
    • Line 1012: warning: exported method Resolver.Blocks should have comment or be unexported (golint)
    • Line 1038: warning: exported method Resolver.Pending should have comment or be unexported (golint)
    • Line 1042: warning: exported method Resolver.Transaction should have comment or be unexported (golint)
    • Line 1057: warning: exported method Resolver.SendRawTransaction should have comment or be unexported (golint)
    • Line 1086: warning: exported method Resolver.Logs should have comment or be unexported (golint)
    • Line 1109: warning: exported method Resolver.GasPrice should have comment or be unexported (golint)
    • Line 1114: warning: exported method Resolver.ChainID should have comment or be unexported (golint)
    • Line 1123: warning: exported method SyncState.StartingBlock should have comment or be unexported (golint)
    • Line 1127: warning: exported method SyncState.CurrentBlock should have comment or be unexported (golint)
    • Line 1131: warning: exported method SyncState.HighestBlock should have comment or be unexported (golint)
    • Line 1135: warning: exported method SyncState.PulledStates should have comment or be unexported (golint)
    • Line 1140: warning: exported method SyncState.KnownStates should have comment or be unexported (golint)
    • cmd/utils/cmd.go
    • Line 69: warning: exported function StartNode should have comment or be unexported (golint)
    • Line 120: warning: exported function ImportChain should have comment or be unexported (golint)
    • metrics/gauge.go
    • Line 5: warning: comment on exported type Gauge should be of the form "Gauge ..." (with optional leading article) (golint)
    • log/format.go
    • Line 55: warning: exported type Format should have comment or be unexported (golint)
    • Line 408: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • p2p/discover/v5wire/msg.go
    • Line 62: warning: comment on exported type Whoareyou should be of the form "Whoareyou ..." (with optional leading article) (golint)
    • Line 76: warning: comment on exported type Ping should be of the form "Ping ..." (with optional leading article) (golint)
    • Line 82: warning: comment on exported type Pong should be of the form "Pong ..." (with optional leading article) (golint)
    • Line 90: warning: comment on exported type Findnode should be of the form "Findnode ..." (with optional leading article) (golint)
    • Line 96: warning: comment on exported type Nodes should be of the form "Nodes ..." (with optional leading article) (golint)
    • Line 103: warning: comment on exported type TalkRequest should be of the form "TalkRequest ..." (with optional leading article) (golint)
    • Line 110: warning: comment on exported type TalkResponse should be of the form "TalkResponse ..." (with optional leading article) (golint)
    • Line 116: warning: comment on exported type RequestTicket should be of the form "RequestTicket ..." (with optional leading article) (golint)
    • Line 122: warning: comment on exported type Ticket should be of the form "Ticket ..." (with optional leading article) (golint)
    • Line 128: warning: comment on exported type Regtopic should be of the form "Regtopic ..." (with optional leading article) (golint)
    • Line 135: warning: comment on exported type Regconfirmation should be of the form "Regconfirmation ..." (with optional leading article) (golint)
    • Line 141: warning: comment on exported type TopicQuery should be of the form "TopicQuery ..." (with optional leading article) (golint)
    • Line 186: warning: exported method Whoareyou.Name should have comment or be unexported (golint)
    • Line 187: warning: exported method Whoareyou.Kind should have comment or be unexported (golint)
    • Line 188: warning: exported method Whoareyou.RequestID should have comment or be unexported (golint)
    • Line 189: warning: exported method Whoareyou.SetRequestID should have comment or be unexported (golint)
    • Line 191: warning: exported method Unknown.Name should have comment or be unexported (golint)
    • Line 192: warning: exported method Unknown.Kind should have comment or be unexported (golint)
    • Line 193: warning: exported method Unknown.RequestID should have comment or be unexported (golint)
    • Line 194: warning: exported method Unknown.SetRequestID should have comment or be unexported (golint)
    • Line 196: warning: exported method Ping.Name should have comment or be unexported (golint)
    • Line 197: warning: exported method Ping.Kind should have comment or be unexported (golint)
    • Line 198: warning: exported method Ping.RequestID should have comment or be unexported (golint)
    • Line 199: warning: exported method Ping.SetRequestID should have comment or be unexported (golint)
    • Line 201: warning: exported method Pong.Name should have comment or be unexported (golint)
    • Line 202: warning: exported method Pong.Kind should have comment or be unexported (golint)
    • Line 203: warning: exported method Pong.RequestID should have comment or be unexported (golint)
    • Line 204: warning: exported method Pong.SetRequestID should have comment or be unexported (golint)
    • Line 206: warning: exported method Findnode.Name should have comment or be unexported (golint)
    • Line 207: warning: exported method Findnode.Kind should have comment or be unexported (golint)
    • Line 208: warning: exported method Findnode.RequestID should have comment or be unexported (golint)
    • Line 209: warning: exported method Findnode.SetRequestID should have comment or be unexported (golint)
    • Line 211: warning: exported method Nodes.Name should have comment or be unexported (golint)
    • Line 212: warning: exported method Nodes.Kind should have comment or be unexported (golint)
    • Line 213: warning: exported method Nodes.RequestID should have comment or be unexported (golint)
    • Line 214: warning: exported method Nodes.SetRequestID should have comment or be unexported (golint)
    • Line 216: warning: exported method TalkRequest.Name should have comment or be unexported (golint)
    • Line 217: warning: exported method TalkRequest.Kind should have comment or be unexported (golint)
    • Line 218: warning: exported method TalkRequest.RequestID should have comment or be unexported (golint)
    • Line 219: warning: exported method TalkRequest.SetRequestID should have comment or be unexported (golint)
    • Line 221: warning: exported method TalkResponse.Name should have comment or be unexported (golint)
    • Line 222: warning: exported method TalkResponse.Kind should have comment or be unexported (golint)
    • Line 223: warning: exported method TalkResponse.RequestID should have comment or be unexported (golint)
    • Line 224: warning: exported method TalkResponse.SetRequestID should have comment or be unexported (golint)
    • Line 226: warning: exported method RequestTicket.Name should have comment or be unexported (golint)
    • Line 227: warning: exported method RequestTicket.Kind should have comment or be unexported (golint)
    • Line 228: warning: exported method RequestTicket.RequestID should have comment or be unexported (golint)
    • Line 229: warning: exported method RequestTicket.SetRequestID should have comment or be unexported (golint)
    • Line 231: warning: exported method Regtopic.Name should have comment or be unexported (golint)
    • Line 232: warning: exported method Regtopic.Kind should have comment or be unexported (golint)
    • Line 233: warning: exported method Regtopic.RequestID should have comment or be unexported (golint)
    • Line 234: warning: exported method Regtopic.SetRequestID should have comment or be unexported (golint)
    • Line 236: warning: exported method Ticket.Name should have comment or be unexported (golint)
    • Line 237: warning: exported method Ticket.Kind should have comment or be unexported (golint)
    • Line 238: warning: exported method Ticket.RequestID should have comment or be unexported (golint)
    • Line 239: warning: exported method Ticket.SetRequestID should have comment or be unexported (golint)
    • Line 241: warning: exported method Regconfirmation.Name should have comment or be unexported (golint)
    • Line 242: warning: exported method Regconfirmation.Kind should have comment or be unexported (golint)
    • Line 243: warning: exported method Regconfirmation.RequestID should have comment or be unexported (golint)
    • Line 244: warning: exported method Regconfirmation.SetRequestID should have comment or be unexported (golint)
    • Line 246: warning: exported method TopicQuery.Name should have comment or be unexported (golint)
    • Line 247: warning: exported method TopicQuery.Kind should have comment or be unexported (golint)
    • Line 248: warning: exported method TopicQuery.RequestID should have comment or be unexported (golint)
    • Line 249: warning: exported method TopicQuery.SetRequestID should have comment or be unexported (golint)
    • eth/protocols/snap/protocol.go
    • Line 49: warning: exported const GetAccountRangeMsg should have comment (or a comment on this block) or be unexported (golint)
    • Line 196: warning: exported method GetAccountRangePacket.Name should have comment or be unexported (golint)
    • Line 197: warning: exported method GetAccountRangePacket.Kind should have comment or be unexported (golint)
    • Line 199: warning: exported method AccountRangePacket.Name should have comment or be unexported (golint)
    • Line 200: warning: exported method AccountRangePacket.Kind should have comment or be unexported (golint)
    • Line 202: warning: exported method GetStorageRangesPacket.Name should have comment or be unexported (golint)
    • Line 203: warning: exported method GetStorageRangesPacket.Kind should have comment or be unexported (golint)
    • Line 205: warning: exported method StorageRangesPacket.Name should have comment or be unexported (golint)
    • Line 206: warning: exported method StorageRangesPacket.Kind should have comment or be unexported (golint)
    • Line 208: warning: exported method GetByteCodesPacket.Name should have comment or be unexported (golint)
    • Line 209: warning: exported method GetByteCodesPacket.Kind should have comment or be unexported (golint)
    • Line 211: warning: exported method ByteCodesPacket.Name should have comment or be unexported (golint)
    • Line 212: warning: exported method ByteCodesPacket.Kind should have comment or be unexported (golint)
    • Line 214: warning: exported method GetTrieNodesPacket.Name should have comment or be unexported (golint)
    • Line 215: warning: exported method GetTrieNodesPacket.Kind should have comment or be unexported (golint)
    • Line 217: warning: exported method TrieNodesPacket.Name should have comment or be unexported (golint)
    • Line 218: warning: exported method TrieNodesPacket.Kind should have comment or be unexported (golint)
    • core/vm/operations_acl.go
    • Line 28: warning: exported const ColdAccountAccessCostEIP2929 should have comment (or a comment on this block) or be unexported (golint)
    • rlp/decode.go
    • Line 36: warning: error var EOL should have name of the form ErrFoo (golint)
    • Line 39: warning: exported var ErrExpectedString should have comment or be unexported (golint)
    • Line 510: warning: exported const Byte should have comment (or a comment on this block) or be unexported (golint)
    • eth/api_backend.go
    • Line 55: warning: exported method EthAPIBackend.CurrentBlock should have comment or be unexported (golint)
    • Line 59: warning: exported method EthAPIBackend.SetHead should have comment or be unexported (golint)
    • Line 64: warning: exported method EthAPIBackend.HeaderByNumber should have comment or be unexported (golint)
    • Line 77: warning: exported method EthAPIBackend.HeaderByNumberOrHash should have comment or be unexported (golint)
    • Line 94: warning: exported method EthAPIBackend.HeaderByHash should have comment or be unexported (golint)
    • Line 98: warning: exported method EthAPIBackend.BlockByNumber should have comment or be unexported (golint)
    • Line 111: warning: exported method EthAPIBackend.BlockByHash should have comment or be unexported (golint)
    • Line 115: warning: exported method EthAPIBackend.BlockByNumberOrHash should have comment or be unexported (golint)
    • Line 136: warning: exported method EthAPIBackend.StateAndHeaderByNumber should have comment or be unexported (golint)
    • Line 154: warning: exported method EthAPIBackend.StateAndHeaderByNumberOrHash should have comment or be unexported (golint)
    • Line 175: warning: exported method EthAPIBackend.GetReceipts should have comment or be unexported (golint)
    • Line 179: warning: exported method EthAPIBackend.GetLogs should have comment or be unexported (golint)
    • Line 191: warning: exported method EthAPIBackend.GetTd should have comment or be unexported (golint)
    • Line 195: warning: exported method EthAPIBackend.GetEVM should have comment or be unexported (golint)
    • Line 205: warning: exported method EthAPIBackend.SubscribeRemovedLogsEvent should have comment or be unexported (golint)
    • Line 209: warning: exported method EthAPIBackend.SubscribePendingLogsEvent should have comment or be unexported (golint)
    • Line 213: warning: exported method EthAPIBackend.SubscribeChainEvent should have comment or be unexported (golint)
    • Line 217: warning: exported method EthAPIBackend.SubscribeChainHeadEvent should have comment or be unexported (golint)
    • Line 221: warning: exported method EthAPIBackend.SubscribeChainSideEvent should have comment or be unexported (golint)
    • Line 225: warning: exported method EthAPIBackend.SubscribeLogsEvent should have comment or be unexported (golint)
    • Line 229: warning: exported method EthAPIBackend.SendTx should have comment or be unexported (golint)
    • Line 233: warning: exported method EthAPIBackend.GetPoolTransactions should have comment or be unexported (golint)
    • Line 245: warning: exported method EthAPIBackend.GetPoolTransaction should have comment or be unexported (golint)
    • Line 249: warning: exported method EthAPIBackend.GetTransaction should have comment or be unexported (golint)
    • Line 254: warning: exported method EthAPIBackend.GetPoolNonce should have comment or be unexported (golint)
    • Line 258: warning: exported method EthAPIBackend.Stats should have comment or be unexported (golint)
    • Line 262: warning: exported method EthAPIBackend.TxPoolContent should have comment or be unexported (golint)
    • Line 266: warning: exported method EthAPIBackend.TxPool should have comment or be unexported (golint)
    • Line 270: warning: exported method EthAPIBackend.SubscribeNewTxsEvent should have comment or be unexported (golint)
    • Line 274: warning: exported method EthAPIBackend.Downloader should have comment or be unexported (golint)
    • Line 278: warning: exported method EthAPIBackend.SuggestPrice should have comment or be unexported (golint)
    • Line 282: warning: exported method EthAPIBackend.ChainDb should have comment or be unexported (golint)
    • Line 286: warning: exported method EthAPIBackend.EventMux should have comment or be unexported (golint)
    • Line 290: warning: exported method EthAPIBackend.AccountManager should have comment or be unexported (golint)
    • Line 294: warning: exported method EthAPIBackend.ExtRPCEnabled should have comment or be unexported (golint)
    • Line 298: warning: exported method EthAPIBackend.UnprotectedAllowed should have comment or be unexported (golint)
    • Line 302: warning: exported method EthAPIBackend.RPCGasCap should have comment or be unexported (golint)
    • Line 306: warning: exported method EthAPIBackend.RPCTxFeeCap should have comment or be unexported (golint)
    • Line 310: warning: exported method EthAPIBackend.BloomStatus should have comment or be unexported (golint)
    • Line 315: warning: exported method EthAPIBackend.ServiceFilter should have comment or be unexported (golint)
    • Line 321: warning: exported method EthAPIBackend.Engine should have comment or be unexported (golint)
    • Line 325: warning: exported method EthAPIBackend.CurrentHeader should have comment or be unexported (golint)
    • Line 329: warning: exported method EthAPIBackend.Miner should have comment or be unexported (golint)
    • Line 333: warning: exported method EthAPIBackend.StartMining should have comment or be unexported (golint)
    • Line 337: warning: exported method EthAPIBackend.StateAtBlock should have comment or be unexported (golint)
    • Line 341: warning: exported method EthAPIBackend.StateAtTransaction should have comment or be unexported (golint)
    • internal/build/archive.go
    • Line 30: warning: exported type Archive should have comment or be unexported (golint)
    • Line 44: warning: exported function NewArchive should have comment or be unexported (golint)
    • Line 107: warning: exported type ZipArchive should have comment or be unexported (golint)
    • Line 113: warning: exported function NewZipArchive should have comment or be unexported (golint)
    • Line 117: warning: exported method ZipArchive.Directory should have comment or be unexported (golint)
    • Line 122: warning: exported method ZipArchive.Header should have comment or be unexported (golint)
    • Line 136: warning: exported method ZipArchive.Close should have comment or be unexported (golint)
    • Line 143: warning: exported type TarballArchive should have comment or be unexported (golint)
    • Line 150: warning: exported function NewTarballArchive should have comment or be unexported (golint)
    • Line 156: warning: exported method TarballArchive.Directory should have comment or be unexported (golint)
    • Line 165: warning: exported method TarballArchive.Header should have comment or be unexported (golint)
    • Line 177: warning: exported method TarballArchive.Close should have comment or be unexported (golint)
    • p2p/discover/v4wire/v4wire.go
    • Line 47: warning: comment on exported type Ping should be of the form "Ping ..." (with optional leading article) (golint)
    • Line 85: warning: comment on exported type ENRRequest should be of the form "ENRRequest ..." (with optional leading article) (golint)
    • Line 92: warning: comment on exported type ENRResponse should be of the form "ENRResponse ..." (with optional leading article) (golint)
    • Line 101: warning: comment on exported const MaxNeighbors should be of the form "MaxNeighbors ..." (golint)
    • Line 159: warning: exported type Packet should have comment or be unexported (golint)
    • Line 165: warning: exported method Ping.Name should have comment or be unexported (golint)
    • Line 166: warning: exported method Ping.Kind should have comment or be unexported (golint)
    • Line 167: warning: exported method Ping.ENRSeq should have comment or be unexported (golint)
    • Line 169: warning: exported method Pong.Name should have comment or be unexported (golint)
    • Line 170: warning: exported method Pong.Kind should have comment or be unexported (golint)
    • Line 171: warning: exported method Pong.ENRSeq should have comment or be unexported (golint)
    • Line 173: warning: exported method Findnode.Name should have comment or be unexported (golint)
    • Line 174: warning: exported method Findnode.Kind should have comment or be unexported (golint)
    • Line 176: warning: exported method Neighbors.Name should have comment or be unexported (golint)
    • Line 177: warning: exported method Neighbors.Kind should have comment or be unexported (golint)
    • Line 179: warning: exported method ENRRequest.Name should have comment or be unexported (golint)
    • Line 180: warning: exported method ENRRequest.Kind should have comment or be unexported (golint)
    • Line 182: warning: exported method ENRResponse.Name should have comment or be unexported (golint)
    • Line 183: warning: exported method ENRResponse.Kind should have comment or be unexported (golint)
    • Line 208: warning: exported var ErrPacketTooSmall should have comment or be unexported (golint)
    • metrics/registry.go
    • Line 53: warning: comment on exported type StandardRegistry should be of the form "StandardRegistry ..." (with optional leading article) (golint)
    • Line 60: warning: comment on exported function NewRegistry should be of the form "NewRegistry ..." (golint)
    • Line 65: warning: comment on exported method StandardRegistry.Each should be of the form "Each ..." (golint)
    • Line 79: warning: comment on exported method StandardRegistry.GetOrRegister should be of the form "GetOrRegister ..." (golint)
    • Line 104: warning: comment on exported method StandardRegistry.RunHealthchecks should be of the form "RunHealthchecks ..." (golint)
    • Line 184: warning: comment on exported method StandardRegistry.UnregisterAll should be of the form "UnregisterAll ..." (golint)
    • Line 228: warning: exported type PrefixedRegistry should have comment or be unexported (golint)
    • Line 233: warning: exported function NewPrefixedRegistry should have comment or be unexported (golint)
    • Line 240: warning: exported function NewPrefixedChildRegistry should have comment or be unexported (golint)
    • Line 247: warning: comment on exported method PrefixedRegistry.Each should be of the form "Each ..." (golint)
    • Line 279: warning: comment on exported method PrefixedRegistry.GetOrRegister should be of the form "GetOrRegister ..." (golint)
    • Line 293: warning: comment on exported method PrefixedRegistry.RunHealthchecks should be of the form "RunHealthchecks ..." (golint)
    • Line 309: warning: comment on exported method PrefixedRegistry.UnregisterAll should be of the form "UnregisterAll ..." (golint)
    • Line 315: warning: exported var DefaultRegistry should have comment or be unexported (golint)
    • Line 320: warning: comment on exported function Each should be of the form "Each ..." (golint)
    • Line 330: warning: comment on exported function GetOrRegister should be of the form "GetOrRegister ..." (golint)
    • Line 342: warning: comment on exported function MustRegister should be of the form "MustRegister ..." (golint)
    • Line 350: warning: comment on exported function RunHealthchecks should be of the form "RunHealthchecks ..." (golint)
    • eth/backend.go
    • Line 351: warning: exported method Ethereum.ResetWithGenesisBlock should have comment or be unexported (golint)
    • Line 355: warning: exported method Ethereum.Etherbase should have comment or be unexported (golint)
    • Line 501: warning: exported method Ethereum.IsMining should have comment or be unexported (golint)
    • Line 502: warning: exported method Ethereum.Miner should have comment or be unexported (golint)
    • Line 504: warning: exported method Ethereum.AccountManager should have comment or be unexported (golint)
    • Line 505: warning: exported method Ethereum.BlockChain should have comment or be unexported (golint)
    • Line 506: warning: exported method Ethereum.TxPool should have comment or be unexported (golint)
    • Line 507: warning: exported method Ethereum.EventMux should have comment or be unexported (golint)
    • Line 508: warning: exported method Ethereum.Engine should have comment or be unexported (golint)
    • Line 509: warning: exported method Ethereum.ChainDb should have comment or be unexported (golint)
    • Line 510: warning: exported method Ethereum.IsListening should have comment or be unexported (golint)
    • Line 511: warning: exported method Ethereum.Downloader should have comment or be unexported (golint)
    • Line 512: warning: exported method Ethereum.Synced should have comment or be unexported (golint)
    • Line 513: warning: exported method Ethereum.ArchiveMode should have comment or be unexported (golint)
    • Line 514: warning: exported method Ethereum.BloomIndexer should have comment or be unexported (golint)
    • core/vm/access_list_tracer.go
    • Line 140: warning: exported method AccessListTracer.CaptureStart should have comment or be unexported (golint)
    • Line 164: warning: exported method AccessListTracer.CaptureFault should have comment or be unexported (golint)
    • Line 167: warning: exported method AccessListTracer.CaptureEnd should have comment or be unexported (golint)
    • p2p/enr/enr.go
    • Line 46: warning: exported const SizeLimit should have comment or be unexported (golint)
    • Line 49: warning: exported var ErrInvalidSig should have comment or be unexported (golint)
    • Line 69: warning: exported method SchemeMap.Verify should have comment or be unexported (golint)
    • Line 77: warning: exported method SchemeMap.NodeAddr should have comment or be unexported (golint)
    • p2p/peer_error.go
    • Line 57: warning: exported type DiscReason should have comment or be unexported (golint)
    • Line 60: warning: exported const DiscRequested should have comment (or a comment on this block) or be unexported (golint)
    • rpc/types.go
    • Line 57: warning: exported type BlockNumber should have comment or be unexported (golint)
    • Line 60: warning: exported const PendingBlockNumber should have comment (or a comment on this block) or be unexported (golint)
    • Line 100: warning: exported method BlockNumber.Int64 should have comment or be unexported (golint)
    • Line 104: warning: exported type BlockNumberOrHash should have comment or be unexported (golint)
    • Line 110: warning: exported method BlockNumberOrHash.UnmarshalJSON should have comment or be unexported (golint)
    • Line 150: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 165: warning: exported method BlockNumberOrHash.Number should have comment or be unexported (golint)
    • Line 172: warning: exported method BlockNumberOrHash.Hash should have comment or be unexported (golint)
    • Line 179: warning: exported function BlockNumberOrHashWithNumber should have comment or be unexported (golint)
    • Line 187: warning: exported function BlockNumberOrHashWithHash should have comment or be unexported (golint)
    • common/prque/lazyqueue.go
    • Line 51: warning: exported type PriorityCallback should have comment or be unexported (golint)
    • Line 52: warning: exported type MaxPriorityCallback should have comment or be unexported (golint)
    • log/logger.go
    • Line 18: warning: exported type Lvl should have comment or be unexported (golint)
    • Line 21: warning: exported const LvlCrit should have comment (or a comment on this block) or be unexported (golint)
    • core/vm/contracts.go
    • Line 45: warning: exported type PrecompiledStateContract should have comment or be unexported (golint)
    • Line 114: warning: exported var PrecompiledAddressesBerlin should have comment or be unexported (golint)
    • metrics/runtime.go
    • Line 55: warning: comment on exported function CaptureRuntimeMemStats should be of the form "CaptureRuntimeMemStats ..." (golint)
    • Line 63: warning: comment on exported function CaptureRuntimeMemStatsOnce should be of the form "CaptureRuntimeMemStatsOnce ..." (golint)
    • Line 145: warning: comment on exported function RegisterRuntimeMemStats should be of the form "RegisterRuntimeMemStats ..." (golint)
    • p2p/simulations/network.go
    • Line 37: warning: exported var DialBanTimeout should have comment or be unexported (golint)
    • Line 652: warning: comment on exported method Network.InitConn should be of the form "InitConn ..." (golint)
    • Line 892: warning: exported method Network.SnapshotWithServices should have comment or be unexported (golint)
    • accounts/keystore/key.go
    • Line 42: warning: exported type Key should have comment or be unexported (golint)
    • Line 81: warning: exported type CryptoJSON should have comment or be unexported (golint)
    • Line 94: warning: exported method Key.MarshalJSON should have comment or be unexported (golint)
    • Line 105: warning: exported method Key.UnmarshalJSON should have comment or be unexported (golint)
    • p2p/discover/v5wire/encoding_test.go
    • Line 253: warning: don't use underscores in Go names; var incorrect_challenge should be incorrectChallenge (golint)
    • Line 259: warning: don't use underscores in Go names; var incorrect_findnode should be incorrectFindnode (golint)
    • Line 260: warning: don't use underscores in Go names; var incorrect_findnode2 should be incorrectFindnode2 (golint)
    • internal/web3ext/web3ext.go
    • Line 17: warning: package comment should be of the form "Package web3ext ..." (golint)
    • Line 20: warning: exported var Modules should have comment or be unexported (golint)
    • Line 39: warning: exported const ChequebookJs should have comment or be unexported (golint)
    • Line 70: warning: exported const CliqueJs should have comment or be unexported (golint)
    • Line 121: warning: exported const FtmashJs should have comment or be unexported (golint)
    • Line 149: warning: exported const AdminJs should have comment or be unexported (golint)
    • Line 239: warning: exported const DebugJs should have comment or be unexported (golint)
    • Line 490: warning: exported const FtmJs should have comment or be unexported (golint)
    • Line 602: warning: exported const MinerJs should have comment or be unexported (golint)
    • Line 647: warning: exported const NetJs should have comment or be unexported (golint)
    • Line 660: warning: exported const PersonalJs should have comment or be unexported (golint)
    • Line 716: warning: exported const RpcJs should have comment or be unexported (golint)
    • Line 729: warning: exported const ShhJs should have comment or be unexported (golint)
    • Line 749: warning: exported const SwarmfsJs should have comment or be unexported (golint)
    • Line 773: warning: exported const TxpoolJs should have comment or be unexported (golint)
    • Line 800: warning: exported const AccountingJs should have comment or be unexported (golint)
    • Line 844: warning: exported const LESJs should have comment or be unexported (golint)
    • Line 898: warning: exported const VfluxJs should have comment or be unexported (golint)
    • les/odr.go
    • Line 40: warning: exported function NewLesOdr should have comment or be unexported (golint)
    • Line 88: warning: exported const MsgBlockHeaders should have comment (or a comment on this block) or be unexported (golint)
    • tests/difficulty_test_util.go
    • Line 32: warning: exported type DifficultyTest should have comment or be unexported (golint)
    • Line 50: warning: exported method DifficultyTest.Run should have comment or be unexported (golint)
    • accounts/abi/bind/backend.go
    • Line 35: warning: comment on exported var ErrNoPendingState should be of the form "ErrNoPendingState ..." (golint)
    • Line 39: warning: comment on exported var ErrNoCodeAfterDeploy should be of the form "ErrNoCodeAfterDeploy ..." (golint)
    • metrics/healthcheck.go
    • Line 3: warning: comment on exported type Healthcheck should be of the form "Healthcheck ..." (with optional leading article) (golint)
    • signer/core/cliui.go
    • Line 33: warning: exported type CommandlineUI should have comment or be unexported (golint)
    • Line 38: warning: exported function NewCommandlineUI should have comment or be unexported (golint)
    • Line 42: warning: exported method CommandlineUI.RegisterUIServer should have comment or be unexported (golint)
    • Line 61: warning: exported method CommandlineUI.OnInputRequired should have comment or be unexported (golint)
    • Line 233: warning: exported method CommandlineUI.OnApprovedTx should have comment or be unexported (golint)
    • Line 242: warning: exported method CommandlineUI.OnSignerStartup should have comment or be unexported (golint)
    • cmd/devp2p/internal/v5test/discv5tests.go
    • Line 49: warning: exported method Suite.AllTests should have comment or be unexported (golint)
    • Line 61: warning: comment on exported method Suite.TestPing should be of the form "TestPing ..." (golint)
    • Line 87: warning: comment on exported method Suite.TestPingLargeRequestID should be of the form "TestPingLargeRequestID ..." (golint)
    • Line 106: warning: comment on exported method Suite.TestPingMultiIP should be of the form "TestPingMultiIP ..." (golint)
    • Line 156: warning: comment on exported method Suite.TestPingHandshakeInterrupted should be of the form "TestPingHandshakeInterrupted ..." (golint)
    • Line 183: warning: comment on exported method Suite.TestTalkRequest should be of the form "TestTalkRequest ..." (golint)
    • Line 218: warning: comment on exported method Suite.TestFindnodeZeroDistance should be of the form "TestFindnodeZeroDistance ..." (golint)
    • Line 235: warning: comment on exported method Suite.TestFindnodeResults should be of the form "TestFindnodeResults ..." (golint)
    • internal/flags/helpers.go
    • Line 28: warning: exported var CommandHelpTemplate should have comment or be unexported (golint)
    • Line 110: warning: comment on exported type ByCategory should be of the form "ByCategory ..." (with optional leading article) (golint)
    • Line 132: warning: exported function FlagCategory should have comment or be unexported (golint)
    • internal/build/env.go
    • Line 30: warning: comment on exported var GitCommitFlag should be of the form "GitCommitFlag ..." (golint)
    • Line 32: warning: exported var GitBranchFlag should have comment or be unexported (golint)
    • light/txpool.go
    • Line 449: warning: comment on exported method TxPool.AddBatch should be of the form "AddBatch ..." (golint)
    • signer/core/signed_data.go
    • Line 43: warning: exported type SigFormat should have comment or be unexported (golint)
    • Line 49: warning: exported var IntendedValidator should have comment or be unexported (golint)
    • Line 67: warning: exported type ValidatorData should have comment or be unexported (golint)
    • Line 72: warning: exported type TypedData should have comment or be unexported (golint)
    • Line 79: warning: exported type Type should have comment or be unexported (golint)
    • Line 105: warning: exported type Types should have comment or be unexported (golint)
    • Line 107: warning: exported type TypePriority should have comment or be unexported (golint)
    • Line 112: warning: exported type TypedDataMessage should have comment or be unexported (golint)
    • Line 114: warning: exported type TypedDataDomain should have comment or be unexported (golint)
    • Line 267: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 270: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 288: warning: comment on exported function SignTextValidator should be of the form "SignTextValidator ..." (golint)
    • Line 617: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 810: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 816: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 829: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • event/event.go
    • Line 174: warning: exported method TypeMuxSubscription.Chan should have comment or be unexported (golint)
    • Line 178: warning: exported method TypeMuxSubscription.Unsubscribe should have comment or be unexported (golint)
    • Line 183: warning: exported method TypeMuxSubscription.Closed should have comment or be unexported (golint)
    • eth/downloader/modes.go
    • Line 26: warning: exported const FullSync should have comment (or a comment on this block) or be unexported (golint)
    • Line 32: warning: exported method SyncMode.IsValid should have comment or be unexported (golint)
    • Line 52: warning: exported method SyncMode.MarshalText should have comment or be unexported (golint)
    • Line 67: warning: exported method SyncMode.UnmarshalText should have comment or be unexported (golint)
    • metrics/librato/client.go
    • Line 11: warning: exported const Operations should have comment or be unexported (golint)
    • Line 12: warning: exported const OperationsShort should have comment or be unexported (golint)
    • Line 14: warning: exported type LibratoClient should have comment or be unexported (golint)
    • Line 58: warning: exported type Measurement should have comment or be unexported (golint)
    • Line 59: warning: exported type Metric should have comment or be unexported (golint)
    • Line 61: warning: exported type Batch should have comment or be unexported (golint)
    • Line 68: warning: exported method LibratoClient.PostMetrics should have comment or be unexported (golint)
    • mobile/interface.go
    • Line 45: warning: exported method Interface.SetBool should have comment or be unexported (golint)
    • Line 46: warning: exported method Interface.SetBools should have comment or be unexported (golint)
    • Line 47: warning: exported method Interface.SetString should have comment or be unexported (golint)
    • Line 48: warning: exported method Interface.SetStrings should have comment or be unexported (golint)
    • Line 49: warning: exported method Interface.SetBinary should have comment or be unexported (golint)
    • Line 50: warning: exported method Interface.SetBinaries should have comment or be unexported (golint)
    • Line 51: warning: exported method Interface.SetAddress should have comment or be unexported (golint)
    • Line 52: warning: exported method Interface.SetAddresses should have comment or be unexported (golint)
    • Line 53: warning: exported method Interface.SetHash should have comment or be unexported (golint)
    • Line 54: warning: exported method Interface.SetHashes should have comment or be unexported (golint)
    • Line 55: warning: exported method Interface.SetInt8 should have comment or be unexported (golint)
    • Line 56: warning: exported method Interface.SetInt16 should have comment or be unexported (golint)
    • Line 57: warning: exported method Interface.SetInt32 should have comment or be unexported (golint)
    • Line 58: warning: exported method Interface.SetInt64 should have comment or be unexported (golint)
    • Line 59: warning: exported method Interface.SetInt8s should have comment or be unexported (golint)
    • Line 66: warning: exported method Interface.SetInt16s should have comment or be unexported (golint)
    • Line 73: warning: exported method Interface.SetInt32s should have comment or be unexported (golint)
    • Line 80: warning: exported method Interface.SetInt64s should have comment or be unexported (golint)
    • Line 87: warning: exported method Interface.SetUint8 should have comment or be unexported (golint)
    • Line 88: warning: exported method Interface.SetUint16 should have comment or be unexported (golint)
    • Line 89: warning: exported method Interface.SetUint32 should have comment or be unexported (golint)
    • Line 90: warning: exported method Interface.SetUint64 should have comment or be unexported (golint)
    • Line 91: warning: exported method Interface.SetUint8s should have comment or be unexported (golint)
    • Line 98: warning: exported method Interface.SetUint16s should have comment or be unexported (golint)
    • Line 105: warning: exported method Interface.SetUint32s should have comment or be unexported (golint)
    • Line 112: warning: exported method Interface.SetUint64s should have comment or be unexported (golint)
    • Line 119: warning: exported method Interface.SetBigInt should have comment or be unexported (golint)
    • Line 120: warning: exported method Interface.SetBigInts should have comment or be unexported (golint)
    • Line 122: warning: exported method Interface.SetDefaultBool should have comment or be unexported (golint)
    • Line 123: warning: exported method Interface.SetDefaultBools should have comment or be unexported (golint)
    • Line 124: warning: exported method Interface.SetDefaultString should have comment or be unexported (golint)
    • Line 125: warning: exported method Interface.SetDefaultStrings should have comment or be unexported (golint)
    • Line 126: warning: exported method Interface.SetDefaultBinary should have comment or be unexported (golint)
    • Line 127: warning: exported method Interface.SetDefaultBinaries should have comment or be unexported (golint)
    • Line 128: warning: exported method Interface.SetDefaultAddress should have comment or be unexported (golint)
    • Line 129: warning: exported method Interface.SetDefaultAddresses should have comment or be unexported (golint)
    • Line 130: warning: exported method Interface.SetDefaultHash should have comment or be unexported (golint)
    • Line 131: warning: exported method Interface.SetDefaultHashes should have comment or be unexported (golint)
    • Line 132: warning: exported method Interface.SetDefaultInt8 should have comment or be unexported (golint)
    • Line 133: warning: exported method Interface.SetDefaultInt8s should have comment or be unexported (golint)
    • Line 134: warning: exported method Interface.SetDefaultInt16 should have comment or be unexported (golint)
    • Line 135: warning: exported method Interface.SetDefaultInt16s should have comment or be unexported (golint)
    • Line 136: warning: exported method Interface.SetDefaultInt32 should have comment or be unexported (golint)
    • Line 137: warning: exported method Interface.SetDefaultInt32s should have comment or be unexported (golint)
    • Line 138: warning: exported method Interface.SetDefaultInt64 should have comment or be unexported (golint)
    • Line 139: warning: exported method Interface.SetDefaultInt64s should have comment or be unexported (golint)
    • Line 140: warning: exported method Interface.SetDefaultUint8 should have comment or be unexported (golint)
    • Line 141: warning: exported method Interface.SetDefaultUint8s should have comment or be unexported (golint)
    • Line 142: warning: exported method Interface.SetDefaultUint16 should have comment or be unexported (golint)
    • Line 143: warning: exported method Interface.SetDefaultUint16s should have comment or be unexported (golint)
    • Line 144: warning: exported method Interface.SetDefaultUint32 should have comment or be unexported (golint)
    • Line 145: warning: exported method Interface.SetDefaultUint32s should have comment or be unexported (golint)
    • Line 146: warning: exported method Interface.SetDefaultUint64 should have comment or be unexported (golint)
    • Line 147: warning: exported method Interface.SetDefaultUint64s should have comment or be unexported (golint)
    • Line 148: warning: exported method Interface.SetDefaultBigInt should have comment or be unexported (golint)
    • Line 149: warning: exported method Interface.SetDefaultBigInts should have comment or be unexported (golint)
    • Line 151: warning: exported method Interface.GetBool should have comment or be unexported (golint)
    • Line 152: warning: exported method Interface.GetBools should have comment or be unexported (golint)
    • Line 153: warning: exported method Interface.GetString should have comment or be unexported (golint)
    • Line 154: warning: exported method Interface.GetStrings should have comment or be unexported (golint)
    • Line 155: warning: exported method Interface.GetBinary should have comment or be unexported (golint)
    • Line 156: warning: exported method Interface.GetBinaries should have comment or be unexported (golint)
    • Line 157: warning: exported method Interface.GetAddress should have comment or be unexported (golint)
    • Line 158: warning: exported method Interface.GetAddresses should have comment or be unexported (golint)
    • Line 159: warning: exported method Interface.GetHash should have comment or be unexported (golint)
    • Line 160: warning: exported method Interface.GetHashes should have comment or be unexported (golint)
    • Line 161: warning: exported method Interface.GetInt8 should have comment or be unexported (golint)
    • Line 162: warning: exported method Interface.GetInt16 should have comment or be unexported (golint)
    • Line 163: warning: exported method Interface.GetInt32 should have comment or be unexported (golint)
    • Line 164: warning: exported method Interface.GetInt64 should have comment or be unexported (golint)
    • Line 165: warning: exported method Interface.GetInt8s should have comment or be unexported (golint)
    • Line 173: warning: exported method Interface.GetInt16s should have comment or be unexported (golint)
    • Line 181: warning: exported method Interface.GetInt32s should have comment or be unexported (golint)
    • Line 189: warning: exported method Interface.GetInt64s should have comment or be unexported (golint)
    • Line 197: warning: exported method Interface.GetUint8 should have comment or be unexported (golint)
    • Line 200: warning: exported method Interface.GetUint16 should have comment or be unexported (golint)
    • Line 203: warning: exported method Interface.GetUint32 should have comment or be unexported (golint)
    • Line 206: warning: exported method Interface.GetUint64 should have comment or be unexported (golint)
    • Line 209: warning: exported method Interface.GetUint8s should have comment or be unexported (golint)
    • Line 217: warning: exported method Interface.GetUint16s should have comment or be unexported (golint)
    • Line 225: warning: exported method Interface.GetUint32s should have comment or be unexported (golint)
    • Line 233: warning: exported method Interface.GetUint64s should have comment or be unexported (golint)
    • Line 241: warning: exported method Interface.GetBigInt should have comment or be unexported (golint)
    • Line 242: warning: exported method Interface.GetBigInts should have comment or be unexported (golint)
    • tests/fuzzers/bls12381/precompile_fuzzer.go
    • Line 39: warning: exported function FuzzG1Add should have comment or be unexported (golint)
    • Line 40: warning: exported function FuzzG1Mul should have comment or be unexported (golint)
    • Line 41: warning: exported function FuzzG1MultiExp should have comment or be unexported (golint)
    • Line 42: warning: exported function FuzzG2Add should have comment or be unexported (golint)
    • Line 43: warning: exported function FuzzG2Mul should have comment or be unexported (golint)
    • Line 44: warning: exported function FuzzG2MultiExp should have comment or be unexported (golint)
    • Line 45: warning: exported function FuzzPairing should have comment or be unexported (golint)
    • Line 46: warning: exported function FuzzMapG1 should have comment or be unexported (golint)
    • Line 47: warning: exported function FuzzMapG2 should have comment or be unexported (golint)
    • mobile/vm.go
    • Line 33: warning: exported method Log.GetAddress should have comment or be unexported (golint)
    • Line 34: warning: exported method Log.GetTopics should have comment or be unexported (golint)
    • Line 35: warning: exported method Log.GetData should have comment or be unexported (golint)
    • Line 36: warning: exported method Log.GetBlockNumber should have comment or be unexported (golint)
    • Line 37: warning: exported method Log.GetTxHash should have comment or be unexported (golint)
    • Line 38: warning: exported method Log.GetTxIndex should have comment or be unexported (golint)
    • Line 39: warning: exported method Log.GetBlockHash should have comment or be unexported (golint)
    • Line 40: warning: exported method Log.GetIndex should have comment or be unexported (golint)
    • metrics/histogram.go
    • Line 3: warning: comment on exported type Histogram should be of the form "Histogram ..." (with optional leading article) (golint)
    • metrics/meter.go
    • Line 9: warning: comment on exported type Meter should be of the form "Meter ..." (with optional leading article) (golint)
    • tests/state_test_util.go
    • Line 55: warning: exported method StateTest.UnmarshalJSON should have comment or be unexported (golint)
    • Line 131: warning: if block ends with a return statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) (golint)
    • Line 217: warning: exported function MakePreState should have comment or be unexported (golint)
    • rpc/subscription.go
    • Line 37: warning: comment on exported var ErrSubscriptionNotFound should be of the form "ErrSubscriptionNotFound ..." (golint)
    • cmd/devp2p/internal/ethtest/chain.go
    • Line 36: warning: exported type Chain should have comment or be unexported (golint)
    • Line 42: warning: exported method Chain.WriteTo should have comment or be unexported (golint)
    • Line 88: warning: exported method Chain.GetHeaders should have comment or be unexported (golint)
    • params/version.go
    • Line 24: warning: exported var VersionMajor should have comment or be unexported (golint)
    • Line 58: warning: exported function VersionWithCommit should have comment or be unexported (golint)
    • node/defaults.go
    • Line 31: warning: exported const DefaultHTTPHost should have comment (or a comment on this block) or be unexported (golint)
    • signer/storage/storage.go
    • Line 29: warning: exported type Storage should have comment or be unexported (golint)
    • Line 72: warning: exported function NewEphemeralStorage should have comment or be unexported (golint)
    • Line 82: warning: exported method NoStorage.Put should have comment or be unexported (golint)
    • Line 83: warning: exported method NoStorage.Del should have comment or be unexported (golint)
    • Line 84: warning: exported method NoStorage.Get should have comment or be unexported (golint)
    • core/types/transaction.go
    • Line 34: warning: exported var ErrInvalidSig should have comment or be unexported (golint)
    • Line 320: warning: exported method Transaction.SetHash should have comment or be unexported (golint)
    • Line 409: warning: exported method TxByPriceAndTime.Push should have comment or be unexported (golint)
    • Line 413: warning: exported method TxByPriceAndTime.Pop should have comment or be unexported (golint)
    • Line 483: warning: exported method TransactionsByPriceAndNonce.Copy should have comment or be unexported (golint)
    • Line 510: warning: exported function NewMessage should have comment or be unexported (golint)
    • Line 542: warning: exported method Message.From should have comment or be unexported (golint)
    • Line 543: warning: exported method Message.To should have comment or be unexported (golint)
    • Line 544: warning: exported method Message.GasPrice should have comment or be unexported (golint)
    • Line 545: warning: exported method Message.Value should have comment or be unexported (golint)
    • Line 546: warning: exported method Message.Gas should have comment or be unexported (golint)
    • Line 547: warning: exported method Message.Nonce should have comment or be unexported (golint)
    • Line 548: warning: exported method Message.Data should have comment or be unexported (golint)
    • Line 549: warning: exported method Message.AccessList should have comment or be unexported (golint)
    • Line 550: warning: exported method Message.CheckNonce should have comment or be unexported (golint)
    • light/trie.go
    • Line 37: warning: exported function NewState should have comment or be unexported (golint)
    • Line 42: warning: exported function NewStateDatabase should have comment or be unexported (golint)
    • p2p/peer.go
    • Line 38: warning: exported var ErrShuttingDown should have comment or be unexported (golint)
    • Line 219: warning: exported method Peer.Log should have comment or be unexported (golint)
    • signer/core/api.go
    • Line 129: warning: exported function StartClefAccountManager should have comment or be unexported (golint)
    • Line 219: warning: comment on exported type ListRequest should be of the form "ListRequest ..." (with optional leading article) (golint)
    • Line 219: warning: comment on exported type ListResponse should be of the form "ListResponse ..." (with optional leading article) (golint)
    • Line 219: warning: comment on exported type Message should be of the form "Message ..." (with optional leading article) (golint)
    • Line 219: warning: comment on exported type NewAccountRequest should be of the form "NewAccountRequest ..." (with optional leading article) (golint)
    • Line 219: warning: comment on exported type NewAccountResponse should be of the form "NewAccountResponse ..." (with optional leading article) (golint)
    • Line 219: warning: comment on exported type SignDataRequest should be of the form "SignDataRequest ..." (with optional leading article) (golint)
    • Line 219: warning: comment on exported type SignDataResponse should be of the form "SignDataResponse ..." (with optional leading article) (golint)
    • Line 219: warning: comment on exported type StartupInfo should be of the form "StartupInfo ..." (with optional leading article) (golint)
    • Line 219: warning: comment on exported type UserInputRequest should be of the form "UserInputRequest ..." (with optional leading article) (golint)
    • Line 219: warning: comment on exported type UserInputResponse should be of the form "UserInputResponse ..." (with optional leading article) (golint)
    • Line 274: warning: exported var ErrRequestDenied should have comment or be unexported (golint)
    • Line 597: warning: exported method SignerAPI.SignGnosisSafeTx should have comment or be unexported (golint)
    • Line 624: warning: comment on exported method SignerAPI.Version should be of the form "Version ..." (golint)
    • accounts/abi/argument.go
    • Line 34: warning: exported type Arguments should have comment or be unexported (golint)
    • Line 36: warning: exported type ArgumentMarshaling should have comment or be unexported (golint)
    • les/vflux/requests.go
    • Line 27: warning: exported var ErrNoReply should have comment or be unexported (golint)
    • Line 30: warning: exported const MaxRequestLength should have comment (or a comment on this block) or be unexported (golint)
    • Line 53: warning: comment on exported type CapacityQueryReply should be of the form "CapacityQueryReply ..." (with optional leading article) (golint)
    • Line 80: warning: exported const IntNonNegative should have comment (or a comment on this block) or be unexported (golint)
    • Line 125: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 131: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • mobile/bind.go
    • Line 38: warning: exported type MobileSigner should have comment or be unexported (golint)
    • Line 42: warning: exported method MobileSigner.Sign should have comment or be unexported (golint)
    • Line 60: warning: exported method CallOpts.IsPending should have comment or be unexported (golint)
    • Line 61: warning: exported method CallOpts.GetGasLimit should have comment or be unexported (golint)
    • Line 67: warning: exported method CallOpts.SetPending should have comment or be unexported (golint)
    • Line 68: warning: exported method CallOpts.SetGasLimit should have comment or be unexported (golint)
    • Line 69: warning: exported method CallOpts.SetContext should have comment or be unexported (golint)
    • Line 70: warning: exported method CallOpts.SetFrom should have comment or be unexported (golint)
    • Line 97: warning: exported method TransactOpts.GetFrom should have comment or be unexported (golint)
    • Line 98: warning: exported method TransactOpts.GetNonce should have comment or be unexported (golint)
    • Line 99: warning: exported method TransactOpts.GetValue should have comment or be unexported (golint)
    • Line 100: warning: exported method TransactOpts.GetGasPrice should have comment or be unexported (golint)
    • Line 101: warning: exported method TransactOpts.GetGasLimit should have comment or be unexported (golint)
    • Line 110: warning: exported method TransactOpts.SetFrom should have comment or be unexported (golint)
    • Line 111: warning: exported method TransactOpts.SetNonce should have comment or be unexported (golint)
    • Line 112: warning: exported method TransactOpts.SetSigner should have comment or be unexported (golint)
    • Line 121: warning: exported method TransactOpts.SetValue should have comment or be unexported (golint)
    • Line 122: warning: exported method TransactOpts.SetGasPrice should have comment or be unexported (golint)
    • Line 123: warning: exported method TransactOpts.SetGasLimit should have comment or be unexported (golint)
    • Line 124: warning: exported method TransactOpts.SetContext should have comment or be unexported (golint)
    • Line 167: warning: exported method BoundContract.GetAddress should have comment or be unexported (golint)
    • Line 168: warning: exported method BoundContract.GetDeployer should have comment or be unexported (golint)
    • core/events.go
    • Line 33: warning: exported type ChainEvent should have comment or be unexported (golint)
    • Line 39: warning: exported type ChainSideEvent should have comment or be unexported (golint)
    • Line 43: warning: exported type ChainHeadEvent should have comment or be unexported (golint)
    • p2p/simulations/simulation.go
    • Line 116: warning: exported type Step should have comment or be unexported (golint)
    • Line 128: warning: exported type Expectation should have comment or be unexported (golint)
    • Line 142: warning: exported type StepResult should have comment or be unexported (golint)
    • common/prque/prque.go
    • Line 24: warning: comment on exported type Prque should be of the form "Prque ..." (with optional leading article) (golint)
    • Line 39: warning: comment on exported method Prque.Push should be of the form "Push ..." (golint)
    • Line 50: warning: comment on exported method Prque.Pop should be of the form "Pop ..." (golint)
    • Line 57: warning: comment on exported method Prque.PopItem should be of the form "PopItem ..." (golint)
    • Line 70: warning: comment on exported method Prque.Empty should be of the form "Empty ..." (golint)
    • Line 75: warning: comment on exported method Prque.Size should be of the form "Size ..." (golint)
    • Line 80: warning: comment on exported method Prque.Reset should be of the form "Reset ..." (golint)
    • eth/gasprice/gasprice.go
    • Line 34: warning: exported var DefaultMaxPrice should have comment or be unexported (golint)
    • Line 36: warning: exported type Config should have comment or be unexported (golint)
    • rpc/http.go
    • Line 243: warning: should not use basic type string as key in context.WithValue (golint)
    • Line 244: warning: should not use basic type string as key in context.WithValue (golint)
    • Line 245: warning: should not use basic type string as key in context.WithValue (golint)
    • Line 247: warning: should not use basic type string as key in context.WithValue (golint)
    • Line 250: warning: should not use basic type string as key in context.WithValue (golint)
    • core/asm/asm.go
    • Line 17: warning: package comment should be of the form "Package asm ..." (golint)
    • Line 37: warning: comment on exported function NewInstructionIterator should be of the form "NewInstructionIterator ..." (golint)
    • Line 102: warning: comment on exported function PrintDisassembled should be of the form "PrintDisassembled ..." (golint)
    • Line 120: warning: comment on exported function Disassemble should be of the form "Disassemble ..." (golint)
    • cmd/utils/customflags.go
    • Line 33: warning: comment on exported type DirectoryString should be of the form "DirectoryString ..." (with optional leading article) (golint)
    • Line 42: warning: exported method DirectoryString.Set should have comment or be unexported (golint)
    • Line 47: warning: comment on exported type DirectoryFlag should be of the form "DirectoryFlag ..." (with optional leading article) (golint)
    • Line 60: warning: comment on exported method DirectoryFlag.Apply should be of the form "Apply ..." (golint)
    • Line 68: warning: exported method DirectoryFlag.GetName should have comment or be unexported (golint)
    • Line 72: warning: exported method DirectoryFlag.Set should have comment or be unexported (golint)
    • Line 84: warning: exported type TextMarshaler should have comment or be unexported (golint)
    • Line 114: warning: exported method TextMarshalerFlag.GetName should have comment or be unexported (golint)
    • Line 122: warning: exported method TextMarshalerFlag.Apply should have comment or be unexported (golint)
    • Line 165: warning: exported method BigFlag.GetName should have comment or be unexported (golint)
    • Line 173: warning: exported method BigFlag.Apply should have comment or be unexported (golint)
    • Line 202: warning: exported function HomeDir should have comment or be unexported (golint)
    • les/peer.go
    • Line 809: warning: if block ends with a return statement, so drop this else and outdent its block (golint)

license100%

Checks whether your project has a LICENSE file.

No problems detected. Good job!


ineffassign100%

IneffAssign detects ineffectual assignments in Go code.

No problems detected. Good job!


misspell100%

Misspell Finds commonly misspelled English words

No problems detected. Good job!