Preparing report...

Report for github.com/etclabscore/core-geth

A+    Excellent!    Found 446 issues across 1150 files

Tweet

gofmt93%

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!


golint74%

Golint is a linter for Go source code.

    • core-geth/cmd/devp2p/internal/v4test/discv4tests.go
    • Line 40: warning: comment on exported var Listen1 should be of the form "Listen1 ..." (golint)
    • Line 42: warning: comment on exported var Listen2 should be of the form "Listen2 ..." (golint)
    • Line 71: warning: comment on exported function BasicPing should be of the form "BasicPing ..." (golint)
    • Line 140: warning: comment on exported function PingWrongTo should be of the form "PingWrongTo ..." (golint)
    • Line 157: warning: comment on exported function PingWrongFrom should be of the form "PingWrongFrom ..." (golint)
    • Line 175: warning: comment on exported function PingExtraData should be of the form "PingExtraData ..." (golint)
    • Line 196: warning: comment on exported function PingExtraDataWrongFrom should be of the form "PingExtraDataWrongFrom ..." (golint)
    • Line 217: warning: comment on exported function PingPastExpiration should be of the form "PingPastExpiration ..." (golint)
    • Line 236: warning: comment on exported function WrongPacketType should be of the form "WrongPacketType ..." (golint)
    • Line 254: warning: comment on exported function BondThenPingWithWrongFrom should be of the form "BondThenPingWithWrongFrom ..." (golint)
    • Line 275: warning: comment on exported function FindnodeWithoutEndpointProof should be of the form "FindnodeWithoutEndpointProof ..." (golint)
    • Line 311: warning: comment on exported function UnsolicitedNeighbors should be of the form "UnsolicitedNeighbors ..." (golint)
    • Line 352: warning: comment on exported function FindnodePastExpiration should be of the form "FindnodePastExpiration ..." (golint)
    • Line 403: warning: comment on exported function FindnodeAmplificationInvalidPongHash should be of the form "FindnodeAmplificationInvalidPongHash ..." (golint)
    • Line 455: warning: comment on exported function FindnodeAmplificationWrongIP should be of the form "FindnodeAmplificationWrongIP ..." (golint)
    • Line 478: warning: exported var AllTests should have comment or be unexported (golint)
    • core-geth/cmd/geth/dbcmd.go
    • Line 292: 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 299: 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 509: 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 526: 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)
    • core-geth/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-geth/p2p/peer.go
    • Line 38: warning: exported var ErrShuttingDown should have comment or be unexported (golint)
    • Line 233: warning: exported method Peer.Log should have comment or be unexported (golint)
    • core-geth/cmd/ancient-store-mem/lib/mem.go
    • Line 47: warning: exported function NewMemFreezerRemoteServerAPI should have comment or be unexported (golint)
    • Line 55: warning: exported method MemFreezerRemoteServerAPI.Reset should have comment or be unexported (golint)
    • Line 55: warning: receiver name f should be consistent with previous receiver name r for MemFreezerRemoteServerAPI (golint)
    • Line 62: warning: exported method MemFreezerRemoteServerAPI.HasAncient should have comment or be unexported (golint)
    • Line 62: warning: receiver name f should be consistent with previous receiver name r for MemFreezerRemoteServerAPI (golint)
    • Line 70: warning: exported method MemFreezerRemoteServerAPI.Ancient should have comment or be unexported (golint)
    • Line 70: warning: receiver name f should be consistent with previous receiver name r for MemFreezerRemoteServerAPI (golint)
    • Line 81: warning: exported method MemFreezerRemoteServerAPI.Ancients should have comment or be unexported (golint)
    • Line 81: warning: receiver name f should be consistent with previous receiver name r for MemFreezerRemoteServerAPI (golint)
    • Line 86: warning: exported method MemFreezerRemoteServerAPI.AncientSize should have comment or be unexported (golint)
    • Line 86: warning: receiver name f should be consistent with previous receiver name r for MemFreezerRemoteServerAPI (golint)
    • Line 97: warning: exported method MemFreezerRemoteServerAPI.AppendAncient should have comment or be unexported (golint)
    • Line 97: warning: receiver name f should be consistent with previous receiver name r for MemFreezerRemoteServerAPI (golint)
    • Line 120: warning: exported method MemFreezerRemoteServerAPI.TruncateAncients should have comment or be unexported (golint)
    • Line 120: warning: receiver name f should be consistent with previous receiver name r for MemFreezerRemoteServerAPI (golint)
    • Line 138: warning: exported method MemFreezerRemoteServerAPI.Sync should have comment or be unexported (golint)
    • Line 138: warning: receiver name f should be consistent with previous receiver name r for MemFreezerRemoteServerAPI (golint)
    • Line 143: warning: exported method MemFreezerRemoteServerAPI.Close should have comment or be unexported (golint)
    • Line 143: warning: receiver name f should be consistent with previous receiver name r for MemFreezerRemoteServerAPI (golint)
    • core-geth/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)
    • core-geth/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)
    • core-geth/miner/miner.go
    • Line 69: warning: exported function New should have comment or be unexported (golint)
    • Line 148: warning: exported method Miner.Start should have comment or be unexported (golint)
    • Line 152: warning: exported method Miner.Stop should have comment or be unexported (golint)
    • Line 156: warning: exported method Miner.Close should have comment or be unexported (golint)
    • Line 160: warning: exported method Miner.Mining should have comment or be unexported (golint)
    • Line 164: warning: exported method Miner.Hashrate should have comment or be unexported (golint)
    • Line 171: warning: exported method Miner.SetExtra should have comment or be unexported (golint)
    • Line 203: warning: exported method Miner.SetEtherbase should have comment or be unexported (golint)
    • core-geth/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)
    • core-geth/cmd/evm/internal/t8ntool/transition.go
    • Line 45: warning: exported const ErrorEVM should have comment (or a comment on this block) or be unexported (golint)
    • Line 55: warning: exported type NumberedError should have comment or be unexported (golint)
    • Line 60: warning: exported function NewError should have comment or be unexported (golint)
    • Line 68: warning: exported method NumberedError.Code should have comment or be unexported (golint)
    • Line 79: warning: exported function Main should have comment or be unexported (golint)
    • Line 189: 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 289: 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 334: warning: exported type Alloc should have comment or be unexported (golint)
    • Line 336: warning: exported method Alloc.OnRoot should have comment or be unexported (golint)
    • Line 338: warning: exported method Alloc.OnAccount should have comment or be unexported (golint)
    • core-geth/eth/backend.go
    • Line 381: warning: exported method Ethereum.ResetWithGenesisBlock should have comment or be unexported (golint)
    • Line 385: warning: exported method Ethereum.Etherbase should have comment or be unexported (golint)
    • Line 531: warning: exported method Ethereum.IsMining should have comment or be unexported (golint)
    • Line 532: warning: exported method Ethereum.Miner should have comment or be unexported (golint)
    • Line 534: warning: exported method Ethereum.AccountManager should have comment or be unexported (golint)
    • Line 535: warning: exported method Ethereum.BlockChain should have comment or be unexported (golint)
    • Line 536: warning: exported method Ethereum.TxPool should have comment or be unexported (golint)
    • Line 537: warning: exported method Ethereum.EventMux should have comment or be unexported (golint)
    • Line 538: warning: exported method Ethereum.Engine should have comment or be unexported (golint)
    • Line 539: warning: exported method Ethereum.ChainDb should have comment or be unexported (golint)
    • Line 540: warning: exported method Ethereum.IsListening should have comment or be unexported (golint)
    • Line 541: warning: exported method Ethereum.EthVersion should have comment or be unexported (golint)
    • Line 544: warning: exported method Ethereum.NetVersion should have comment or be unexported (golint)
    • Line 545: warning: exported method Ethereum.Downloader should have comment or be unexported (golint)
    • Line 546: warning: exported method Ethereum.Synced should have comment or be unexported (golint)
    • Line 547: warning: exported method Ethereum.ArchiveMode should have comment or be unexported (golint)
    • Line 548: warning: exported method Ethereum.BloomIndexer should have comment or be unexported (golint)
    • core-geth/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)
    • core-geth/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)
    • core-geth/eth/tracers/internal/tracers/assets.go
    • Line 90: warning: don't use underscores in Go names; var __4byte_tracerJs should be _4byteTracerJs (golint)
    • Line 92: warning: don't use underscores in Go names; func _4byte_tracerJsBytes should be _4byteTracerJsBytes (golint)
    • Line 99: warning: don't use underscores in Go names; func _4byte_tracerJs should be _4byteTracerJs (golint)
    • Line 110: warning: don't use underscores in Go names; var _bigram_tracerJs should be _bigramTracerJs (golint)
    • Line 112: warning: don't use underscores in Go names; func bigram_tracerJsBytes should be bigramTracerJsBytes (golint)
    • Line 119: warning: don't use underscores in Go names; func bigram_tracerJs should be bigramTracerJs (golint)
    • Line 130: warning: don't use underscores in Go names; var _call_tracerJs should be _callTracerJs (golint)
    • Line 132: warning: don't use underscores in Go names; func call_tracerJsBytes should be callTracerJsBytes (golint)
    • Line 139: warning: don't use underscores in Go names; func call_tracerJs should be callTracerJs (golint)
    • Line 150: warning: don't use underscores in Go names; var _call_tracer_parityJs should be _callTracerParityJs (golint)
    • Line 152: warning: don't use underscores in Go names; func call_tracer_parityJsBytes should be callTracerParityJsBytes (golint)
    • Line 159: warning: don't use underscores in Go names; func call_tracer_parityJs should be callTracerParityJs (golint)
    • Line 170: warning: don't use underscores in Go names; var _evmdis_tracerJs should be _evmdisTracerJs (golint)
    • Line 172: warning: don't use underscores in Go names; func evmdis_tracerJsBytes should be evmdisTracerJsBytes (golint)
    • Line 179: warning: don't use underscores in Go names; func evmdis_tracerJs should be evmdisTracerJs (golint)
    • Line 190: warning: don't use underscores in Go names; var _noop_tracerJs should be _noopTracerJs (golint)
    • Line 192: warning: don't use underscores in Go names; func noop_tracerJsBytes should be noopTracerJsBytes (golint)
    • Line 199: warning: don't use underscores in Go names; func noop_tracerJs should be noopTracerJs (golint)
    • Line 210: warning: don't use underscores in Go names; var _opcount_tracerJs should be _opcountTracerJs (golint)
    • Line 212: warning: don't use underscores in Go names; func opcount_tracerJsBytes should be opcountTracerJsBytes (golint)
    • Line 219: warning: don't use underscores in Go names; func opcount_tracerJs should be opcountTracerJs (golint)
    • Line 230: warning: don't use underscores in Go names; var _prestate_tracerJs should be _prestateTracerJs (golint)
    • Line 232: warning: don't use underscores in Go names; func prestate_tracerJsBytes should be prestateTracerJsBytes (golint)
    • Line 239: warning: don't use underscores in Go names; func prestate_tracerJs should be prestateTracerJs (golint)
    • Line 250: warning: don't use underscores in Go names; var _state_diff_tracerJs should be _stateDiffTracerJs (golint)
    • Line 252: warning: don't use underscores in Go names; func state_diff_tracerJsBytes should be stateDiffTracerJsBytes (golint)
    • Line 259: warning: don't use underscores in Go names; func state_diff_tracerJs should be stateDiffTracerJs (golint)
    • Line 270: warning: don't use underscores in Go names; var _trigram_tracerJs should be _trigramTracerJs (golint)
    • Line 272: warning: don't use underscores in Go names; func trigram_tracerJsBytes should be trigramTracerJsBytes (golint)
    • Line 279: warning: don't use underscores in Go names; func trigram_tracerJs should be trigramTracerJs (golint)
    • Line 290: warning: don't use underscores in Go names; var _unigram_tracerJs should be _unigramTracerJs (golint)
    • Line 292: warning: don't use underscores in Go names; func unigram_tracerJsBytes should be unigramTracerJsBytes (golint)
    • Line 299: warning: don't use underscores in Go names; func unigram_tracerJs should be unigramTracerJs (golint)
    • core-geth/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-geth/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)
    • core-geth/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)
    • core-geth/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)
    • core-geth/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)
    • core-geth/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: exported method Transaction.GetTo should have comment or be unexported (golint)
    • Line 302: warning: exported method Transaction.WithSignature should have comment or be unexported (golint)
    • Line 370: warning: exported method Receipt.GetStatus should have comment or be unexported (golint)
    • Line 371: warning: exported method Receipt.GetPostState should have comment or be unexported (golint)
    • Line 372: warning: exported method Receipt.GetCumulativeGasUsed should have comment or be unexported (golint)
    • Line 373: warning: exported method Receipt.GetBloom should have comment or be unexported (golint)
    • Line 374: warning: exported method Receipt.GetLogs should have comment or be unexported (golint)
    • Line 375: warning: exported method Receipt.GetTxHash should have comment or be unexported (golint)
    • Line 376: warning: exported method Receipt.GetContractAddress should have comment or be unexported (golint)
    • Line 377: warning: exported method Receipt.GetGasUsed should have comment or be unexported (golint)
    • core-geth/core/vm/logger_json.go
    • Line 29: warning: exported type JSONLogger should have comment or be unexported (golint)
    • Line 44: warning: exported method JSONLogger.CapturePreEVM should have comment or be unexported (golint)
    • Line 47: warning: exported method JSONLogger.CaptureStart should have comment or be unexported (golint)
    • Line 50: warning: exported method JSONLogger.CaptureFault should have comment or be unexported (golint)
    • core-geth/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)
    • core-geth/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 103: warning: exported method Account.TransactionCount should have comment or be unexported (golint)
    • Line 111: warning: exported method Account.Code should have comment or be unexported (golint)
    • Line 119: warning: exported method Account.Storage should have comment or be unexported (golint)
    • Line 134: warning: exported method Log.Transaction should have comment or be unexported (golint)
    • Line 138: warning: exported method Log.Account should have comment or be unexported (golint)
    • Line 146: warning: exported method Log.Index should have comment or be unexported (golint)
    • Line 150: warning: exported method Log.Topics should have comment or be unexported (golint)
    • Line 154: warning: exported method Log.Data should have comment or be unexported (golint)
    • Line 164: warning: exported method AccessTuple.Address should have comment or be unexported (golint)
    • Line 168: warning: exported method AccessTuple.StorageKeys should have comment or be unexported (golint)
    • Line 203: warning: exported method Transaction.Hash should have comment or be unexported (golint)
    • Line 207: warning: exported method Transaction.InputData should have comment or be unexported (golint)
    • Line 215: warning: exported method Transaction.Gas should have comment or be unexported (golint)
    • Line 223: warning: exported method Transaction.GasPrice should have comment or be unexported (golint)
    • Line 244: warning: exported method Transaction.EffectiveGasPrice should have comment or be unexported (golint)
    • Line 259: warning: exported method Transaction.MaxFeePerGas should have comment or be unexported (golint)
    • Line 274: warning: exported method Transaction.MaxPriorityFeePerGas should have comment or be unexported (golint)
    • Line 289: warning: exported method Transaction.Value should have comment or be unexported (golint)
    • Line 300: warning: exported method Transaction.Nonce should have comment or be unexported (golint)
    • Line 308: warning: exported method Transaction.To should have comment or be unexported (golint)
    • Line 324: warning: exported method Transaction.From should have comment or be unexported (golint)
    • Line 338: warning: exported method Transaction.Block should have comment or be unexported (golint)
    • Line 345: warning: exported method Transaction.Index should have comment or be unexported (golint)
    • Line 371: warning: exported method Transaction.Status should have comment or be unexported (golint)
    • Line 380: warning: exported method Transaction.GasUsed should have comment or be unexported (golint)
    • Line 389: warning: exported method Transaction.CumulativeGasUsed should have comment or be unexported (golint)
    • Line 398: warning: exported method Transaction.CreatedContract should have comment or be unexported (golint)
    • Line 410: warning: exported method Transaction.Logs should have comment or be unexported (golint)
    • Line 426: warning: exported method Transaction.Type should have comment or be unexported (golint)
    • Line 435: warning: exported method Transaction.AccessList should have comment or be unexported (golint)
    • Line 451: warning: exported method Transaction.R should have comment or be unexported (golint)
    • Line 460: warning: exported method Transaction.S should have comment or be unexported (golint)
    • Line 469: warning: exported method Transaction.V should have comment or be unexported (golint)
    • Line 478: warning: exported type BlockType should have comment or be unexported (golint)
    • Line 552: warning: exported method Block.Number should have comment or be unexported (golint)
    • Line 561: warning: exported method Block.Hash should have comment or be unexported (golint)
    • Line 572: warning: exported method Block.GasLimit should have comment or be unexported (golint)
    • Line 580: warning: exported method Block.GasUsed should have comment or be unexported (golint)
    • Line 588: warning: exported method Block.BaseFeePerGas should have comment or be unexported (golint)
    • Line 599: warning: exported method Block.Parent should have comment or be unexported (golint)
    • Line 617: warning: exported method Block.Difficulty should have comment or be unexported (golint)
    • Line 625: warning: exported method Block.Timestamp should have comment or be unexported (golint)
    • Line 633: warning: exported method Block.Nonce should have comment or be unexported (golint)
    • Line 641: warning: exported method Block.MixHash should have comment or be unexported (golint)
    • Line 649: warning: exported method Block.TransactionsRoot should have comment or be unexported (golint)
    • Line 657: warning: exported method Block.StateRoot should have comment or be unexported (golint)
    • Line 665: warning: exported method Block.ReceiptsRoot should have comment or be unexported (golint)
    • Line 673: warning: exported method Block.OmmerHash should have comment or be unexported (golint)
    • Line 681: warning: exported method Block.OmmerCount should have comment or be unexported (golint)
    • Line 690: warning: exported method Block.Ommers should have comment or be unexported (golint)
    • Line 707: warning: exported method Block.ExtraData should have comment or be unexported (golint)
    • Line 715: warning: exported method Block.LogsBloom should have comment or be unexported (golint)
    • Line 723: warning: exported method Block.TotalDifficulty should have comment or be unexported (golint)
    • Line 763: warning: exported method Block.Miner should have comment or be unexported (golint)
    • Line 775: warning: exported method Block.TransactionCount should have comment or be unexported (golint)
    • Line 784: warning: exported method Block.Transactions should have comment or be unexported (golint)
    • Line 802: warning: exported method Block.TransactionAt should have comment or be unexported (golint)
    • Line 821: warning: exported method Block.OmmerAt should have comment or be unexported (golint)
    • Line 876: warning: exported method Block.Logs should have comment or be unexported (golint)
    • Line 900: warning: exported method Block.Account should have comment or be unexported (golint)
    • Line 936: warning: exported method CallResult.Data should have comment or be unexported (golint)
    • Line 940: warning: exported method CallResult.GasUsed should have comment or be unexported (golint)
    • Line 944: warning: exported method CallResult.Status should have comment or be unexported (golint)
    • Line 948: warning: exported method Block.Call should have comment or be unexported (golint)
    • Line 973: warning: exported method Block.EstimateGas should have comment or be unexported (golint)
    • Line 986: warning: exported type Pending should have comment or be unexported (golint)
    • Line 990: warning: exported method Pending.TransactionCount should have comment or be unexported (golint)
    • Line 995: warning: exported method Pending.Transactions should have comment or be unexported (golint)
    • Line 1012: warning: exported method Pending.Account should have comment or be unexported (golint)
    • Line 1023: warning: exported method Pending.Call should have comment or be unexported (golint)
    • Line 1043: warning: exported method Pending.EstimateGas should have comment or be unexported (golint)
    • Line 1056: warning: exported method Resolver.Block should have comment or be unexported (golint)
    • Line 1096: warning: exported method Resolver.Blocks should have comment or be unexported (golint)
    • Line 1122: warning: exported method Resolver.Pending should have comment or be unexported (golint)
    • Line 1126: warning: exported method Resolver.Transaction should have comment or be unexported (golint)
    • Line 1141: warning: exported method Resolver.SendRawTransaction should have comment or be unexported (golint)
    • Line 1170: warning: exported method Resolver.Logs should have comment or be unexported (golint)
    • Line 1193: warning: exported method Resolver.GasPrice should have comment or be unexported (golint)
    • Line 1204: warning: exported method Resolver.MaxPriorityFeePerGas should have comment or be unexported (golint)
    • Line 1212: warning: exported method Resolver.ChainID should have comment or be unexported (golint)
    • Line 1221: warning: exported method SyncState.StartingBlock should have comment or be unexported (golint)
    • Line 1225: warning: exported method SyncState.CurrentBlock should have comment or be unexported (golint)
    • Line 1229: warning: exported method SyncState.HighestBlock should have comment or be unexported (golint)
    • Line 1233: warning: exported method SyncState.PulledStates should have comment or be unexported (golint)
    • Line 1238: warning: exported method SyncState.KnownStates should have comment or be unexported (golint)
    • core-geth/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)
    • core-geth/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)
    • core-geth/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)
    • core-geth/params/confp/generic/generic.go
    • Line 42: warning: exported function AsGenericCC should have comment or be unexported (golint)
    • Line 46: warning: exported method GenericCC.DAOSupport should have comment or be unexported (golint)
    • Line 109: warning: exported function UnmarshalChainConfigurator should have comment or be unexported (golint)
    • core-geth/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)
    • core-geth/params/types/ctypes/configurator_iface.go
    • Line 39: warning: exported type Configurator should have comment or be unexported (golint)
    • Line 44: warning: exported type ChainConfigurator should have comment or be unexported (golint)
    • Line 170: warning: exported type Forker should have comment or be unexported (golint)
    • Line 182: warning: exported type ConsensusEnginator should have comment or be unexported (golint)
    • Line 194: warning: exported type EthashConfigurator should have comment or be unexported (golint)
    • Line 239: warning: exported type CliqueConfigurator should have comment or be unexported (golint)
    • Line 246: warning: exported type Lyra2Configurator should have comment or be unexported (golint)
    • Line 251: warning: exported type BlockSealer should have comment or be unexported (golint)
    • Line 257: warning: exported type BlockSealerEthereum should have comment or be unexported (golint)
    • Line 264: warning: exported type GenesisBlocker should have comment or be unexported (golint)
    • Line 281: warning: exported type Accounter should have comment or be unexported (golint)
    • core-geth/cmd/devp2p/internal/ethtest/types.go
    • Line 29: warning: exported type Message should have comment or be unexported (golint)
    • Line 33: warning: exported type Error should have comment or be unexported (golint)
    • Line 39: warning: exported method Error.Code should have comment or be unexported (golint)
    • Line 58: warning: exported method Hello.Code should have comment or be unexported (golint)
    • Line 65: warning: exported method Disconnect.Code should have comment or be unexported (golint)
    • Line 67: warning: exported type Ping should have comment or be unexported (golint)
    • Line 69: warning: exported method Ping.Code should have comment or be unexported (golint)
    • Line 71: warning: exported type Pong should have comment or be unexported (golint)
    • Line 73: warning: exported method Pong.Code should have comment or be unexported (golint)
    • Line 78: warning: exported method Status.Code should have comment or be unexported (golint)
    • Line 83: warning: exported method NewBlockHashes.Code should have comment or be unexported (golint)
    • Line 85: warning: exported type Transactions should have comment or be unexported (golint)
    • Line 87: warning: exported method Transactions.Code should have comment or be unexported (golint)
    • Line 92: warning: exported method GetBlockHeaders.Code should have comment or be unexported (golint)
    • Line 94: warning: exported type BlockHeaders should have comment or be unexported (golint)
    • Line 96: warning: exported method BlockHeaders.Code should have comment or be unexported (golint)
    • Line 101: warning: exported method GetBlockBodies.Code should have comment or be unexported (golint)
    • Line 106: warning: exported method BlockBodies.Code should have comment or be unexported (golint)
    • Line 111: warning: exported method NewBlock.Code should have comment or be unexported (golint)
    • Line 116: warning: exported method NewPooledTransactionHashes.Code should have comment or be unexported (golint)
    • Line 118: warning: exported type GetPooledTransactions should have comment or be unexported (golint)
    • Line 120: warning: exported method GetPooledTransactions.Code should have comment or be unexported (golint)
    • Line 122: warning: exported type PooledTransactions should have comment or be unexported (golint)
    • Line 124: warning: exported method PooledTransactions.Code should have comment or be unexported (golint)
    • core-geth/les/client.go
    • Line 55: warning: exported type LightEthereum should have comment or be unexported (golint)
    • Line 270: warning: exported type LightDummyAPI should have comment or be unexported (golint)
    • Line 332: warning: exported method LightEthereum.ResetWithGenesisBlock should have comment or be unexported (golint)
    • Line 336: warning: exported method LightEthereum.BlockChain should have comment or be unexported (golint)
    • Line 337: warning: exported method LightEthereum.TxPool should have comment or be unexported (golint)
    • Line 338: warning: exported method LightEthereum.Engine should have comment or be unexported (golint)
    • Line 339: warning: exported method LightEthereum.LesVersion should have comment or be unexported (golint)
    • Line 340: warning: exported method LightEthereum.Downloader should have comment or be unexported (golint)
    • Line 341: warning: exported method LightEthereum.EventMux should have comment or be unexported (golint)
    • core-geth/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)
    • core-geth/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 94: warning: exported method TestCmd.SetTemplateFunc should have comment or be unexported (golint)
    • Line 192: warning: exported method TestCmd.WaitExit should have comment or be unexported (golint)
    • Line 196: warning: exported method TestCmd.Interrupt should have comment or be unexported (golint)
    • Line 223: warning: exported method TestCmd.CloseStdin should have comment or be unexported (golint)
    • Line 227: warning: exported method TestCmd.Kill should have comment or be unexported (golint)
    • core-geth/params/types/multigeth/multigethv0_chain_config_configurator.go
    • Line 47: warning: exported method ChainConfig.GetAccountStartNonce should have comment or be unexported (golint)
    • Line 50: warning: exported method ChainConfig.SetAccountStartNonce should have comment or be unexported (golint)
    • Line 53: warning: exported method ChainConfig.GetMaximumExtraDataSize should have comment or be unexported (golint)
    • Line 56: warning: exported method ChainConfig.SetMaximumExtraDataSize should have comment or be unexported (golint)
    • Line 59: warning: exported method ChainConfig.GetMinGasLimit should have comment or be unexported (golint)
    • Line 62: warning: exported method ChainConfig.SetMinGasLimit should have comment or be unexported (golint)
    • Line 65: warning: exported method ChainConfig.GetGasLimitBoundDivisor should have comment or be unexported (golint)
    • Line 68: warning: exported method ChainConfig.SetGasLimitBoundDivisor should have comment or be unexported (golint)
    • Line 88: warning: exported method ChainConfig.SetNetworkID should have comment or be unexported (golint)
    • Line 99: warning: exported method ChainConfig.GetChainID should have comment or be unexported (golint)
    • Line 103: warning: exported method ChainConfig.SetChainID should have comment or be unexported (golint)
    • Line 108: warning: exported method ChainConfig.GetSupportedProtocolVersions should have comment or be unexported (golint)
    • Line 115: warning: exported method ChainConfig.SetSupportedProtocolVersions should have comment or be unexported (golint)
    • Line 120: warning: exported method ChainConfig.GetMaxCodeSize should have comment or be unexported (golint)
    • Line 124: warning: exported method ChainConfig.SetMaxCodeSize should have comment or be unexported (golint)
    • Line 128: warning: exported method ChainConfig.GetEIP7Transition should have comment or be unexported (golint)
    • Line 132: warning: exported method ChainConfig.SetEIP7Transition should have comment or be unexported (golint)
    • Line 137: warning: exported method ChainConfig.GetEIP150Transition should have comment or be unexported (golint)
    • Line 141: warning: exported method ChainConfig.SetEIP150Transition should have comment or be unexported (golint)
    • Line 146: warning: exported method ChainConfig.GetEIP152Transition should have comment or be unexported (golint)
    • Line 150: warning: exported method ChainConfig.SetEIP152Transition should have comment or be unexported (golint)
    • Line 155: warning: exported method ChainConfig.GetEIP160Transition should have comment or be unexported (golint)
    • Line 162: warning: exported method ChainConfig.SetEIP160Transition should have comment or be unexported (golint)
    • Line 202: warning: exported method ChainConfig.SetEIP161dTransition should have comment or be unexported (golint)
    • Line 207: warning: exported method ChainConfig.GetEIP161abcTransition should have comment or be unexported (golint)
    • Line 217: warning: exported method ChainConfig.SetEIP161abcTransition should have comment or be unexported (golint)
    • Line 222: warning: exported method ChainConfig.GetEIP170Transition should have comment or be unexported (golint)
    • Line 226: warning: exported method ChainConfig.SetEIP170Transition should have comment or be unexported (golint)
    • Line 231: warning: exported method ChainConfig.GetEIP155Transition should have comment or be unexported (golint)
    • Line 235: warning: exported method ChainConfig.SetEIP155Transition should have comment or be unexported (golint)
    • Line 240: warning: exported method ChainConfig.GetEIP140Transition should have comment or be unexported (golint)
    • Line 244: warning: exported method ChainConfig.SetEIP140Transition should have comment or be unexported (golint)
    • Line 249: warning: exported method ChainConfig.GetEIP198Transition should have comment or be unexported (golint)
    • Line 253: warning: exported method ChainConfig.SetEIP198Transition should have comment or be unexported (golint)
    • Line 258: warning: exported method ChainConfig.GetEIP211Transition should have comment or be unexported (golint)
    • Line 262: warning: exported method ChainConfig.SetEIP211Transition should have comment or be unexported (golint)
    • Line 267: warning: exported method ChainConfig.GetEIP212Transition should have comment or be unexported (golint)
    • Line 271: warning: exported method ChainConfig.SetEIP212Transition should have comment or be unexported (golint)
    • Line 276: warning: exported method ChainConfig.GetEIP213Transition should have comment or be unexported (golint)
    • Line 280: warning: exported method ChainConfig.SetEIP213Transition should have comment or be unexported (golint)
    • Line 285: warning: exported method ChainConfig.GetEIP214Transition should have comment or be unexported (golint)
    • Line 289: warning: exported method ChainConfig.SetEIP214Transition should have comment or be unexported (golint)
    • Line 294: warning: exported method ChainConfig.GetEIP658Transition should have comment or be unexported (golint)
    • Line 298: warning: exported method ChainConfig.SetEIP658Transition should have comment or be unexported (golint)
    • Line 303: warning: exported method ChainConfig.GetEIP145Transition should have comment or be unexported (golint)
    • Line 307: warning: exported method ChainConfig.SetEIP145Transition should have comment or be unexported (golint)
    • Line 312: warning: exported method ChainConfig.GetEIP1014Transition should have comment or be unexported (golint)
    • Line 316: warning: exported method ChainConfig.SetEIP1014Transition should have comment or be unexported (golint)
    • Line 321: warning: exported method ChainConfig.GetEIP1052Transition should have comment or be unexported (golint)
    • Line 325: warning: exported method ChainConfig.SetEIP1052Transition should have comment or be unexported (golint)
    • Line 330: warning: exported method ChainConfig.GetEIP1283Transition should have comment or be unexported (golint)
    • Line 341: warning: exported method ChainConfig.SetEIP1283Transition should have comment or be unexported (golint)
    • Line 346: warning: exported method ChainConfig.GetEIP1283DisableTransition should have comment or be unexported (golint)
    • Line 355: warning: exported method ChainConfig.SetEIP1283DisableTransition should have comment or be unexported (golint)
    • Line 360: warning: exported method ChainConfig.GetEIP1108Transition should have comment or be unexported (golint)
    • Line 364: warning: exported method ChainConfig.SetEIP1108Transition should have comment or be unexported (golint)
    • Line 369: warning: exported method ChainConfig.GetEIP2200Transition should have comment or be unexported (golint)
    • Line 373: warning: exported method ChainConfig.SetEIP2200Transition should have comment or be unexported (golint)
    • Line 378: warning: exported method ChainConfig.GetEIP2200DisableTransition should have comment or be unexported (golint)
    • Line 382: warning: exported method ChainConfig.SetEIP2200DisableTransition should have comment or be unexported (golint)
    • Line 389: warning: exported method ChainConfig.GetEIP1344Transition should have comment or be unexported (golint)
    • Line 393: warning: exported method ChainConfig.SetEIP1344Transition should have comment or be unexported (golint)
    • Line 398: warning: exported method ChainConfig.GetEIP1884Transition should have comment or be unexported (golint)
    • Line 402: warning: exported method ChainConfig.SetEIP1884Transition should have comment or be unexported (golint)
    • Line 407: warning: exported method ChainConfig.GetEIP2028Transition should have comment or be unexported (golint)
    • Line 411: warning: exported method ChainConfig.SetEIP2028Transition should have comment or be unexported (golint)
    • Line 416: warning: exported method ChainConfig.GetECIP1080Transition should have comment or be unexported (golint)
    • Line 420: warning: exported method ChainConfig.SetECIP1080Transition should have comment or be unexported (golint)
    • Line 427: warning: exported method ChainConfig.GetEIP1706Transition should have comment or be unexported (golint)
    • Line 431: warning: exported method ChainConfig.SetEIP1706Transition should have comment or be unexported (golint)
    • Line 438: warning: exported method ChainConfig.GetEIP2537Transition should have comment or be unexported (golint)
    • Line 442: warning: exported method ChainConfig.SetEIP2537Transition should have comment or be unexported (golint)
    • Line 449: warning: exported method ChainConfig.GetECBP1100Transition should have comment or be unexported (golint)
    • Line 453: warning: exported method ChainConfig.SetECBP1100Transition should have comment or be unexported (golint)
    • Line 466: warning: exported method ChainConfig.SetEIP2315Transition should have comment or be unexported (golint)
    • Line 473: warning: exported method ChainConfig.GetEIP2929Transition should have comment or be unexported (golint)
    • Line 477: warning: comment on exported method ChainConfig.SetEIP2929Transition should be of the form "SetEIP2929Transition ..." (golint)
    • Line 483: warning: exported method ChainConfig.GetEIP2930Transition should have comment or be unexported (golint)
    • Line 487: warning: exported method ChainConfig.SetEIP2930Transition should have comment or be unexported (golint)
    • Line 492: warning: exported method ChainConfig.GetEIP1559Transition should have comment or be unexported (golint)
    • Line 496: warning: exported method ChainConfig.SetEIP1559Transition should have comment or be unexported (golint)
    • Line 501: warning: exported method ChainConfig.GetEIP3541Transition should have comment or be unexported (golint)
    • Line 505: warning: exported method ChainConfig.SetEIP3541Transition should have comment or be unexported (golint)
    • Line 510: warning: exported method ChainConfig.GetEIP3529Transition should have comment or be unexported (golint)
    • Line 514: warning: exported method ChainConfig.SetEIP3529Transition should have comment or be unexported (golint)
    • Line 519: warning: exported method ChainConfig.GetEIP3198Transition should have comment or be unexported (golint)
    • Line 523: warning: exported method ChainConfig.SetEIP3198Transition should have comment or be unexported (golint)
    • Line 528: warning: exported method ChainConfig.GetEIP2565Transition should have comment or be unexported (golint)
    • Line 532: warning: exported method ChainConfig.SetEIP2565Transition should have comment or be unexported (golint)
    • Line 537: warning: exported method ChainConfig.GetEIP2718Transition should have comment or be unexported (golint)
    • Line 541: warning: exported method ChainConfig.SetEIP2718Transition should have comment or be unexported (golint)
    • Line 546: warning: exported method ChainConfig.IsEnabled should have comment or be unexported (golint)
    • Line 554: warning: exported method ChainConfig.GetForkCanonHash should have comment or be unexported (golint)
    • Line 561: warning: exported method ChainConfig.SetForkCanonHash should have comment or be unexported (golint)
    • Line 569: warning: exported method ChainConfig.GetForkCanonHashes should have comment or be unexported (golint)
    • Line 578: warning: exported method ChainConfig.GetConsensusEngineType should have comment or be unexported (golint)
    • Line 588: warning: exported method ChainConfig.MustSetConsensusEngineType should have comment or be unexported (golint)
    • Line 608: warning: exported method ChainConfig.GetCatalystTransition should have comment or be unexported (golint)
    • Line 612: warning: exported method ChainConfig.SetCatalystTransition should have comment or be unexported (golint)
    • Line 617: warning: exported method ChainConfig.GetEthashMinimumDifficulty should have comment or be unexported (golint)
    • Line 621: warning: exported method ChainConfig.SetEthashMinimumDifficulty should have comment or be unexported (golint)
    • Line 625: warning: exported method ChainConfig.GetEthashDifficultyBoundDivisor should have comment or be unexported (golint)
    • Line 629: warning: exported method ChainConfig.SetEthashDifficultyBoundDivisor should have comment or be unexported (golint)
    • Line 633: warning: exported method ChainConfig.GetEthashDurationLimit should have comment or be unexported (golint)
    • Line 637: warning: exported method ChainConfig.SetEthashDurationLimit should have comment or be unexported (golint)
    • Line 649: warning: exported method ChainConfig.GetEthashHomesteadTransition should have comment or be unexported (golint)
    • Line 656: warning: exported method ChainConfig.SetEthashHomesteadTransition should have comment or be unexported (golint)
    • Line 661: warning: exported method ChainConfig.GetEIP2Transition should have comment or be unexported (golint)
    • Line 665: warning: exported method ChainConfig.SetEIP2Transition should have comment or be unexported (golint)
    • Line 670: warning: exported method ChainConfig.GetEthashEIP779Transition should have comment or be unexported (golint)
    • Line 680: warning: exported method ChainConfig.SetEthashEIP779Transition should have comment or be unexported (golint)
    • Line 695: warning: exported method ChainConfig.GetEthashEIP649Transition should have comment or be unexported (golint)
    • Line 707: warning: exported method ChainConfig.SetEthashEIP649Transition should have comment or be unexported (golint)
    • Line 721: warning: exported method ChainConfig.GetEthashEIP1234Transition should have comment or be unexported (golint)
    • Line 733: warning: exported method ChainConfig.SetEthashEIP1234Transition should have comment or be unexported (golint)
    • Line 747: warning: comment on exported method ChainConfig.GetEthashEIP2384Transition should be of the form "GetEthashEIP2384Transition ..." (golint)
    • Line 755: warning: exported method ChainConfig.SetEthashEIP2384Transition should have comment or be unexported (golint)
    • Line 760: warning: comment on exported method ChainConfig.GetEthashEIP3554Transition should be of the form "GetEthashEIP3554Transition ..." (golint)
    • Line 768: warning: exported method ChainConfig.SetEthashEIP3554Transition should have comment or be unexported (golint)
    • Line 773: warning: exported method ChainConfig.GetEthashECIP1010PauseTransition should have comment or be unexported (golint)
    • Line 789: warning: exported method ChainConfig.SetEthashECIP1010PauseTransition should have comment or be unexported (golint)
    • Line 802: warning: exported method ChainConfig.GetEthashECIP1010ContinueTransition should have comment or be unexported (golint)
    • Line 825: warning: exported method ChainConfig.SetEthashECIP1010ContinueTransition should have comment or be unexported (golint)
    • Line 841: warning: exported method ChainConfig.GetEthashECIP1017Transition should have comment or be unexported (golint)
    • Line 863: warning: exported method ChainConfig.SetEthashECIP1017Transition should have comment or be unexported (golint)
    • Line 868: warning: exported method ChainConfig.GetEthashECIP1017EraRounds should have comment or be unexported (golint)
    • Line 875: warning: exported method ChainConfig.SetEthashECIP1017EraRounds should have comment or be unexported (golint)
    • Line 880: warning: exported method ChainConfig.GetEthashEIP100BTransition should have comment or be unexported (golint)
    • Line 887: warning: exported method ChainConfig.SetEthashEIP100BTransition should have comment or be unexported (golint)
    • Line 895: warning: exported method ChainConfig.GetEthashECIP1041Transition should have comment or be unexported (golint)
    • Line 902: warning: exported method ChainConfig.SetEthashECIP1041Transition should have comment or be unexported (golint)
    • Line 910: warning: exported method ChainConfig.GetEthashECIP1099Transition should have comment or be unexported (golint)
    • Line 914: warning: exported method ChainConfig.SetEthashECIP1099Transition should have comment or be unexported (golint)
    • Line 924: warning: exported method ChainConfig.GetEthashDifficultyBombDelaySchedule should have comment or be unexported (golint)
    • Line 931: warning: exported method ChainConfig.SetEthashDifficultyBombDelaySchedule should have comment or be unexported (golint)
    • Line 935: warning: exported method ChainConfig.GetEthashBlockRewardSchedule should have comment or be unexported (golint)
    • Line 942: warning: exported method ChainConfig.SetEthashBlockRewardSchedule should have comment or be unexported (golint)
    • Line 946: warning: exported method ChainConfig.GetCliquePeriod should have comment or be unexported (golint)
    • Line 953: warning: exported method ChainConfig.SetCliquePeriod should have comment or be unexported (golint)
    • Line 961: warning: exported method ChainConfig.GetCliqueEpoch should have comment or be unexported (golint)
    • Line 968: warning: exported method ChainConfig.SetCliqueEpoch should have comment or be unexported (golint)
    • Line 976: warning: exported method ChainConfig.GetLyra2NonceTransition should have comment or be unexported (golint)
    • Line 983: warning: exported method ChainConfig.SetLyra2NonceTransition should have comment or be unexported (golint)
    • core-geth/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)
    • core-geth/params/types/genesisT/genesis.go
    • Line 17: warning: don't use MixedCaps in package name; genesisT should be genesist (golint)
    • Line 35: warning: exported var ErrGenesisNoConfig should have comment or be unexported (golint)
    • Line 58: warning: exported method Genesis.ForEachAccount should have comment or be unexported (golint)
    • Line 67: warning: exported method Genesis.UpdateAccount should have comment or be unexported (golint)
    • Line 89: warning: exported method GenesisAlloc.UnmarshalJSON should have comment or be unexported (golint)
    • Line 162: warning: exported function DecodePreAlloc should have comment or be unexported (golint)
    • Line 176: warning: exported method Genesis.GetSealingType should have comment or be unexported (golint)
    • Line 180: warning: exported method Genesis.SetSealingType should have comment or be unexported (golint)
    • Line 187: warning: exported method Genesis.GetGenesisSealerEthereumNonce should have comment or be unexported (golint)
    • Line 191: warning: exported method Genesis.SetGenesisSealerEthereumNonce should have comment or be unexported (golint)
    • Line 196: warning: exported method Genesis.GetGenesisSealerEthereumMixHash should have comment or be unexported (golint)
    • Line 200: warning: exported method Genesis.SetGenesisSealerEthereumMixHash should have comment or be unexported (golint)
    • Line 205: warning: exported method Genesis.GetGenesisDifficulty should have comment or be unexported (golint)
    • Line 209: warning: exported method Genesis.SetGenesisDifficulty should have comment or be unexported (golint)
    • Line 214: warning: exported method Genesis.GetGenesisAuthor should have comment or be unexported (golint)
    • Line 218: warning: exported method Genesis.SetGenesisAuthor should have comment or be unexported (golint)
    • Line 223: warning: exported method Genesis.GetGenesisTimestamp should have comment or be unexported (golint)
    • Line 227: warning: exported method Genesis.SetGenesisTimestamp should have comment or be unexported (golint)
    • Line 232: warning: exported method Genesis.GetGenesisParentHash should have comment or be unexported (golint)
    • Line 236: warning: exported method Genesis.SetGenesisParentHash should have comment or be unexported (golint)
    • Line 241: warning: exported method Genesis.GetGenesisExtraData should have comment or be unexported (golint)
    • Line 245: warning: exported method Genesis.SetGenesisExtraData should have comment or be unexported (golint)
    • Line 250: warning: exported method Genesis.GetGenesisGasLimit should have comment or be unexported (golint)
    • Line 254: warning: exported method Genesis.SetGenesisGasLimit should have comment or be unexported (golint)
    • Line 261: warning: exported method Genesis.GetAccountStartNonce should have comment or be unexported (golint)
    • Line 265: warning: exported method Genesis.SetAccountStartNonce should have comment or be unexported (golint)
    • Line 269: warning: exported method Genesis.GetMaximumExtraDataSize should have comment or be unexported (golint)
    • Line 273: warning: exported method Genesis.SetMaximumExtraDataSize should have comment or be unexported (golint)
    • Line 277: warning: exported method Genesis.GetMinGasLimit should have comment or be unexported (golint)
    • Line 281: warning: exported method Genesis.SetMinGasLimit should have comment or be unexported (golint)
    • Line 285: warning: exported method Genesis.GetGasLimitBoundDivisor should have comment or be unexported (golint)
    • Line 289: warning: exported method Genesis.SetGasLimitBoundDivisor should have comment or be unexported (golint)
    • Line 293: warning: exported method Genesis.GetNetworkID should have comment or be unexported (golint)
    • Line 297: warning: exported method Genesis.SetNetworkID should have comment or be unexported (golint)
    • Line 301: warning: exported method Genesis.GetChainID should have comment or be unexported (golint)
    • Line 305: warning: exported method Genesis.SetChainID should have comment or be unexported (golint)
    • Line 309: warning: exported method Genesis.GetSupportedProtocolVersions should have comment or be unexported (golint)
    • Line 313: warning: exported method Genesis.SetSupportedProtocolVersions should have comment or be unexported (golint)
    • Line 317: warning: exported method Genesis.GetMaxCodeSize should have comment or be unexported (golint)
    • Line 321: warning: exported method Genesis.SetMaxCodeSize should have comment or be unexported (golint)
    • Line 325: warning: exported method Genesis.GetEIP7Transition should have comment or be unexported (golint)
    • Line 329: warning: exported method Genesis.SetEIP7Transition should have comment or be unexported (golint)
    • Line 333: warning: exported method Genesis.GetEIP150Transition should have comment or be unexported (golint)
    • Line 337: warning: exported method Genesis.SetEIP150Transition should have comment or be unexported (golint)
    • Line 341: warning: exported method Genesis.GetEIP152Transition should have comment or be unexported (golint)
    • Line 345: warning: exported method Genesis.SetEIP152Transition should have comment or be unexported (golint)
    • Line 349: warning: exported method Genesis.GetEIP160Transition should have comment or be unexported (golint)
    • Line 353: warning: exported method Genesis.SetEIP160Transition should have comment or be unexported (golint)
    • Line 357: warning: exported method Genesis.GetEIP161dTransition should have comment or be unexported (golint)
    • Line 361: warning: exported method Genesis.SetEIP161dTransition should have comment or be unexported (golint)
    • Line 365: warning: exported method Genesis.GetEIP161abcTransition should have comment or be unexported (golint)
    • Line 369: warning: exported method Genesis.SetEIP161abcTransition should have comment or be unexported (golint)
    • Line 373: warning: exported method Genesis.GetEIP170Transition should have comment or be unexported (golint)
    • Line 377: warning: exported method Genesis.SetEIP170Transition should have comment or be unexported (golint)
    • Line 381: warning: exported method Genesis.GetEIP155Transition should have comment or be unexported (golint)
    • Line 385: warning: exported method Genesis.SetEIP155Transition should have comment or be unexported (golint)
    • Line 389: warning: exported method Genesis.GetEIP140Transition should have comment or be unexported (golint)
    • Line 393: warning: exported method Genesis.SetEIP140Transition should have comment or be unexported (golint)
    • Line 397: warning: exported method Genesis.GetEIP198Transition should have comment or be unexported (golint)
    • Line 401: warning: exported method Genesis.SetEIP198Transition should have comment or be unexported (golint)
    • Line 405: warning: exported method Genesis.GetEIP211Transition should have comment or be unexported (golint)
    • Line 409: warning: exported method Genesis.SetEIP211Transition should have comment or be unexported (golint)
    • Line 413: warning: exported method Genesis.GetEIP212Transition should have comment or be unexported (golint)
    • Line 417: warning: exported method Genesis.SetEIP212Transition should have comment or be unexported (golint)
    • Line 421: warning: exported method Genesis.GetEIP213Transition should have comment or be unexported (golint)
    • Line 425: warning: exported method Genesis.SetEIP213Transition should have comment or be unexported (golint)
    • Line 429: warning: exported method Genesis.GetEIP214Transition should have comment or be unexported (golint)
    • Line 433: warning: exported method Genesis.SetEIP214Transition should have comment or be unexported (golint)
    • Line 437: warning: exported method Genesis.GetEIP658Transition should have comment or be unexported (golint)
    • Line 441: warning: exported method Genesis.SetEIP658Transition should have comment or be unexported (golint)
    • Line 445: warning: exported method Genesis.GetEIP145Transition should have comment or be unexported (golint)
    • Line 449: warning: exported method Genesis.SetEIP145Transition should have comment or be unexported (golint)
    • Line 453: warning: exported method Genesis.GetEIP1014Transition should have comment or be unexported (golint)
    • Line 457: warning: exported method Genesis.SetEIP1014Transition should have comment or be unexported (golint)
    • Line 461: warning: exported method Genesis.GetEIP1052Transition should have comment or be unexported (golint)
    • Line 465: warning: exported method Genesis.SetEIP1052Transition should have comment or be unexported (golint)
    • Line 469: warning: exported method Genesis.GetEIP1283Transition should have comment or be unexported (golint)
    • Line 473: warning: exported method Genesis.SetEIP1283Transition should have comment or be unexported (golint)
    • Line 477: warning: exported method Genesis.GetEIP1283DisableTransition should have comment or be unexported (golint)
    • Line 481: warning: exported method Genesis.SetEIP1283DisableTransition should have comment or be unexported (golint)
    • Line 485: warning: exported method Genesis.GetEIP1108Transition should have comment or be unexported (golint)
    • Line 489: warning: exported method Genesis.SetEIP1108Transition should have comment or be unexported (golint)
    • Line 493: warning: exported method Genesis.GetEIP2200Transition should have comment or be unexported (golint)
    • Line 497: warning: exported method Genesis.SetEIP2200Transition should have comment or be unexported (golint)
    • Line 501: warning: exported method Genesis.GetEIP2200DisableTransition should have comment or be unexported (golint)
    • Line 505: warning: exported method Genesis.SetEIP2200DisableTransition should have comment or be unexported (golint)
    • Line 509: warning: exported method Genesis.GetEIP1344Transition should have comment or be unexported (golint)
    • Line 513: warning: exported method Genesis.SetEIP1344Transition should have comment or be unexported (golint)
    • Line 517: warning: exported method Genesis.GetEIP1884Transition should have comment or be unexported (golint)
    • Line 521: warning: exported method Genesis.SetEIP1884Transition should have comment or be unexported (golint)
    • Line 525: warning: exported method Genesis.GetEIP2028Transition should have comment or be unexported (golint)
    • Line 529: warning: exported method Genesis.SetEIP2028Transition should have comment or be unexported (golint)
    • Line 533: warning: exported method Genesis.GetECIP1080Transition should have comment or be unexported (golint)
    • Line 537: warning: exported method Genesis.SetECIP1080Transition should have comment or be unexported (golint)
    • Line 541: warning: exported method Genesis.GetEIP1706Transition should have comment or be unexported (golint)
    • Line 545: warning: exported method Genesis.SetEIP1706Transition should have comment or be unexported (golint)
    • Line 549: warning: exported method Genesis.GetEIP2537Transition should have comment or be unexported (golint)
    • Line 553: warning: exported method Genesis.SetEIP2537Transition should have comment or be unexported (golint)
    • Line 557: warning: exported method Genesis.GetEIP2315Transition should have comment or be unexported (golint)
    • Line 561: warning: exported method Genesis.SetEIP2315Transition should have comment or be unexported (golint)
    • Line 565: warning: exported method Genesis.GetEIP2929Transition should have comment or be unexported (golint)
    • Line 569: warning: exported method Genesis.SetEIP2929Transition should have comment or be unexported (golint)
    • Line 573: warning: exported method Genesis.GetEIP2930Transition should have comment or be unexported (golint)
    • Line 577: warning: exported method Genesis.SetEIP2930Transition should have comment or be unexported (golint)
    • Line 581: warning: exported method Genesis.GetEIP1559Transition should have comment or be unexported (golint)
    • Line 585: warning: exported method Genesis.SetEIP1559Transition should have comment or be unexported (golint)
    • Line 589: warning: exported method Genesis.GetEIP3541Transition should have comment or be unexported (golint)
    • Line 593: warning: exported method Genesis.SetEIP3541Transition should have comment or be unexported (golint)
    • Line 597: warning: exported method Genesis.GetEIP3529Transition should have comment or be unexported (golint)
    • Line 601: warning: exported method Genesis.SetEIP3529Transition should have comment or be unexported (golint)
    • Line 605: warning: exported method Genesis.GetEIP3198Transition should have comment or be unexported (golint)
    • Line 609: warning: exported method Genesis.SetEIP3198Transition should have comment or be unexported (golint)
    • Line 613: warning: exported method Genesis.GetEIP2565Transition should have comment or be unexported (golint)
    • Line 617: warning: exported method Genesis.SetEIP2565Transition should have comment or be unexported (golint)
    • Line 621: warning: exported method Genesis.GetEIP2718Transition should have comment or be unexported (golint)
    • Line 625: warning: exported method Genesis.SetEIP2718Transition should have comment or be unexported (golint)
    • Line 629: warning: exported method Genesis.GetECBP1100Transition should have comment or be unexported (golint)
    • Line 633: warning: exported method Genesis.SetECBP1100Transition should have comment or be unexported (golint)
    • Line 637: warning: exported method Genesis.IsEnabled should have comment or be unexported (golint)
    • Line 641: warning: exported method Genesis.GetForkCanonHash should have comment or be unexported (golint)
    • Line 645: warning: exported method Genesis.SetForkCanonHash should have comment or be unexported (golint)
    • Line 649: warning: exported method Genesis.GetForkCanonHashes should have comment or be unexported (golint)
    • Line 653: warning: exported method Genesis.GetConsensusEngineType should have comment or be unexported (golint)
    • Line 657: warning: exported method Genesis.MustSetConsensusEngineType should have comment or be unexported (golint)
    • Line 661: warning: exported method Genesis.GetCatalystTransition should have comment or be unexported (golint)
    • Line 665: warning: exported method Genesis.SetCatalystTransition should have comment or be unexported (golint)
    • Line 669: warning: exported method Genesis.GetEthashMinimumDifficulty should have comment or be unexported (golint)
    • Line 673: warning: exported method Genesis.SetEthashMinimumDifficulty should have comment or be unexported (golint)
    • Line 677: warning: exported method Genesis.GetEthashDifficultyBoundDivisor should have comment or be unexported (golint)
    • Line 681: warning: exported method Genesis.SetEthashDifficultyBoundDivisor should have comment or be unexported (golint)
    • Line 685: warning: exported method Genesis.GetEthashDurationLimit should have comment or be unexported (golint)
    • Line 689: warning: exported method Genesis.SetEthashDurationLimit should have comment or be unexported (golint)
    • Line 693: warning: exported method Genesis.GetEthashHomesteadTransition should have comment or be unexported (golint)
    • Line 697: warning: exported method Genesis.SetEthashHomesteadTransition should have comment or be unexported (golint)
    • Line 701: warning: exported method Genesis.GetEIP2Transition should have comment or be unexported (golint)
    • Line 705: warning: exported method Genesis.SetEIP2Transition should have comment or be unexported (golint)
    • Line 709: warning: exported method Genesis.GetEthashEIP779Transition should have comment or be unexported (golint)
    • Line 713: warning: exported method Genesis.SetEthashEIP779Transition should have comment or be unexported (golint)
    • Line 717: warning: exported method Genesis.GetEthashEIP649Transition should have comment or be unexported (golint)
    • Line 721: warning: exported method Genesis.SetEthashEIP649Transition should have comment or be unexported (golint)
    • Line 725: warning: exported method Genesis.GetEthashEIP1234Transition should have comment or be unexported (golint)
    • Line 729: warning: exported method Genesis.SetEthashEIP1234Transition should have comment or be unexported (golint)
    • Line 733: warning: exported method Genesis.GetEthashEIP2384Transition should have comment or be unexported (golint)
    • Line 737: warning: exported method Genesis.SetEthashEIP2384Transition should have comment or be unexported (golint)
    • Line 741: warning: exported method Genesis.GetEthashEIP3554Transition should have comment or be unexported (golint)
    • Line 745: warning: exported method Genesis.SetEthashEIP3554Transition should have comment or be unexported (golint)
    • Line 749: warning: exported method Genesis.GetEthashECIP1010PauseTransition should have comment or be unexported (golint)
    • Line 753: warning: exported method Genesis.SetEthashECIP1010PauseTransition should have comment or be unexported (golint)
    • Line 757: warning: exported method Genesis.GetEthashECIP1010ContinueTransition should have comment or be unexported (golint)
    • Line 761: warning: exported method Genesis.SetEthashECIP1010ContinueTransition should have comment or be unexported (golint)
    • Line 765: warning: exported method Genesis.GetEthashECIP1017Transition should have comment or be unexported (golint)
    • Line 769: warning: exported method Genesis.SetEthashECIP1017Transition should have comment or be unexported (golint)
    • Line 773: warning: exported method Genesis.GetEthashECIP1017EraRounds should have comment or be unexported (golint)
    • Line 777: warning: exported method Genesis.SetEthashECIP1017EraRounds should have comment or be unexported (golint)
    • Line 781: warning: exported method Genesis.GetEthashEIP100BTransition should have comment or be unexported (golint)
    • Line 785: warning: exported method Genesis.SetEthashEIP100BTransition should have comment or be unexported (golint)
    • Line 789: warning: exported method Genesis.GetEthashECIP1041Transition should have comment or be unexported (golint)
    • Line 793: warning: exported method Genesis.SetEthashECIP1041Transition should have comment or be unexported (golint)
    • Line 797: warning: exported method Genesis.GetEthashECIP1099Transition should have comment or be unexported (golint)
    • Line 801: warning: exported method Genesis.SetEthashECIP1099Transition should have comment or be unexported (golint)
    • Line 805: warning: exported method Genesis.GetEthashDifficultyBombDelaySchedule should have comment or be unexported (golint)
    • Line 809: warning: exported method Genesis.SetEthashDifficultyBombDelaySchedule should have comment or be unexported (golint)
    • Line 813: warning: exported method Genesis.GetEthashBlockRewardSchedule should have comment or be unexported (golint)
    • Line 817: warning: exported method Genesis.SetEthashBlockRewardSchedule should have comment or be unexported (golint)
    • Line 821: warning: exported method Genesis.GetCliquePeriod should have comment or be unexported (golint)
    • Line 825: warning: exported method Genesis.SetCliquePeriod should have comment or be unexported (golint)
    • Line 829: warning: exported method Genesis.GetCliqueEpoch should have comment or be unexported (golint)
    • Line 833: warning: exported method Genesis.SetCliqueEpoch should have comment or be unexported (golint)
    • Line 837: warning: exported method Genesis.GetLyra2NonceTransition should have comment or be unexported (golint)
    • Line 841: warning: exported method Genesis.SetLyra2NonceTransition should have comment or be unexported (golint)
    • core-geth/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 238: warning: exported method CommandlineUI.OnApprovedTx should have comment or be unexported (golint)
    • Line 247: warning: exported method CommandlineUI.OnSignerStartup should have comment or be unexported (golint)
    • core-geth/core/vm/access_list_tracer.go
    • Line 140: warning: exported method AccessListTracer.CapturePreEVM should have comment or be unexported (golint)
    • Line 143: warning: exported method AccessListTracer.CaptureStart should have comment or be unexported (golint)
    • Line 167: warning: exported method AccessListTracer.CaptureFault should have comment or be unexported (golint)
    • Line 170: warning: exported method AccessListTracer.CaptureEnd should have comment or be unexported (golint)
    • core-geth/core/tx_pool.go
    • Line 127: warning: exported const TxStatusUnknown should have comment (or a comment on this block) or be unexported (golint)
    • Line 849: warning: comment on exported method TxPool.AddRemotesSync should be of the form "AddRemotesSync ..." (golint)
    • core-geth/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)
    • core-geth/les/api_backend.go
    • Line 43: warning: exported type LesApiBackend should have comment or be unexported (golint)
    • Line 50: warning: exported method LesApiBackend.ChainConfig should have comment or be unexported (golint)
    • Line 54: warning: exported method LesApiBackend.CurrentBlock should have comment or be unexported (golint)
    • Line 58: warning: exported method LesApiBackend.SetHead should have comment or be unexported (golint)
    • Line 63: warning: exported method LesApiBackend.HeaderByNumber should have comment or be unexported (golint)
    • Line 76: warning: exported method LesApiBackend.HeaderByNumberOrHash should have comment or be unexported (golint)
    • Line 96: warning: exported method LesApiBackend.HeaderByHash should have comment or be unexported (golint)
    • Line 100: warning: exported method LesApiBackend.BlockByNumber should have comment or be unexported (golint)
    • Line 108: warning: exported method LesApiBackend.BlockByHash should have comment or be unexported (golint)
    • Line 112: warning: exported method LesApiBackend.BlockByNumberOrHash should have comment or be unexported (golint)
    • Line 132: warning: exported method LesApiBackend.PendingBlockAndReceipts should have comment or be unexported (golint)
    • Line 136: warning: exported method LesApiBackend.StateAndHeaderByNumber should have comment or be unexported (golint)
    • Line 147: warning: exported method LesApiBackend.StateAndHeaderByNumberOrHash should have comment or be unexported (golint)
    • Line 164: warning: exported method LesApiBackend.GetReceipts should have comment or be unexported (golint)
    • Line 171: warning: exported method LesApiBackend.GetLogs should have comment or be unexported (golint)
    • Line 178: warning: exported method LesApiBackend.GetTd should have comment or be unexported (golint)
    • Line 185: warning: exported method LesApiBackend.GetEVM should have comment or be unexported (golint)
    • Line 194: warning: exported method LesApiBackend.SendTx should have comment or be unexported (golint)
    • Line 198: warning: exported method LesApiBackend.RemoveTx should have comment or be unexported (golint)
    • Line 202: warning: exported method LesApiBackend.GetPoolTransactions should have comment or be unexported (golint)
    • Line 206: warning: exported method LesApiBackend.GetPoolTransaction should have comment or be unexported (golint)
    • Line 210: warning: exported method LesApiBackend.GetTransaction should have comment or be unexported (golint)
    • Line 214: warning: exported method LesApiBackend.GetPoolNonce should have comment or be unexported (golint)
    • Line 218: warning: exported method LesApiBackend.Stats should have comment or be unexported (golint)
    • Line 222: warning: exported method LesApiBackend.TxPoolContent should have comment or be unexported (golint)
    • Line 226: warning: exported method LesApiBackend.TxPoolContentFrom should have comment or be unexported (golint)
    • Line 230: warning: exported method LesApiBackend.SubscribeNewTxsEvent should have comment or be unexported (golint)
    • Line 234: warning: exported method LesApiBackend.SubscribeChainEvent should have comment or be unexported (golint)
    • Line 238: warning: exported method LesApiBackend.SubscribeChainHeadEvent should have comment or be unexported (golint)
    • Line 242: warning: exported method LesApiBackend.SubscribeChainSideEvent should have comment or be unexported (golint)
    • Line 246: warning: exported method LesApiBackend.SubscribeLogsEvent should have comment or be unexported (golint)
    • Line 250: warning: exported method LesApiBackend.SubscribePendingLogsEvent should have comment or be unexported (golint)
    • Line 257: warning: exported method LesApiBackend.SubscribeRemovedLogsEvent should have comment or be unexported (golint)
    • Line 261: warning: exported method LesApiBackend.Downloader should have comment or be unexported (golint)
    • Line 265: warning: exported method LesApiBackend.ProtocolVersion should have comment or be unexported (golint)
    • Line 269: warning: exported method LesApiBackend.SuggestGasTipCap should have comment or be unexported (golint)
    • Line 273: warning: exported method LesApiBackend.FeeHistory should have comment or be unexported (golint)
    • Line 277: warning: exported method LesApiBackend.ChainDb should have comment or be unexported (golint)
    • Line 281: warning: exported method LesApiBackend.AccountManager should have comment or be unexported (golint)
    • Line 285: warning: exported method LesApiBackend.ExtRPCEnabled should have comment or be unexported (golint)
    • Line 289: warning: exported method LesApiBackend.UnprotectedAllowed should have comment or be unexported (golint)
    • Line 293: warning: exported method LesApiBackend.RPCGasCap should have comment or be unexported (golint)
    • Line 297: warning: exported method LesApiBackend.RPCTxFeeCap should have comment or be unexported (golint)
    • Line 301: warning: exported method LesApiBackend.BloomStatus should have comment or be unexported (golint)
    • Line 309: warning: exported method LesApiBackend.ServiceFilter should have comment or be unexported (golint)
    • Line 315: warning: exported method LesApiBackend.Engine should have comment or be unexported (golint)
    • Line 319: warning: exported method LesApiBackend.CurrentHeader should have comment or be unexported (golint)
    • Line 323: warning: exported method LesApiBackend.StateAtBlock should have comment or be unexported (golint)
    • Line 327: warning: exported method LesApiBackend.StateAtTransaction should have comment or be unexported (golint)
    • core-geth/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)
    • core-geth/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)
    • core-geth/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)
    • core-geth/params/alloc.go
    • Line 19: warning: comment on exported const MainnetAllocData should be of the form "MainnetAllocData ..." (golint)
    • Line 21: warning: exported const TestnetAllocData should have comment or be unexported (golint)
    • Line 22: warning: exported const RinkebyAllocData should have comment or be unexported (golint)
    • Line 23: warning: exported const GoerliAllocData should have comment or be unexported (golint)
    • Line 24: warning: exported const CalaverasAllocData should have comment or be unexported (golint)
    • core-geth/core/vm/evmc.go
    • Line 53: warning: exported function InitEVMCEVM should have comment or be unexported (golint)
    • Line 64: warning: exported function InitEVMCEwasm should have comment or be unexported (golint)
    • core-geth/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)
    • core-geth/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)
    • core-geth/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)
    • core-geth/contracts/checkpointoracle/oracle_test.go
    • Line 288: 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 311: 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)
    • core-geth/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)
    • core-geth/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-geth/p2p/enode/node.go
    • 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)
    • core-geth/consensus/lyra2/consensus.go
    • Line 30: warning: exported var DisinflationRateQuotient should have comment or be unexported (golint)
    • Line 423: warning: comment on exported function GetBlockWinnerRewardByEra should be of the form "GetBlockWinnerRewardByEra ..." (golint)
    • core-geth/core/genesis.go
    • Line 42: warning: exported function SetupGenesisBlockWithOverride should have comment or be unexported (golint)
    • Line 135: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • core-geth/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)
    • core-geth/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)
    • core-geth/signer/core/api.go
    • Line 130: warning: exported function StartClefAccountManager should have comment or be unexported (golint)
    • Line 220: warning: comment on exported type ListRequest should be of the form "ListRequest ..." (with optional leading article) (golint)
    • Line 220: warning: comment on exported type ListResponse should be of the form "ListResponse ..." (with optional leading article) (golint)
    • Line 220: warning: comment on exported type Message should be of the form "Message ..." (with optional leading article) (golint)
    • Line 220: warning: comment on exported type NewAccountRequest should be of the form "NewAccountRequest ..." (with optional leading article) (golint)
    • Line 220: warning: comment on exported type NewAccountResponse should be of the form "NewAccountResponse ..." (with optional leading article) (golint)
    • Line 220: warning: comment on exported type SignDataRequest should be of the form "SignDataRequest ..." (with optional leading article) (golint)
    • Line 220: warning: comment on exported type SignDataResponse should be of the form "SignDataResponse ..." (with optional leading article) (golint)
    • Line 220: warning: comment on exported type StartupInfo should be of the form "StartupInfo ..." (with optional leading article) (golint)
    • Line 220: warning: comment on exported type UserInputRequest should be of the form "UserInputRequest ..." (with optional leading article) (golint)
    • Line 220: warning: comment on exported type UserInputResponse should be of the form "UserInputResponse ..." (with optional leading article) (golint)
    • Line 275: warning: exported var ErrRequestDenied should have comment or be unexported (golint)
    • Line 616: warning: exported method SignerAPI.SignGnosisSafeTx should have comment or be unexported (golint)
    • Line 643: warning: comment on exported method SignerAPI.Version should be of the form "Version ..." (golint)
    • core-geth/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-geth/cmd/utils/flags_legacy.go
    • Line 28: warning: exported var ShowDeprecated should have comment or be unexported (golint)
    • Line 37: warning: exported var DeprecatedFlags should have comment or be unexported (golint)
    • Line 43: warning: comment on exported var NoUSBFlag should be of the form "NoUSBFlag ..." (golint)
    • Line 48: warning: exported var LegacyRPCEnabledFlag should have comment or be unexported (golint)
    • Line 77: warning: comment on exported var LegacyMinerGasTargetFlag should be of the form "LegacyMinerGasTargetFlag ..." (golint)
    • core-geth/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)
    • core-geth/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)
    • core-geth/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)
    • core-geth/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-geth/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)
    • core-geth/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)
    • core-geth/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 267: warning: exported function StartPProf should have comment or be unexported (golint)
    • core-geth/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)
    • core-geth/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 89: warning: comment on exported type ENRRequest should be of the form "ENRRequest ..." (with optional leading article) (golint)
    • Line 96: warning: comment on exported type ENRResponse should be of the form "ENRResponse ..." (with optional leading article) (golint)
    • Line 105: warning: comment on exported const MaxNeighbors should be of the form "MaxNeighbors ..." (golint)
    • Line 163: warning: exported type Packet should have comment or be unexported (golint)
    • Line 169: warning: exported method Ping.Name should have comment or be unexported (golint)
    • Line 170: warning: exported method Ping.Kind should have comment or be unexported (golint)
    • Line 172: warning: exported method Pong.Name should have comment or be unexported (golint)
    • Line 173: warning: exported method Pong.Kind should have comment or be unexported (golint)
    • Line 175: warning: exported method Findnode.Name should have comment or be unexported (golint)
    • Line 176: warning: exported method Findnode.Kind should have comment or be unexported (golint)
    • Line 178: warning: exported method Neighbors.Name should have comment or be unexported (golint)
    • Line 179: warning: exported method Neighbors.Kind should have comment or be unexported (golint)
    • Line 181: warning: exported method ENRRequest.Name should have comment or be unexported (golint)
    • Line 182: warning: exported method ENRRequest.Kind should have comment or be unexported (golint)
    • Line 184: warning: exported method ENRResponse.Name should have comment or be unexported (golint)
    • Line 185: warning: exported method ENRResponse.Kind should have comment or be unexported (golint)
    • Line 201: warning: exported var ErrPacketTooSmall should have comment or be unexported (golint)
    • core-geth/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)
    • core-geth/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)
    • core-geth/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)
    • core-geth/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-geth/params/types/coregeth/chain_config_configurator.go
    • Line 70: warning: exported method CoreGethChainConfig.GetAccountStartNonce should have comment or be unexported (golint)
    • Line 73: warning: exported method CoreGethChainConfig.SetAccountStartNonce should have comment or be unexported (golint)
    • Line 76: warning: exported method CoreGethChainConfig.GetMaximumExtraDataSize should have comment or be unexported (golint)
    • Line 79: warning: exported method CoreGethChainConfig.SetMaximumExtraDataSize should have comment or be unexported (golint)
    • Line 82: warning: exported method CoreGethChainConfig.GetMinGasLimit should have comment or be unexported (golint)
    • Line 85: warning: exported method CoreGethChainConfig.SetMinGasLimit should have comment or be unexported (golint)
    • Line 88: warning: exported method CoreGethChainConfig.GetGasLimitBoundDivisor should have comment or be unexported (golint)
    • Line 91: warning: exported method CoreGethChainConfig.SetGasLimitBoundDivisor should have comment or be unexported (golint)
    • Line 95: warning: exported method CoreGethChainConfig.GetNetworkID should have comment or be unexported (golint)
    • Line 99: warning: exported method CoreGethChainConfig.SetNetworkID should have comment or be unexported (golint)
    • Line 107: warning: exported method CoreGethChainConfig.GetChainID should have comment or be unexported (golint)
    • Line 111: warning: exported method CoreGethChainConfig.SetChainID should have comment or be unexported (golint)
    • Line 128: warning: exported method CoreGethChainConfig.SetSupportedProtocolVersions should have comment or be unexported (golint)
    • Line 133: warning: exported method CoreGethChainConfig.GetMaxCodeSize should have comment or be unexported (golint)
    • Line 136: warning: exported method CoreGethChainConfig.SetMaxCodeSize should have comment or be unexported (golint)
    • Line 140: warning: exported method CoreGethChainConfig.GetEIP7Transition should have comment or be unexported (golint)
    • Line 144: warning: exported method CoreGethChainConfig.SetEIP7Transition should have comment or be unexported (golint)
    • Line 149: warning: exported method CoreGethChainConfig.GetEIP150Transition should have comment or be unexported (golint)
    • Line 153: warning: exported method CoreGethChainConfig.SetEIP150Transition should have comment or be unexported (golint)
    • Line 158: warning: exported method CoreGethChainConfig.GetEIP152Transition should have comment or be unexported (golint)
    • Line 162: warning: exported method CoreGethChainConfig.SetEIP152Transition should have comment or be unexported (golint)
    • Line 167: warning: exported method CoreGethChainConfig.GetEIP160Transition should have comment or be unexported (golint)
    • Line 171: warning: exported method CoreGethChainConfig.SetEIP160Transition should have comment or be unexported (golint)
    • Line 176: warning: exported method CoreGethChainConfig.GetEIP161dTransition should have comment or be unexported (golint)
    • Line 180: warning: exported method CoreGethChainConfig.SetEIP161dTransition should have comment or be unexported (golint)
    • Line 185: warning: exported method CoreGethChainConfig.GetEIP161abcTransition should have comment or be unexported (golint)
    • Line 189: warning: exported method CoreGethChainConfig.SetEIP161abcTransition should have comment or be unexported (golint)
    • Line 194: warning: exported method CoreGethChainConfig.GetEIP170Transition should have comment or be unexported (golint)
    • Line 198: warning: exported method CoreGethChainConfig.SetEIP170Transition should have comment or be unexported (golint)
    • Line 203: warning: exported method CoreGethChainConfig.GetEIP155Transition should have comment or be unexported (golint)
    • Line 207: warning: exported method CoreGethChainConfig.SetEIP155Transition should have comment or be unexported (golint)
    • Line 212: warning: exported method CoreGethChainConfig.GetEIP140Transition should have comment or be unexported (golint)
    • Line 216: warning: exported method CoreGethChainConfig.SetEIP140Transition should have comment or be unexported (golint)
    • Line 221: warning: exported method CoreGethChainConfig.GetEIP198Transition should have comment or be unexported (golint)
    • Line 225: warning: exported method CoreGethChainConfig.SetEIP198Transition should have comment or be unexported (golint)
    • Line 230: warning: exported method CoreGethChainConfig.GetEIP211Transition should have comment or be unexported (golint)
    • Line 234: warning: exported method CoreGethChainConfig.SetEIP211Transition should have comment or be unexported (golint)
    • Line 239: warning: exported method CoreGethChainConfig.GetEIP212Transition should have comment or be unexported (golint)
    • Line 243: warning: exported method CoreGethChainConfig.SetEIP212Transition should have comment or be unexported (golint)
    • Line 248: warning: exported method CoreGethChainConfig.GetEIP213Transition should have comment or be unexported (golint)
    • Line 252: warning: exported method CoreGethChainConfig.SetEIP213Transition should have comment or be unexported (golint)
    • Line 257: warning: exported method CoreGethChainConfig.GetEIP214Transition should have comment or be unexported (golint)
    • Line 261: warning: exported method CoreGethChainConfig.SetEIP214Transition should have comment or be unexported (golint)
    • Line 266: warning: exported method CoreGethChainConfig.GetEIP658Transition should have comment or be unexported (golint)
    • Line 270: warning: exported method CoreGethChainConfig.SetEIP658Transition should have comment or be unexported (golint)
    • Line 275: warning: exported method CoreGethChainConfig.GetEIP145Transition should have comment or be unexported (golint)
    • Line 279: warning: exported method CoreGethChainConfig.SetEIP145Transition should have comment or be unexported (golint)
    • Line 284: warning: exported method CoreGethChainConfig.GetEIP1014Transition should have comment or be unexported (golint)
    • Line 288: warning: exported method CoreGethChainConfig.SetEIP1014Transition should have comment or be unexported (golint)
    • Line 293: warning: exported method CoreGethChainConfig.GetEIP1052Transition should have comment or be unexported (golint)
    • Line 297: warning: exported method CoreGethChainConfig.SetEIP1052Transition should have comment or be unexported (golint)
    • Line 302: warning: exported method CoreGethChainConfig.GetEIP1283Transition should have comment or be unexported (golint)
    • Line 306: warning: exported method CoreGethChainConfig.SetEIP1283Transition should have comment or be unexported (golint)
    • Line 311: warning: exported method CoreGethChainConfig.GetEIP1283DisableTransition should have comment or be unexported (golint)
    • Line 315: warning: exported method CoreGethChainConfig.SetEIP1283DisableTransition should have comment or be unexported (golint)
    • Line 320: warning: exported method CoreGethChainConfig.GetEIP1108Transition should have comment or be unexported (golint)
    • Line 324: warning: exported method CoreGethChainConfig.SetEIP1108Transition should have comment or be unexported (golint)
    • Line 329: warning: exported method CoreGethChainConfig.GetEIP2200Transition should have comment or be unexported (golint)
    • Line 333: warning: exported method CoreGethChainConfig.SetEIP2200Transition should have comment or be unexported (golint)
    • Line 338: warning: exported method CoreGethChainConfig.GetEIP2200DisableTransition should have comment or be unexported (golint)
    • Line 342: warning: exported method CoreGethChainConfig.SetEIP2200DisableTransition should have comment or be unexported (golint)
    • Line 347: warning: exported method CoreGethChainConfig.GetEIP1344Transition should have comment or be unexported (golint)
    • Line 351: warning: exported method CoreGethChainConfig.SetEIP1344Transition should have comment or be unexported (golint)
    • Line 356: warning: exported method CoreGethChainConfig.GetEIP1884Transition should have comment or be unexported (golint)
    • Line 360: warning: exported method CoreGethChainConfig.SetEIP1884Transition should have comment or be unexported (golint)
    • Line 365: warning: exported method CoreGethChainConfig.GetEIP2028Transition should have comment or be unexported (golint)
    • Line 369: warning: exported method CoreGethChainConfig.SetEIP2028Transition should have comment or be unexported (golint)
    • Line 374: warning: exported method CoreGethChainConfig.GetECIP1080Transition should have comment or be unexported (golint)
    • Line 378: warning: exported method CoreGethChainConfig.SetECIP1080Transition should have comment or be unexported (golint)
    • Line 383: warning: exported method CoreGethChainConfig.GetEIP1706Transition should have comment or be unexported (golint)
    • Line 387: warning: exported method CoreGethChainConfig.SetEIP1706Transition should have comment or be unexported (golint)
    • Line 392: warning: exported method CoreGethChainConfig.GetEIP2537Transition should have comment or be unexported (golint)
    • Line 396: warning: exported method CoreGethChainConfig.SetEIP2537Transition should have comment or be unexported (golint)
    • Line 401: warning: exported method CoreGethChainConfig.GetECBP1100Transition should have comment or be unexported (golint)
    • Line 405: warning: exported method CoreGethChainConfig.SetECBP1100Transition should have comment or be unexported (golint)
    • Line 410: warning: exported method CoreGethChainConfig.GetEIP2315Transition should have comment or be unexported (golint)
    • Line 414: warning: exported method CoreGethChainConfig.SetEIP2315Transition should have comment or be unexported (golint)
    • Line 419: warning: exported method CoreGethChainConfig.GetEIP2929Transition should have comment or be unexported (golint)
    • Line 423: warning: exported method CoreGethChainConfig.SetEIP2929Transition should have comment or be unexported (golint)
    • Line 428: warning: exported method CoreGethChainConfig.GetEIP2930Transition should have comment or be unexported (golint)
    • Line 432: warning: exported method CoreGethChainConfig.SetEIP2930Transition should have comment or be unexported (golint)
    • Line 437: warning: exported method CoreGethChainConfig.GetEIP2565Transition should have comment or be unexported (golint)
    • Line 441: warning: exported method CoreGethChainConfig.SetEIP2565Transition should have comment or be unexported (golint)
    • Line 446: warning: exported method CoreGethChainConfig.GetEIP2718Transition should have comment or be unexported (golint)
    • Line 450: warning: exported method CoreGethChainConfig.SetEIP2718Transition should have comment or be unexported (golint)
    • Line 455: warning: exported method CoreGethChainConfig.GetEIP1559Transition should have comment or be unexported (golint)
    • Line 459: warning: exported method CoreGethChainConfig.SetEIP1559Transition should have comment or be unexported (golint)
    • Line 464: warning: exported method CoreGethChainConfig.GetEIP3541Transition should have comment or be unexported (golint)
    • Line 468: warning: exported method CoreGethChainConfig.SetEIP3541Transition should have comment or be unexported (golint)
    • Line 473: warning: exported method CoreGethChainConfig.GetEIP3529Transition should have comment or be unexported (golint)
    • Line 477: warning: exported method CoreGethChainConfig.SetEIP3529Transition should have comment or be unexported (golint)
    • Line 482: warning: exported method CoreGethChainConfig.GetEIP3198Transition should have comment or be unexported (golint)
    • Line 486: warning: exported method CoreGethChainConfig.SetEIP3198Transition should have comment or be unexported (golint)
    • Line 491: warning: exported method CoreGethChainConfig.IsEnabled should have comment or be unexported (golint)
    • Line 499: warning: exported method CoreGethChainConfig.GetForkCanonHash should have comment or be unexported (golint)
    • Line 511: warning: exported method CoreGethChainConfig.SetForkCanonHash should have comment or be unexported (golint)
    • Line 519: warning: exported method CoreGethChainConfig.GetForkCanonHashes should have comment or be unexported (golint)
    • Line 523: warning: exported method CoreGethChainConfig.GetConsensusEngineType should have comment or be unexported (golint)
    • Line 536: warning: exported method CoreGethChainConfig.MustSetConsensusEngineType should have comment or be unexported (golint)
    • Line 556: warning: exported method CoreGethChainConfig.GetCatalystTransition should have comment or be unexported (golint)
    • Line 560: warning: exported method CoreGethChainConfig.SetCatalystTransition should have comment or be unexported (golint)
    • Line 565: warning: exported method CoreGethChainConfig.GetEthashMinimumDifficulty should have comment or be unexported (golint)
    • Line 571: warning: exported method CoreGethChainConfig.SetEthashMinimumDifficulty should have comment or be unexported (golint)
    • Line 575: warning: exported method CoreGethChainConfig.GetEthashDifficultyBoundDivisor should have comment or be unexported (golint)
    • Line 582: warning: exported method CoreGethChainConfig.SetEthashDifficultyBoundDivisor should have comment or be unexported (golint)
    • Line 586: warning: exported method CoreGethChainConfig.GetEthashDurationLimit should have comment or be unexported (golint)
    • Line 593: warning: exported method CoreGethChainConfig.SetEthashDurationLimit should have comment or be unexported (golint)
    • Line 597: warning: exported method CoreGethChainConfig.GetEthashHomesteadTransition should have comment or be unexported (golint)
    • Line 607: warning: exported method CoreGethChainConfig.SetEthashHomesteadTransition should have comment or be unexported (golint)
    • Line 613: warning: exported method CoreGethChainConfig.GetEIP2Transition should have comment or be unexported (golint)
    • Line 617: warning: exported method CoreGethChainConfig.SetEIP2Transition should have comment or be unexported (golint)
    • Line 622: warning: exported method CoreGethChainConfig.GetEthashEIP779Transition should have comment or be unexported (golint)
    • Line 629: warning: exported method CoreGethChainConfig.SetEthashEIP779Transition should have comment or be unexported (golint)
    • Line 637: warning: exported method CoreGethChainConfig.GetEthashEIP649Transition should have comment or be unexported (golint)
    • Line 664: warning: exported method CoreGethChainConfig.SetEthashEIP649Transition should have comment or be unexported (golint)
    • Line 691: warning: exported method CoreGethChainConfig.GetEthashEIP1234Transition should have comment or be unexported (golint)
    • Line 715: warning: exported method CoreGethChainConfig.SetEthashEIP1234Transition should have comment or be unexported (golint)
    • Line 737: warning: exported method CoreGethChainConfig.GetEthashEIP2384Transition should have comment or be unexported (golint)
    • Line 756: warning: exported method CoreGethChainConfig.SetEthashEIP2384Transition should have comment or be unexported (golint)
    • Line 774: warning: exported method CoreGethChainConfig.GetEthashEIP3554Transition should have comment or be unexported (golint)
    • Line 793: warning: exported method CoreGethChainConfig.SetEthashEIP3554Transition should have comment or be unexported (golint)
    • Line 811: warning: exported method CoreGethChainConfig.GetEthashECIP1010PauseTransition should have comment or be unexported (golint)
    • Line 818: warning: exported method CoreGethChainConfig.SetEthashECIP1010PauseTransition should have comment or be unexported (golint)
    • Line 831: warning: exported method CoreGethChainConfig.GetEthashECIP1010ContinueTransition should have comment or be unexported (golint)
    • Line 845: warning: exported method CoreGethChainConfig.SetEthashECIP1010ContinueTransition should have comment or be unexported (golint)
    • Line 861: warning: exported method CoreGethChainConfig.GetEthashECIP1017Transition should have comment or be unexported (golint)
    • Line 868: warning: exported method CoreGethChainConfig.SetEthashECIP1017Transition should have comment or be unexported (golint)
    • Line 876: warning: exported method CoreGethChainConfig.GetEthashECIP1017EraRounds should have comment or be unexported (golint)
    • Line 883: warning: exported method CoreGethChainConfig.SetEthashECIP1017EraRounds should have comment or be unexported (golint)
    • Line 891: warning: exported method CoreGethChainConfig.GetEthashEIP100BTransition should have comment or be unexported (golint)
    • Line 898: warning: exported method CoreGethChainConfig.SetEthashEIP100BTransition should have comment or be unexported (golint)
    • Line 906: warning: exported method CoreGethChainConfig.GetEthashECIP1041Transition should have comment or be unexported (golint)
    • Line 913: warning: exported method CoreGethChainConfig.SetEthashECIP1041Transition should have comment or be unexported (golint)
    • Line 921: warning: exported method CoreGethChainConfig.GetEthashECIP1099Transition should have comment or be unexported (golint)
    • Line 928: warning: exported method CoreGethChainConfig.SetEthashECIP1099Transition should have comment or be unexported (golint)
    • Line 936: warning: exported method CoreGethChainConfig.GetEthashDifficultyBombDelaySchedule should have comment or be unexported (golint)
    • Line 943: warning: exported method CoreGethChainConfig.SetEthashDifficultyBombDelaySchedule should have comment or be unexported (golint)
    • Line 951: warning: exported method CoreGethChainConfig.GetEthashBlockRewardSchedule should have comment or be unexported (golint)
    • Line 958: warning: exported method CoreGethChainConfig.SetEthashBlockRewardSchedule should have comment or be unexported (golint)
    • Line 966: warning: exported method CoreGethChainConfig.GetCliquePeriod should have comment or be unexported (golint)
    • Line 973: warning: exported method CoreGethChainConfig.SetCliquePeriod should have comment or be unexported (golint)
    • Line 981: warning: exported method CoreGethChainConfig.GetCliqueEpoch should have comment or be unexported (golint)
    • Line 988: warning: exported method CoreGethChainConfig.SetCliqueEpoch should have comment or be unexported (golint)
    • Line 996: warning: exported method CoreGethChainConfig.GetLyra2NonceTransition should have comment or be unexported (golint)
    • Line 1003: warning: exported method CoreGethChainConfig.SetLyra2NonceTransition should have comment or be unexported (golint)
    • core-geth/params/vars/protocol_params.go
    • Line 22: warning: exported var FrontierBlockReward should have comment or be unexported (golint)
    • Line 26: warning: comment on exported var EIP649DifficultyBombDelay should be of the form "EIP649DifficultyBombDelay ..." (golint)
    • Line 29: warning: comment on exported var EIP1234DifficultyBombDelay should be of the form "EIP1234DifficultyBombDelay ..." (golint)
    • Line 33: warning: comment on exported var EIP3554DifficultyBombDelay should be of the form "EIP3554DifficultyBombDelay ..." (golint)
    • Line 47: warning: exported var GasLimitBoundDivisor should have comment or be unexported (golint)
    • Line 54: warning: exported var GenesisGasLimit should have comment or be unexported (golint)
    • Line 93: warning: comment on exported var SstoreClearsScheduleRefundEIP3529 should be of the form "SstoreClearsScheduleRefundEIP3529 ..." (golint)
    • Line 120: warning: comment on exported var CallGasFrontier should be of the form "CallGasFrontier ..." (golint)
    • Line 136: warning: comment on exported var ExpByteFrontier should be of the form "ExpByteFrontier ..." (golint)
    • Line 140: warning: comment on exported var ExtcodeCopyBaseFrontier should be of the form "ExtcodeCopyBaseFrontier ..." (golint)
    • Line 181: warning: comment on exported var RefundQuotient should be of the form "RefundQuotient ..." (golint)
    • Line 188: warning: exported const InitialBaseFee should have comment (or a comment on this block) or be unexported (golint)
    • Line 191: warning: comment on exported var Bls12381MultiExpDiscountTable should be of the form "Bls12381MultiExpDiscountTable ..." (golint)
    • Line 195: warning: exported var DifficultyBoundDivisor should have comment or be unexported (golint)
    • core-geth/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)
    • core-geth/internal/ethapi/api.go
    • Line 93: warning: exported method PublicEthereumAPI.FeeHistory should have comment or be unexported (golint)
    • Line 282: warning: comment on exported method PrivateAccountAPI.ListAccounts should be of the form "ListAccounts ..." (golint)
    • Line 623: warning: receiver name s should be consistent with previous receiver name api for PublicBlockChainAPI (golint)
    • Line 631: warning: receiver name s should be consistent with previous receiver name api for PublicBlockChainAPI (golint)
    • Line 639: warning: comment on exported type AccountResult should be of the form "AccountResult ..." (with optional leading article) (golint)
    • Line 650: warning: exported type StorageResult should have comment or be unexported (golint)
    • Line 657: warning: receiver name s should be consistent with previous receiver name api for PublicBlockChainAPI (golint)
    • Line 709: warning: receiver name s should be consistent with previous receiver name api for PublicBlockChainAPI (golint)
    • Line 723: warning: receiver name s should be consistent with previous receiver name api for PublicBlockChainAPI (golint)
    • Line 736: warning: receiver name s should be consistent with previous receiver name api for PublicBlockChainAPI (golint)
    • Line 751: warning: receiver name s should be consistent with previous receiver name api for PublicBlockChainAPI (golint)
    • Line 761: warning: receiver name s should be consistent with previous receiver name api for PublicBlockChainAPI (golint)
    • Line 777: warning: receiver name s should be consistent with previous receiver name api for PublicBlockChainAPI (golint)
    • Line 792: warning: receiver name s should be consistent with previous receiver name api for PublicBlockChainAPI (golint)
    • Line 801: warning: receiver name s should be consistent with previous receiver name api for PublicBlockChainAPI (golint)
    • Line 810: warning: receiver name s should be consistent with previous receiver name api for PublicBlockChainAPI (golint)
    • Line 822: warning: receiver name s should be consistent with previous receiver name api for PublicBlockChainAPI (golint)
    • Line 883: warning: exported function DoCall should have comment or be unexported (golint)
    • Line 974: warning: receiver name s should be consistent with previous receiver name api for PublicBlockChainAPI (golint)
    • Line 986: warning: exported function DoEstimateGas should have comment or be unexported (golint)
    • Line 1108: warning: receiver name s should be consistent with previous receiver name api for PublicBlockChainAPI (golint)
    • Line 1267: warning: receiver name s should be consistent with previous receiver name api for PublicBlockChainAPI (golint)
    • Line 1384: warning: receiver name s should be consistent with previous receiver name api for PublicBlockChainAPI (golint)
    • Line 1392: warning: receiver name s should be consistent with previous receiver name api for PublicBlockChainAPI (golint)
    • Line 1532: warning: receiver name s should be consistent with previous receiver name api for PublicBlockChainAPI (golint)
    • core-geth/core/types/transaction.go
    • Line 35: warning: exported var ErrInvalidSig should have comment or be unexported (golint)
    • Line 488: warning: exported method TxByPriceAndTime.Push should have comment or be unexported (golint)
    • Line 492: warning: exported method TxByPriceAndTime.Pop should have comment or be unexported (golint)
    • Line 585: warning: exported function NewMessage should have comment or be unexported (golint)
    • Line 624: warning: exported method Message.From should have comment or be unexported (golint)
    • Line 625: warning: exported method Message.To should have comment or be unexported (golint)
    • Line 626: warning: exported method Message.GasPrice should have comment or be unexported (golint)
    • Line 627: warning: exported method Message.GasFeeCap should have comment or be unexported (golint)
    • Line 628: warning: exported method Message.GasTipCap should have comment or be unexported (golint)
    • Line 629: warning: exported method Message.Value should have comment or be unexported (golint)
    • Line 630: warning: exported method Message.Gas should have comment or be unexported (golint)
    • Line 631: warning: exported method Message.Nonce should have comment or be unexported (golint)
    • Line 632: warning: exported method Message.Data should have comment or be unexported (golint)
    • Line 633: warning: exported method Message.AccessList should have comment or be unexported (golint)
    • Line 634: warning: exported method Message.IsFake should have comment or be unexported (golint)
    • core-geth/params/confp/convert.go
    • Line 27: warning: comment on exported function Convert should be of the form "Convert ..." (golint)
    • Line 145: warning: exported type DiffT should have comment or be unexported (golint)
    • Line 155: warning: exported function Equal should have comment or be unexported (golint)
    • core-geth/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)
    • core-geth/consensus/ethash/consensus.go
    • Line 305: warning: don't use underscores in Go names; func parent_time_delta should be parentTimeDelta (golint)
    • Line 310: warning: don't use underscores in Go names; func parent_diff_over_dbd should be parentDiffOverDbd (golint)
    • Line 478: warning: comment on exported var FrontierDifficultyCalulator should be of the form "FrontierDifficultyCalulator ..." (golint)
    • Line 480: warning: exported var HomesteadDifficultyCalulator should have comment or be unexported (golint)
    • Line 481: warning: exported var DynamicDifficultyCalculator should have comment or be unexported (golint)
    • core-geth/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)
    • core-geth/params/config_kotti.go
    • Line 1: warning: package comment should be of the form "Package params ..." (golint)
    • Line 28: warning: comment on exported var KottiGenesisHash should be of the form "KottiGenesisHash ..." (golint)
    • Line 31: warning: exported var KottiChainConfig should have comment or be unexported (golint)
    • core-geth/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)
    • core-geth/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 553: warning: exported const Byte should have comment (or a comment on this block) or be unexported (golint)
    • core-geth/node/openrpc.go
    • Line 213: warning: comment on exported type RPCEthSubscription should be of the form "RPCEthSubscription ..." (with optional leading article) (golint)
    • Line 228: warning: exported type RPCEthSubscriptionParamsName should have comment or be unexported (golint)
    • Line 237: warning: exported type RPCDebugSubscription should have comment or be unexported (golint)
    • Line 245: warning: exported type RPCDebugSubscriptionParamsName should have comment or be unexported (golint)
    • Line 254: warning: exported type RPCTraceSubscription should have comment or be unexported (golint)
    • Line 262: warning: exported type RPCTraceSubscriptionParamsName should have comment or be unexported (golint)
    • core-geth/signer/core/apitypes/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 54: warning: comment on exported method ValidationMessages.GetWarnings should be of the form "GetWarnings ..." (golint)
    • Line 55: warning: receiver name v should be consistent with previous receiver name vs for ValidationMessages (golint)
    • core-geth/core/vm/eips.go
    • Line 57: warning: exported function ValidEip should have comment or be unexported (golint)
    • Line 61: warning: exported function ActivateableEips should have comment or be unexported (golint)
    • core-geth/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)
    • core-geth/params/types/aleth/aleth.go
    • Line 82: warning: exported type AlethGenesisSpecLinearPricing should have comment or be unexported (golint)
    • Line 87: warning: exported method AlethGenesisSpec.SetPrecompile should have comment or be unexported (golint)
    • Line 98: warning: exported method AlethGenesisSpec.SetAccount should have comment or be unexported (golint)
    • core-geth/params/version.go
    • Line 24: warning: exported const VersionMajor should have comment (or a comment on this block) or be unexported (golint)
    • Line 59: warning: exported function VersionWithCommit should have comment or be unexported (golint)
    • core-geth/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 36: warning: exported const CliqueJs should have comment or be unexported (golint)
    • Line 93: warning: exported const EthashJs should have comment or be unexported (golint)
    • Line 121: warning: exported const AdminJs should have comment or be unexported (golint)
    • Line 221: warning: exported const DebugJs should have comment or be unexported (golint)
    • Line 477: warning: exported const EthJs should have comment or be unexported (golint)
    • Line 600: warning: exported const MinerJs should have comment or be unexported (golint)
    • Line 651: warning: exported const NetJs should have comment or be unexported (golint)
    • Line 664: warning: exported const PersonalJs should have comment or be unexported (golint)
    • Line 720: warning: exported const RpcJs should have comment or be unexported (golint)
    • Line 739: warning: exported const TraceJs should have comment or be unexported (golint)
    • Line 782: warning: exported const TxpoolJs should have comment or be unexported (golint)
    • Line 814: warning: exported const LESJs should have comment or be unexported (golint)
    • Line 868: warning: exported const VfluxJs should have comment or be unexported (golint)
    • core-geth/cmd/utils/flags.go
    • Line 116: warning: comment on exported var DataDirFlag should be of the form "DataDirFlag ..." (golint)
    • Line 122: warning: exported var AncientFlag should have comment or be unexported (golint)
    • Line 283: warning: comment on exported var LightServeFlag should be of the form "LightServeFlag ..." (golint)
    • Line 326: warning: comment on exported var EthashCacheDirFlag should be of the form "EthashCacheDirFlag ..." (golint)
    • Line 369: warning: comment on exported var TxPoolLocalsFlag should be of the form "TxPoolLocalsFlag ..." (golint)
    • Line 423: warning: comment on exported var CacheFlag should be of the form "CacheFlag ..." (golint)
    • Line 467: warning: comment on exported var MiningEnabledFlag should be of the form "MiningEnabledFlag ..." (golint)
    • Line 513: warning: comment on exported var UnlockedAccountFlag should be of the form "UnlockedAccountFlag ..." (golint)
    • Line 547: warning: comment on exported var EthStatsURLFlag should be of the form "EthStatsURLFlag ..." (golint)
    • Line 564: warning: comment on exported var IPCDisabledFlag should be of the form "IPCDisabledFlag ..." (golint)
    • Line 663: warning: comment on exported var MaxPeersFlag should be of the form "MaxPeersFlag ..." (golint)
    • Line 714: warning: comment on exported var JSpathFlag should be of the form "JSpathFlag ..." (golint)
    • Line 721: warning: comment on exported var GpoBlocksFlag should be of the form "GpoBlocksFlag ..." (golint)
    • Line 743: warning: comment on exported var MetricsEnabledFlag should be of the form "MetricsEnabledFlag ..." (golint)
    • Line 791: warning: comment on exported var MetricsInfluxDBTagsFlag should be of the form "MetricsInfluxDBTagsFlag ..." (golint)
    • Line 1222: warning: exported function SetP2PConfig should have comment or be unexported (golint)
    • Line 1961: warning: exported function SetupMetrics should have comment or be unexported (golint)
    • Line 2020: warning: exported function SplitTagsFlag should have comment or be unexported (golint)
    • Line 2091: warning: exported function MakeGenesis should have comment or be unexported (golint)
    • core-geth/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)
    • core-geth/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-geth/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)
    • core-geth/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)
    • core-geth/core/blockchain.go
    • Line 92: warning: exported const TriesInMemory should have comment (or a comment on this block) or be unexported (golint)
    • Line 1093: warning: exported const NonStatTy should have comment (or a comment on this block) or be unexported (golint)
    • core-geth/params/confp/configurator.go
    • Line 59: warning: exported function NewCompatError should have comment or be unexported (golint)
    • Line 93: warning: exported type ConfigValidError should have comment or be unexported (golint)
    • Line 98: warning: exported function NewValidErr should have comment or be unexported (golint)
    • Line 110: warning: exported function IsEmpty should have comment or be unexported (golint)
    • Line 117: warning: exported function IsValid should have comment or be unexported (golint)
    • Line 137: warning: exported function Compatible should have comment or be unexported (golint)
    • Line 181: warning: exported function Equivalent should have comment or be unexported (golint)
    • core-geth/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)
    • core-geth/eth/api_backend.go
    • Line 56: warning: exported method EthAPIBackend.CurrentBlock should have comment or be unexported (golint)
    • Line 60: warning: exported method EthAPIBackend.SetHead should have comment or be unexported (golint)
    • Line 65: warning: exported method EthAPIBackend.HeaderByNumber should have comment or be unexported (golint)
    • Line 78: warning: exported method EthAPIBackend.HeaderByNumberOrHash should have comment or be unexported (golint)
    • Line 95: warning: exported method EthAPIBackend.HeaderByHash should have comment or be unexported (golint)
    • Line 99: warning: exported method EthAPIBackend.BlockByNumber should have comment or be unexported (golint)
    • Line 112: warning: exported method EthAPIBackend.BlockByHash should have comment or be unexported (golint)
    • Line 116: warning: exported method EthAPIBackend.BlockByNumberOrHash should have comment or be unexported (golint)
    • Line 137: warning: exported method EthAPIBackend.PendingBlockAndReceipts should have comment or be unexported (golint)
    • Line 141: warning: exported method EthAPIBackend.StateAndHeaderByNumber should have comment or be unexported (golint)
    • Line 159: warning: exported method EthAPIBackend.StateAndHeaderByNumberOrHash should have comment or be unexported (golint)
    • Line 180: warning: exported method EthAPIBackend.GetReceipts should have comment or be unexported (golint)
    • Line 184: warning: exported method EthAPIBackend.GetLogs should have comment or be unexported (golint)
    • Line 196: warning: exported method EthAPIBackend.GetTd should have comment or be unexported (golint)
    • Line 200: warning: exported method EthAPIBackend.GetEVM should have comment or be unexported (golint)
    • Line 210: warning: exported method EthAPIBackend.SubscribeRemovedLogsEvent should have comment or be unexported (golint)
    • Line 214: warning: exported method EthAPIBackend.SubscribePendingLogsEvent should have comment or be unexported (golint)
    • Line 218: warning: exported method EthAPIBackend.SubscribeChainEvent should have comment or be unexported (golint)
    • Line 222: warning: exported method EthAPIBackend.SubscribeChainHeadEvent should have comment or be unexported (golint)
    • Line 226: warning: exported method EthAPIBackend.SubscribeChainSideEvent should have comment or be unexported (golint)
    • Line 230: warning: exported method EthAPIBackend.SubscribeLogsEvent should have comment or be unexported (golint)
    • Line 234: warning: exported method EthAPIBackend.SendTx should have comment or be unexported (golint)
    • Line 238: warning: exported method EthAPIBackend.GetPoolTransactions should have comment or be unexported (golint)
    • Line 250: warning: exported method EthAPIBackend.GetPoolTransaction should have comment or be unexported (golint)
    • Line 254: warning: exported method EthAPIBackend.GetTransaction should have comment or be unexported (golint)
    • Line 259: warning: exported method EthAPIBackend.GetPoolNonce should have comment or be unexported (golint)
    • Line 263: warning: exported method EthAPIBackend.Stats should have comment or be unexported (golint)
    • Line 267: warning: exported method EthAPIBackend.TxPoolContent should have comment or be unexported (golint)
    • Line 271: warning: exported method EthAPIBackend.TxPoolContentFrom should have comment or be unexported (golint)
    • Line 275: warning: exported method EthAPIBackend.TxPool should have comment or be unexported (golint)
    • Line 279: warning: exported method EthAPIBackend.SubscribeNewTxsEvent should have comment or be unexported (golint)
    • Line 283: warning: exported method EthAPIBackend.Downloader should have comment or be unexported (golint)
    • Line 287: warning: exported method EthAPIBackend.SuggestGasTipCap should have comment or be unexported (golint)
    • Line 291: warning: exported method EthAPIBackend.FeeHistory should have comment or be unexported (golint)
    • Line 295: warning: exported method EthAPIBackend.ChainDb should have comment or be unexported (golint)
    • Line 299: warning: exported method EthAPIBackend.EventMux should have comment or be unexported (golint)
    • Line 303: warning: exported method EthAPIBackend.AccountManager should have comment or be unexported (golint)
    • Line 307: warning: exported method EthAPIBackend.ExtRPCEnabled should have comment or be unexported (golint)
    • Line 311: warning: exported method EthAPIBackend.UnprotectedAllowed should have comment or be unexported (golint)
    • Line 315: warning: exported method EthAPIBackend.RPCGasCap should have comment or be unexported (golint)
    • Line 319: warning: exported method EthAPIBackend.RPCTxFeeCap should have comment or be unexported (golint)
    • Line 323: warning: exported method EthAPIBackend.BloomStatus should have comment or be unexported (golint)
    • Line 328: warning: exported method EthAPIBackend.ServiceFilter should have comment or be unexported (golint)
    • Line 334: warning: exported method EthAPIBackend.Engine should have comment or be unexported (golint)
    • Line 338: warning: exported method EthAPIBackend.CurrentHeader should have comment or be unexported (golint)
    • Line 342: warning: exported method EthAPIBackend.Miner should have comment or be unexported (golint)
    • Line 346: warning: exported method EthAPIBackend.StartMining should have comment or be unexported (golint)
    • Line 350: warning: exported method EthAPIBackend.StateAtBlock should have comment or be unexported (golint)
    • Line 354: warning: exported method EthAPIBackend.StateAtTransaction should have comment or be unexported (golint)
    • core-geth/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)
    • core-geth/tests/params.go
    • 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)
    • core-geth/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)
    • core-geth/core/state/statedb.go
    • Line 185: warning: exported method StateDB.AddLog should have comment or be unexported (golint)
    • Line 195: warning: exported method StateDB.GetLogs should have comment or be unexported (golint)
    • Line 203: warning: exported method StateDB.Logs should have comment or be unexported (golint)
    • Line 264: warning: exported method StateDB.GetNonce should have comment or be unexported (golint)
    • Line 278: warning: exported method StateDB.GetCode should have comment or be unexported (golint)
    • Line 286: warning: exported method StateDB.GetCodeSize should have comment or be unexported (golint)
    • Line 294: warning: exported method StateDB.GetCodeHash should have comment or be unexported (golint)
    • Line 360: warning: exported method StateDB.HasSuicided should have comment or be unexported (golint)
    • Line 388: warning: exported method StateDB.SetBalance should have comment or be unexported (golint)
    • Line 395: warning: exported method StateDB.SetNonce should have comment or be unexported (golint)
    • Line 402: warning: exported method StateDB.SetCode should have comment or be unexported (golint)
    • Line 409: warning: exported method StateDB.SetState should have comment or be unexported (golint)
    • Line 616: warning: exported method StateDB.ForEachStorage should have comment or be unexported (golint)
    • Line 616: warning: receiver name db should be consistent with previous receiver name s for StateDB (golint)
    • core-geth/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)
    • core-geth/node/node.go
    • Line 740: warning: don't use underscores in Go names; method InprocDiscovery_DEVELOPMENTONLY should be InprocDiscoveryDEVELOPMENTONLY (golint)
    • core-geth/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)
    • core-geth/rpc/types.go
    • Line 58: warning: exported type BlockNumber should have comment or be unexported (golint)
    • Line 61: warning: exported const PendingBlockNumber should have comment (or a comment on this block) or be unexported (golint)
    • Line 101: warning: exported method BlockNumber.Int64 should have comment or be unexported (golint)
    • Line 105: warning: exported type BlockNumberOrHash should have comment or be unexported (golint)
    • Line 111: warning: exported method BlockNumberOrHash.UnmarshalJSON should have comment or be unexported (golint)
    • Line 151: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 166: warning: exported method BlockNumberOrHash.Number should have comment or be unexported (golint)
    • Line 173: warning: exported method BlockNumberOrHash.Hash should have comment or be unexported (golint)
    • Line 180: warning: exported function BlockNumberOrHashWithNumber should have comment or be unexported (golint)
    • Line 188: warning: exported function BlockNumberOrHashWithHash should have comment or be unexported (golint)
    • core-geth/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-geth/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)
    • core-geth/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)
    • core-geth/params/config_classic.go
    • Line 1: warning: package comment should be of the form "Package params ..." (golint)
    • Line 97: warning: exported var DisinflationRateQuotient should have comment or be unexported (golint)
    • Line 160: warning: exported function DefaultMessNetGenesisBlock should have comment or be unexported (golint)
    • core-geth/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 248: warning: exported method ExternalSigner.SignTextWithPassphrase should have comment or be unexported (golint)
    • Line 252: warning: exported method ExternalSigner.SignTxWithPassphrase should have comment or be unexported (golint)
    • Line 255: warning: exported method ExternalSigner.SignDataWithPassphrase should have comment or be unexported (golint)
    • core-geth/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)
    • core-geth/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)
    • core-geth/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)
    • core-geth/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)
    • core-geth/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)
    • core-geth/cmd/clef/main.go
    • 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 825: warning: should not use basic type string as key in context.WithValue (golint)
    • Line 956: warning: should not use basic type string as key in context.WithValue (golint)
    • core-geth/signer/core/auditlog.go
    • Line 30: warning: exported type AuditLogger should have comment or be unexported (golint)
    • Line 35: warning: exported method AuditLogger.List should have comment or be unexported (golint)
    • Line 43: warning: exported method AuditLogger.New should have comment or be unexported (golint)
    • Line 47: warning: exported method AuditLogger.SignTransaction should have comment or be unexported (golint)
    • Line 65: warning: exported method AuditLogger.SignData should have comment or be unexported (golint)
    • Line 74: warning: exported method AuditLogger.SignGnosisSafeTx should have comment or be unexported (golint)
    • Line 92: warning: exported method AuditLogger.SignTypedData should have comment or be unexported (golint)
    • Line 100: warning: exported method AuditLogger.EcRecover should have comment or be unexported (golint)
    • Line 108: warning: exported method AuditLogger.Version should have comment or be unexported (golint)
    • Line 116: warning: exported function NewAuditLogger should have comment or be unexported (golint)
    • core-geth/params/types/goethereum/goethereum_configurator.go
    • Line 71: warning: exported method ChainConfig.GetAccountStartNonce should have comment or be unexported (golint)
    • Line 75: warning: exported method ChainConfig.SetAccountStartNonce should have comment or be unexported (golint)
    • Line 79: warning: exported method ChainConfig.GetMaximumExtraDataSize should have comment or be unexported (golint)
    • Line 83: warning: exported method ChainConfig.SetMaximumExtraDataSize should have comment or be unexported (golint)
    • Line 87: warning: exported method ChainConfig.GetMinGasLimit should have comment or be unexported (golint)
    • Line 91: warning: exported method ChainConfig.SetMinGasLimit should have comment or be unexported (golint)
    • Line 95: warning: exported method ChainConfig.GetGasLimitBoundDivisor should have comment or be unexported (golint)
    • Line 99: warning: exported method ChainConfig.SetGasLimitBoundDivisor should have comment or be unexported (golint)
    • Line 119: warning: exported method ChainConfig.SetNetworkID should have comment or be unexported (golint)
    • Line 130: warning: exported method ChainConfig.GetChainID should have comment or be unexported (golint)
    • Line 134: warning: exported method ChainConfig.SetChainID should have comment or be unexported (golint)
    • Line 139: warning: exported method ChainConfig.GetSupportedProtocolVersions should have comment or be unexported (golint)
    • Line 146: warning: exported method ChainConfig.SetSupportedProtocolVersions should have comment or be unexported (golint)
    • Line 151: warning: exported method ChainConfig.GetMaxCodeSize should have comment or be unexported (golint)
    • Line 155: warning: exported method ChainConfig.SetMaxCodeSize should have comment or be unexported (golint)
    • Line 159: warning: exported method ChainConfig.GetEIP7Transition should have comment or be unexported (golint)
    • Line 163: warning: exported method ChainConfig.SetEIP7Transition should have comment or be unexported (golint)
    • Line 168: warning: exported method ChainConfig.GetEIP150Transition should have comment or be unexported (golint)
    • Line 172: warning: exported method ChainConfig.SetEIP150Transition should have comment or be unexported (golint)
    • Line 177: warning: exported method ChainConfig.GetEIP152Transition should have comment or be unexported (golint)
    • Line 181: warning: exported method ChainConfig.SetEIP152Transition should have comment or be unexported (golint)
    • Line 186: warning: exported method ChainConfig.GetEIP160Transition should have comment or be unexported (golint)
    • Line 190: warning: exported method ChainConfig.SetEIP160Transition should have comment or be unexported (golint)
    • Line 195: warning: exported method ChainConfig.GetEIP161dTransition should have comment or be unexported (golint)
    • Line 199: warning: exported method ChainConfig.SetEIP161dTransition should have comment or be unexported (golint)
    • Line 204: warning: exported method ChainConfig.GetEIP161abcTransition should have comment or be unexported (golint)
    • Line 208: warning: exported method ChainConfig.SetEIP161abcTransition should have comment or be unexported (golint)
    • Line 213: warning: exported method ChainConfig.GetEIP170Transition should have comment or be unexported (golint)
    • Line 217: warning: exported method ChainConfig.SetEIP170Transition should have comment or be unexported (golint)
    • Line 222: warning: exported method ChainConfig.GetEIP155Transition should have comment or be unexported (golint)
    • Line 226: warning: exported method ChainConfig.SetEIP155Transition should have comment or be unexported (golint)
    • Line 231: warning: exported method ChainConfig.GetEIP140Transition should have comment or be unexported (golint)
    • Line 235: warning: exported method ChainConfig.SetEIP140Transition should have comment or be unexported (golint)
    • Line 240: warning: exported method ChainConfig.GetEIP198Transition should have comment or be unexported (golint)
    • Line 244: warning: exported method ChainConfig.SetEIP198Transition should have comment or be unexported (golint)
    • Line 249: warning: exported method ChainConfig.GetEIP211Transition should have comment or be unexported (golint)
    • Line 253: warning: exported method ChainConfig.SetEIP211Transition should have comment or be unexported (golint)
    • Line 258: warning: exported method ChainConfig.GetEIP212Transition should have comment or be unexported (golint)
    • Line 262: warning: exported method ChainConfig.SetEIP212Transition should have comment or be unexported (golint)
    • Line 267: warning: exported method ChainConfig.GetEIP213Transition should have comment or be unexported (golint)
    • Line 271: warning: exported method ChainConfig.SetEIP213Transition should have comment or be unexported (golint)
    • Line 276: warning: exported method ChainConfig.GetEIP214Transition should have comment or be unexported (golint)
    • Line 280: warning: exported method ChainConfig.SetEIP214Transition should have comment or be unexported (golint)
    • Line 285: warning: exported method ChainConfig.GetEIP658Transition should have comment or be unexported (golint)
    • Line 289: warning: exported method ChainConfig.SetEIP658Transition should have comment or be unexported (golint)
    • Line 294: warning: exported method ChainConfig.GetEIP145Transition should have comment or be unexported (golint)
    • Line 298: warning: exported method ChainConfig.SetEIP145Transition should have comment or be unexported (golint)
    • Line 303: warning: exported method ChainConfig.GetEIP1014Transition should have comment or be unexported (golint)
    • Line 307: warning: exported method ChainConfig.SetEIP1014Transition should have comment or be unexported (golint)
    • Line 312: warning: exported method ChainConfig.GetEIP1052Transition should have comment or be unexported (golint)
    • Line 316: warning: exported method ChainConfig.SetEIP1052Transition should have comment or be unexported (golint)
    • Line 321: warning: exported method ChainConfig.GetEIP1283Transition should have comment or be unexported (golint)
    • Line 325: warning: exported method ChainConfig.SetEIP1283Transition should have comment or be unexported (golint)
    • Line 330: warning: exported method ChainConfig.GetEIP1283DisableTransition should have comment or be unexported (golint)
    • Line 334: warning: exported method ChainConfig.SetEIP1283DisableTransition should have comment or be unexported (golint)
    • Line 339: warning: exported method ChainConfig.GetEIP1108Transition should have comment or be unexported (golint)
    • Line 343: warning: exported method ChainConfig.SetEIP1108Transition should have comment or be unexported (golint)
    • Line 348: warning: exported method ChainConfig.GetEIP2200Transition should have comment or be unexported (golint)
    • Line 352: warning: exported method ChainConfig.SetEIP2200Transition should have comment or be unexported (golint)
    • Line 357: warning: exported method ChainConfig.GetEIP2200DisableTransition should have comment or be unexported (golint)
    • Line 361: warning: exported method ChainConfig.SetEIP2200DisableTransition should have comment or be unexported (golint)
    • Line 368: warning: exported method ChainConfig.GetEIP1344Transition should have comment or be unexported (golint)
    • Line 372: warning: exported method ChainConfig.SetEIP1344Transition should have comment or be unexported (golint)
    • Line 377: warning: exported method ChainConfig.GetEIP1884Transition should have comment or be unexported (golint)
    • Line 381: warning: exported method ChainConfig.SetEIP1884Transition should have comment or be unexported (golint)
    • Line 386: warning: exported method ChainConfig.GetEIP2028Transition should have comment or be unexported (golint)
    • Line 390: warning: exported method ChainConfig.SetEIP2028Transition should have comment or be unexported (golint)
    • Line 395: warning: exported method ChainConfig.GetECIP1080Transition should have comment or be unexported (golint)
    • Line 399: warning: exported method ChainConfig.SetECIP1080Transition should have comment or be unexported (golint)
    • Line 404: warning: exported method ChainConfig.GetEIP1706Transition should have comment or be unexported (golint)
    • Line 408: warning: exported method ChainConfig.SetEIP1706Transition should have comment or be unexported (golint)
    • Line 419: warning: exported method ChainConfig.SetEIP2537Transition should have comment or be unexported (golint)
    • Line 426: warning: exported method ChainConfig.GetECBP1100Transition should have comment or be unexported (golint)
    • Line 430: warning: exported method ChainConfig.SetECBP1100Transition should have comment or be unexported (golint)
    • Line 441: warning: exported method ChainConfig.SetEIP2315Transition should have comment or be unexported (golint)
    • Line 448: warning: exported method ChainConfig.GetEIP2929Transition should have comment or be unexported (golint)
    • Line 452: warning: exported method ChainConfig.SetEIP2929Transition should have comment or be unexported (golint)
    • Line 457: warning: exported method ChainConfig.GetEIP2930Transition should have comment or be unexported (golint)
    • Line 461: warning: exported method ChainConfig.SetEIP2930Transition should have comment or be unexported (golint)
    • Line 466: warning: exported method ChainConfig.GetEIP1559Transition should have comment or be unexported (golint)
    • Line 470: warning: exported method ChainConfig.SetEIP1559Transition should have comment or be unexported (golint)
    • Line 475: warning: exported method ChainConfig.GetEIP3541Transition should have comment or be unexported (golint)
    • Line 479: warning: exported method ChainConfig.SetEIP3541Transition should have comment or be unexported (golint)
    • Line 484: warning: exported method ChainConfig.GetEIP3529Transition should have comment or be unexported (golint)
    • Line 488: warning: exported method ChainConfig.SetEIP3529Transition should have comment or be unexported (golint)
    • Line 493: warning: exported method ChainConfig.GetEIP3198Transition should have comment or be unexported (golint)
    • Line 497: warning: exported method ChainConfig.SetEIP3198Transition should have comment or be unexported (golint)
    • Line 502: warning: exported method ChainConfig.GetEIP2565Transition should have comment or be unexported (golint)
    • Line 506: warning: exported method ChainConfig.SetEIP2565Transition should have comment or be unexported (golint)
    • Line 511: warning: exported method ChainConfig.GetEIP2718Transition should have comment or be unexported (golint)
    • Line 515: warning: exported method ChainConfig.SetEIP2718Transition should have comment or be unexported (golint)
    • Line 520: warning: exported method ChainConfig.IsEnabled should have comment or be unexported (golint)
    • Line 528: warning: exported method ChainConfig.GetForkCanonHash should have comment or be unexported (golint)
    • Line 535: warning: exported method ChainConfig.SetForkCanonHash should have comment or be unexported (golint)
    • Line 543: warning: exported method ChainConfig.GetForkCanonHashes should have comment or be unexported (golint)
    • Line 552: warning: exported method ChainConfig.GetConsensusEngineType should have comment or be unexported (golint)
    • Line 562: warning: exported method ChainConfig.MustSetConsensusEngineType should have comment or be unexported (golint)
    • Line 582: warning: exported method ChainConfig.GetCatalystTransition should have comment or be unexported (golint)
    • Line 586: warning: exported method ChainConfig.SetCatalystTransition should have comment or be unexported (golint)
    • Line 591: warning: exported method ChainConfig.GetEthashMinimumDifficulty should have comment or be unexported (golint)
    • Line 598: warning: exported method ChainConfig.SetEthashMinimumDifficulty should have comment or be unexported (golint)
    • Line 602: warning: exported method ChainConfig.GetEthashDifficultyBoundDivisor should have comment or be unexported (golint)
    • Line 609: warning: exported method ChainConfig.SetEthashDifficultyBoundDivisor should have comment or be unexported (golint)
    • Line 613: warning: exported method ChainConfig.GetEthashDurationLimit should have comment or be unexported (golint)
    • Line 620: warning: exported method ChainConfig.SetEthashDurationLimit should have comment or be unexported (golint)
    • Line 632: warning: exported method ChainConfig.GetEthashHomesteadTransition should have comment or be unexported (golint)
    • Line 639: warning: exported method ChainConfig.SetEthashHomesteadTransition should have comment or be unexported (golint)
    • Line 644: warning: exported method ChainConfig.GetEIP2Transition should have comment or be unexported (golint)
    • Line 648: warning: exported method ChainConfig.SetEIP2Transition should have comment or be unexported (golint)
    • Line 653: warning: exported method ChainConfig.GetEthashEIP779Transition should have comment or be unexported (golint)
    • Line 663: warning: exported method ChainConfig.SetEthashEIP779Transition should have comment or be unexported (golint)
    • Line 678: warning: exported method ChainConfig.GetEthashEIP649Transition should have comment or be unexported (golint)
    • Line 685: warning: exported method ChainConfig.SetEthashEIP649Transition should have comment or be unexported (golint)
    • Line 693: warning: exported method ChainConfig.GetEthashEIP1234Transition should have comment or be unexported (golint)
    • Line 700: warning: exported method ChainConfig.SetEthashEIP1234Transition should have comment or be unexported (golint)
    • Line 708: warning: exported method ChainConfig.GetEthashEIP2384Transition should have comment or be unexported (golint)
    • Line 715: warning: exported method ChainConfig.SetEthashEIP2384Transition should have comment or be unexported (golint)
    • Line 723: warning: exported method ChainConfig.GetEthashEIP3554Transition should have comment or be unexported (golint)
    • Line 730: warning: exported method ChainConfig.SetEthashEIP3554Transition should have comment or be unexported (golint)
    • Line 738: warning: exported method ChainConfig.GetEthashECIP1010PauseTransition should have comment or be unexported (golint)
    • Line 745: warning: exported method ChainConfig.SetEthashECIP1010PauseTransition should have comment or be unexported (golint)
    • Line 752: warning: exported method ChainConfig.GetEthashECIP1010ContinueTransition should have comment or be unexported (golint)
    • Line 759: warning: exported method ChainConfig.SetEthashECIP1010ContinueTransition should have comment or be unexported (golint)
    • Line 766: warning: exported method ChainConfig.GetEthashECIP1017Transition should have comment or be unexported (golint)
    • Line 773: warning: exported method ChainConfig.SetEthashECIP1017Transition should have comment or be unexported (golint)
    • Line 780: warning: exported method ChainConfig.GetEthashECIP1017EraRounds should have comment or be unexported (golint)
    • Line 787: warning: exported method ChainConfig.SetEthashECIP1017EraRounds should have comment or be unexported (golint)
    • Line 794: warning: exported method ChainConfig.GetEthashEIP100BTransition should have comment or be unexported (golint)
    • Line 801: warning: exported method ChainConfig.SetEthashEIP100BTransition should have comment or be unexported (golint)
    • Line 809: warning: exported method ChainConfig.GetEthashECIP1041Transition should have comment or be unexported (golint)
    • Line 816: warning: exported method ChainConfig.SetEthashECIP1041Transition should have comment or be unexported (golint)
    • Line 823: warning: exported method ChainConfig.GetEthashECIP1099Transition should have comment or be unexported (golint)
    • Line 827: warning: exported method ChainConfig.SetEthashECIP1099Transition should have comment or be unexported (golint)
    • Line 837: warning: exported method ChainConfig.GetEthashDifficultyBombDelaySchedule should have comment or be unexported (golint)
    • Line 844: warning: exported method ChainConfig.SetEthashDifficultyBombDelaySchedule should have comment or be unexported (golint)
    • Line 848: warning: exported method ChainConfig.GetEthashBlockRewardSchedule should have comment or be unexported (golint)
    • Line 855: warning: exported method ChainConfig.SetEthashBlockRewardSchedule should have comment or be unexported (golint)
    • Line 859: warning: exported method ChainConfig.GetCliquePeriod should have comment or be unexported (golint)
    • Line 866: warning: exported method ChainConfig.SetCliquePeriod should have comment or be unexported (golint)
    • Line 874: warning: exported method ChainConfig.GetCliqueEpoch should have comment or be unexported (golint)
    • Line 881: warning: exported method ChainConfig.SetCliqueEpoch should have comment or be unexported (golint)
    • Line 889: warning: exported method ChainConfig.GetLyra2NonceTransition should have comment or be unexported (golint)
    • Line 896: warning: exported method ChainConfig.SetLyra2NonceTransition should have comment or be unexported (golint)
    • core-geth/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-geth/params/mutations/rewards.go
    • Line 1: warning: package comment should be of the form "Package mutations ..." (golint)
    • Line 106: warning: comment on exported function GetBlockWinnerRewardByEra should be of the form "GetBlockWinnerRewardByEra ..." (golint)
    • core-geth/signer/core/signed_data.go
    • Line 44: warning: exported type SigFormat should have comment or be unexported (golint)
    • Line 50: warning: exported var IntendedValidator should have comment or be unexported (golint)
    • Line 68: warning: exported type ValidatorData should have comment or be unexported (golint)
    • Line 73: warning: exported type TypedData should have comment or be unexported (golint)
    • Line 80: warning: exported type Type should have comment or be unexported (golint)
    • Line 106: warning: exported type Types should have comment or be unexported (golint)
    • Line 108: warning: exported type TypePriority should have comment or be unexported (golint)
    • Line 113: warning: exported type TypedDataMessage should have comment or be unexported (golint)
    • Line 115: warning: exported type TypedDataDomain should have comment or be unexported (golint)
    • Line 268: 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 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 289: warning: comment on exported function SignTextValidator should be of the form "SignTextValidator ..." (golint)
    • Line 618: 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 811: 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 817: 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 830: 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)
    • core-geth/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)
    • core-geth/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)
    • core-geth/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)
    • core-geth/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)
    • Line 564: warning: exported method Client.PeerCount should have comment or be unexported (golint)
    • core-geth/common/math/big.go
    • Line 52: warning: exported method HexOrDecimal256.ToInt should have comment or be unexported (golint)
    • Line 82: warning: comment on exported function NewDecimal256 should be of the form "NewDecimal256 ..." (golint)
    • core-geth/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)
    • core-geth/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-geth/les/odr.go
    • Line 41: warning: exported function NewLesOdr should have comment or be unexported (golint)
    • Line 89: warning: exported const MsgBlockHeaders should have comment (or a comment on this block) or be unexported (golint)
    • core-geth/params/types/ctypes/types.go
    • Line 33: warning: exported type UnsupportedConfigErr should have comment or be unexported (golint)
    • Line 36: warning: exported var ErrUnsupportedConfigNoop should have comment or be unexported (golint)
    • Line 40: warning: exported type ErrUnsupportedConfig should have comment or be unexported (golint)
    • Line 50: warning: exported function IsFatalUnsupportedErr should have comment or be unexported (golint)
    • Line 57: warning: exported function UnsupportedConfigError should have comment or be unexported (golint)
    • Line 155: warning: receiver name b should be consistent with previous receiver name bb for Uint64BigMapEncodesHex (golint)
    • Line 167: warning: exported method Uint64BigMapEncodesHex.SetValueTotalForHeight should have comment or be unexported (golint)
    • Line 167: warning: receiver name b should be consistent with previous receiver name bb for Uint64BigMapEncodesHex (golint)
    • Line 199: warning: exported method Uint64BigMapEncodesHex.SumValues should have comment or be unexported (golint)
    • Line 199: warning: receiver name b should be consistent with previous receiver name bb for Uint64BigMapEncodesHex (golint)
    • Line 269: warning: exported type ConsensusEngineT should have comment or be unexported (golint)
    • Line 272: warning: don't use underscores in Go names; const ConsensusEngineT_Unknown should be ConsensusEngineTUnknown (golint)
    • Line 272: warning: exported const ConsensusEngineT_Unknown should have comment (or a comment on this block) or be unexported (golint)
    • Line 273: warning: don't use underscores in Go names; const ConsensusEngineT_Ethash should be ConsensusEngineTEthash (golint)
    • Line 274: warning: don't use underscores in Go names; const ConsensusEngineT_Clique should be ConsensusEngineTClique (golint)
    • Line 275: warning: don't use underscores in Go names; const ConsensusEngineT_Lyra2 should be ConsensusEngineTLyra2 (golint)
    • Line 291: warning: exported method ConsensusEngineT.IsEthash should have comment or be unexported (golint)
    • Line 295: warning: exported method ConsensusEngineT.IsClique should have comment or be unexported (golint)
    • Line 299: warning: exported method ConsensusEngineT.IsLyra2 should have comment or be unexported (golint)
    • Line 303: warning: exported method ConsensusEngineT.IsUnknown should have comment or be unexported (golint)
    • Line 307: warning: exported type BlockSealingT should have comment or be unexported (golint)
    • Line 310: warning: don't use underscores in Go names; const BlockSealing_Unknown should be BlockSealingUnknown (golint)
    • Line 310: warning: exported const BlockSealing_Unknown should have comment (or a comment on this block) or be unexported (golint)
    • Line 311: warning: don't use underscores in Go names; const BlockSealing_Ethereum should be BlockSealingEthereum (golint)
    • core-geth/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)
    • core-geth/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)
    • core-geth/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)
    • core-geth/internal/ethapi/transaction_args.go
    • Line 77: warning: receiver name args should be consistent with previous receiver name arg for TransactionArgs (golint)
    • Line 177: warning: receiver name args should be consistent with previous receiver name arg for TransactionArgs (golint)
    • Line 247: warning: receiver name args should be consistent with previous receiver name arg for TransactionArgs (golint)
    • Line 292: warning: receiver name args should be consistent with previous receiver name arg for TransactionArgs (golint)
    • core-geth/consensus/misc/forks.go
    • Line 37: 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)
    • core-geth/light/txpool_test.go
    • Line 41: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 45: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • Line 52: warning: receiver name should be a reflection of its identity; don't use generic names such as "this" or "self" (golint)
    • core-geth/core/types/block.go
    • Line 35: warning: exported var EmptyRootHash should have comment or be unexported (golint)
    • Line 274: warning: exported method Block.Uncles should have comment or be unexported (golint)
    • Line 275: warning: exported method Block.Transactions should have comment or be unexported (golint)
    • Line 277: warning: exported method Block.Transaction should have comment or be unexported (golint)
    • Line 286: warning: exported method Block.Number should have comment or be unexported (golint)
    • Line 287: warning: exported method Block.GasLimit should have comment or be unexported (golint)
    • Line 288: warning: exported method Block.GasUsed should have comment or be unexported (golint)
    • Line 289: warning: exported method Block.Difficulty should have comment or be unexported (golint)
    • Line 290: warning: exported method Block.Time should have comment or be unexported (golint)
    • Line 292: warning: exported method Block.NumberU64 should have comment or be unexported (golint)
    • Line 293: warning: exported method Block.MixDigest should have comment or be unexported (golint)
    • Line 294: warning: exported method Block.Nonce should have comment or be unexported (golint)
    • Line 295: warning: exported method Block.Bloom should have comment or be unexported (golint)
    • Line 296: warning: exported method Block.Coinbase should have comment or be unexported (golint)
    • Line 297: warning: exported method Block.Root should have comment or be unexported (golint)
    • Line 298: warning: exported method Block.ParentHash should have comment or be unexported (golint)
    • Line 299: warning: exported method Block.TxHash should have comment or be unexported (golint)
    • Line 300: warning: exported method Block.ReceiptHash should have comment or be unexported (golint)
    • Line 301: warning: exported method Block.UncleHash should have comment or be unexported (golint)
    • Line 302: warning: exported method Block.Extra should have comment or be unexported (golint)
    • Line 304: warning: exported method Block.BaseFee should have comment or be unexported (golint)
    • Line 311: warning: exported method Block.Header should have comment or be unexported (golint)
    • Line 341: warning: exported function CalcUncleHash should have comment or be unexported (golint)
    • Line 385: warning: exported type Blocks should have comment or be unexported (golint)
    • core-geth/params/types/parity/parity.go
    • Line 203: warning: exported method ParityU64.MarshalJSON should have comment or be unexported (golint)
    • Line 207: warning: exported method ParityU64.UnmarshalJSON should have comment or be unexported (golint)
    • Line 239: warning: exported method ParityU64.Big should have comment or be unexported (golint)
    • Line 246: warning: exported method ParityU64.Uint64P should have comment or be unexported (golint)
    • Line 254: warning: exported method ParityU64.SetUint64 should have comment or be unexported (golint)
    • Line 282: warning: exported type ParityChainSpecPricingMaybe should have comment or be unexported (golint)
    • Line 287: warning: exported type ParityChainSpecPricingPrice should have comment or be unexported (golint)
    • Line 291: warning: exported method ParityChainSpecPricingMaybe.UnmarshalJSON should have comment or be unexported (golint)
    • Line 325: warning: exported method ParityChainSpecPricingMaybe.MarshalJSON should have comment or be unexported (golint)
    • Line 349: warning: exported type ParityChainSpecLinearPricing should have comment or be unexported (golint)
    • Line 354: warning: exported type ParityChainSpecModExpPricing should have comment or be unexported (golint)
    • Line 358: warning: exported type ParityChainSpecAltBnConstOperationPricing should have comment or be unexported (golint)
    • Line 363: warning: exported type ParityChainSpecAltBnPairingPricing should have comment or be unexported (golint)
    • Line 370: warning: exported type ParityChainSpecBlakePricing should have comment or be unexported (golint)
    • Line 374: warning: exported type ParityChainSpecBLS12ConstOperationPricing should have comment or be unexported (golint)
    • Line 378: warning: exported type ParityChainSpecBLS12MultiExpPricing should have comment or be unexported (golint)
    • Line 382: warning: exported type ParityChainSpecBLS12PairingPricing should have comment or be unexported (golint)
    • Line 387: warning: exported method ParityChainSpec.GetPrecompile should have comment or be unexported (golint)
    • Line 387: warning: receiver name spec should be consistent with previous receiver name c for ParityChainSpec (golint)
    • Line 410: warning: exported method ParityChainSpec.SetPrecompile should have comment or be unexported (golint)
    • Line 410: warning: receiver name spec should be consistent with previous receiver name c for ParityChainSpec (golint)
    • Line 421: warning: exported method ParityChainSpec.SetPrecompile2 should have comment or be unexported (golint)
    • Line 421: warning: receiver name spec should be consistent with previous receiver name c for ParityChainSpec (golint)
    • core-geth/tests/difficulty_test_util.go
    • Line 128: warning: exported type DifficultyTest should have comment or be unexported (golint)
    • Line 155: warning: exported method DifficultyTest.Run should have comment or be unexported (golint)
    • Line 155: warning: receiver name test should be consistent with previous receiver name t for DifficultyTest (golint)
    • core-geth/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)
    • core-geth/params/types/parity/parity_configurator.go
    • Line 44: warning: exported method ParityChainSpec.GetAccountStartNonce should have comment or be unexported (golint)
    • Line 48: warning: exported method ParityChainSpec.SetAccountStartNonce should have comment or be unexported (golint)
    • Line 56: warning: exported method ParityChainSpec.GetMaximumExtraDataSize should have comment or be unexported (golint)
    • Line 60: warning: exported method ParityChainSpec.SetMaximumExtraDataSize should have comment or be unexported (golint)
    • Line 65: warning: exported method ParityChainSpec.GetMinGasLimit should have comment or be unexported (golint)
    • Line 69: warning: exported method ParityChainSpec.SetMinGasLimit should have comment or be unexported (golint)
    • Line 74: warning: exported method ParityChainSpec.GetGasLimitBoundDivisor should have comment or be unexported (golint)
    • Line 78: warning: exported method ParityChainSpec.SetGasLimitBoundDivisor should have comment or be unexported (golint)
    • Line 83: warning: exported method ParityChainSpec.GetNetworkID should have comment or be unexported (golint)
    • Line 87: warning: exported method ParityChainSpec.SetNetworkID should have comment or be unexported (golint)
    • Line 92: warning: exported method ParityChainSpec.GetChainID should have comment or be unexported (golint)
    • Line 95: 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 100: warning: exported method ParityChainSpec.SetChainID should have comment or be unexported (golint)
    • Line 109: warning: exported method ParityChainSpec.GetSupportedProtocolVersions should have comment or be unexported (golint)
    • Line 116: warning: exported method ParityChainSpec.SetSupportedProtocolVersions should have comment or be unexported (golint)
    • Line 121: warning: exported method ParityChainSpec.GetEIP7Transition should have comment or be unexported (golint)
    • Line 125: warning: exported method ParityChainSpec.SetEIP7Transition should have comment or be unexported (golint)
    • Line 130: warning: exported method ParityChainSpec.GetEIP150Transition should have comment or be unexported (golint)
    • Line 134: warning: exported method ParityChainSpec.SetEIP150Transition should have comment or be unexported (golint)
    • Line 139: warning: exported method ParityChainSpec.GetEIP160Transition should have comment or be unexported (golint)
    • Line 143: warning: exported method ParityChainSpec.SetEIP160Transition should have comment or be unexported (golint)
    • Line 148: warning: exported method ParityChainSpec.GetEIP161dTransition should have comment or be unexported (golint)
    • Line 152: warning: exported method ParityChainSpec.SetEIP161dTransition should have comment or be unexported (golint)
    • Line 157: warning: exported method ParityChainSpec.GetEIP161abcTransition should have comment or be unexported (golint)
    • Line 161: warning: exported method ParityChainSpec.SetEIP161abcTransition should have comment or be unexported (golint)
    • Line 166: warning: exported method ParityChainSpec.GetEIP155Transition should have comment or be unexported (golint)
    • Line 170: warning: exported method ParityChainSpec.SetEIP155Transition should have comment or be unexported (golint)
    • Line 175: warning: exported method ParityChainSpec.GetEIP140Transition should have comment or be unexported (golint)
    • Line 179: warning: exported method ParityChainSpec.SetEIP140Transition should have comment or be unexported (golint)
    • Line 184: warning: exported method ParityChainSpec.GetEIP211Transition should have comment or be unexported (golint)
    • Line 188: warning: exported method ParityChainSpec.SetEIP211Transition should have comment or be unexported (golint)
    • Line 193: warning: exported method ParityChainSpec.GetEIP214Transition should have comment or be unexported (golint)
    • Line 197: warning: exported method ParityChainSpec.SetEIP214Transition should have comment or be unexported (golint)
    • Line 202: warning: exported method ParityChainSpec.GetEIP658Transition should have comment or be unexported (golint)
    • Line 206: warning: exported method ParityChainSpec.SetEIP658Transition should have comment or be unexported (golint)
    • Line 211: warning: exported method ParityChainSpec.GetEIP145Transition should have comment or be unexported (golint)
    • Line 215: warning: exported method ParityChainSpec.SetEIP145Transition should have comment or be unexported (golint)
    • Line 220: warning: exported method ParityChainSpec.GetEIP1014Transition should have comment or be unexported (golint)
    • Line 224: warning: exported method ParityChainSpec.SetEIP1014Transition should have comment or be unexported (golint)
    • Line 229: warning: exported method ParityChainSpec.GetEIP1052Transition should have comment or be unexported (golint)
    • Line 233: warning: exported method ParityChainSpec.SetEIP1052Transition should have comment or be unexported (golint)
    • Line 238: warning: exported method ParityChainSpec.GetEIP1283Transition should have comment or be unexported (golint)
    • Line 242: warning: exported method ParityChainSpec.SetEIP1283Transition should have comment or be unexported (golint)
    • Line 247: warning: exported method ParityChainSpec.GetEIP1283DisableTransition should have comment or be unexported (golint)
    • Line 251: warning: exported method ParityChainSpec.SetEIP1283DisableTransition should have comment or be unexported (golint)
    • Line 256: warning: exported method ParityChainSpec.GetEIP2200Transition should have comment or be unexported (golint)
    • Line 260: warning: exported method ParityChainSpec.SetEIP2200Transition should have comment or be unexported (golint)
    • Line 265: warning: exported method ParityChainSpec.GetEIP2200DisableTransition should have comment or be unexported (golint)
    • Line 269: warning: exported method ParityChainSpec.SetEIP2200DisableTransition should have comment or be unexported (golint)
    • Line 276: warning: exported method ParityChainSpec.GetEIP1344Transition should have comment or be unexported (golint)
    • Line 280: warning: exported method ParityChainSpec.SetEIP1344Transition should have comment or be unexported (golint)
    • Line 285: warning: exported method ParityChainSpec.GetEIP1884Transition should have comment or be unexported (golint)
    • Line 289: warning: exported method ParityChainSpec.SetEIP1884Transition should have comment or be unexported (golint)
    • Line 294: warning: exported method ParityChainSpec.GetEIP2028Transition should have comment or be unexported (golint)
    • Line 298: warning: exported method ParityChainSpec.SetEIP2028Transition should have comment or be unexported (golint)
    • Line 303: warning: exported method ParityChainSpec.GetEIP152Transition should have comment or be unexported (golint)
    • Line 311: warning: exported method ParityChainSpec.SetEIP152Transition should have comment or be unexported (golint)
    • Line 320: warning: exported method ParityChainSpec.GetEIP170Transition should have comment or be unexported (golint)
    • Line 324: warning: exported method ParityChainSpec.SetEIP170Transition should have comment or be unexported (golint)
    • Line 329: warning: exported method ParityChainSpec.GetMaxCodeSize should have comment or be unexported (golint)
    • Line 333: warning: exported method ParityChainSpec.SetMaxCodeSize should have comment or be unexported (golint)
    • Line 338: warning: exported method ParityChainSpec.GetEIP198Transition should have comment or be unexported (golint)
    • Line 346: warning: exported method ParityChainSpec.SetEIP198Transition should have comment or be unexported (golint)
    • Line 355: warning: exported method ParityChainSpec.GetEIP212Transition should have comment or be unexported (golint)
    • Line 370: warning: exported method ParityChainSpec.SetEIP212Transition should have comment or be unexported (golint)
    • Line 380: warning: exported method ParityChainSpec.GetEIP213Transition should have comment or be unexported (golint)
    • Line 407: warning: exported method ParityChainSpec.SetEIP213Transition should have comment or be unexported (golint)
    • Line 421: warning: exported method ParityChainSpec.GetEIP1108Transition should have comment or be unexported (golint)
    • Line 454: warning: exported method ParityChainSpec.SetEIP1108Transition should have comment or be unexported (golint)
    • Line 474: warning: exported method ParityChainSpec.GetECIP1080Transition should have comment or be unexported (golint)
    • Line 478: warning: exported method ParityChainSpec.SetECIP1080Transition should have comment or be unexported (golint)
    • Line 483: warning: exported method ParityChainSpec.GetEIP1706Transition should have comment or be unexported (golint)
    • Line 487: warning: exported method ParityChainSpec.SetEIP1706Transition should have comment or be unexported (golint)
    • Line 569: warning: exported method ParityChainSpec.SetEIP2537Transition should have comment or be unexported (golint)
    • Line 639: warning: exported method ParityChainSpec.GetECBP1100Transition should have comment or be unexported (golint)
    • Line 643: warning: exported method ParityChainSpec.SetECBP1100Transition should have comment or be unexported (golint)
    • Line 650: warning: exported method ParityChainSpec.IsEnabled should have comment or be unexported (golint)
    • Line 658: warning: exported method ParityChainSpec.GetForkCanonHash should have comment or be unexported (golint)
    • Line 668: warning: exported method ParityChainSpec.SetForkCanonHash should have comment or be unexported (golint)
    • Line 674: warning: exported method ParityChainSpec.GetForkCanonHashes should have comment or be unexported (golint)
    • Line 698: warning: exported method ParityChainSpec.MustSetConsensusEngineType should have comment or be unexported (golint)
    • Line 728: warning: exported method ParityChainSpec.GetCatalystTransition should have comment or be unexported (golint)
    • Line 732: warning: exported method ParityChainSpec.SetCatalystTransition should have comment or be unexported (golint)
    • Line 741: warning: exported method ParityChainSpec.GetEthashMinimumDifficulty should have comment or be unexported (golint)
    • Line 745: warning: exported method ParityChainSpec.SetEthashMinimumDifficulty should have comment or be unexported (golint)
    • Line 754: warning: exported method ParityChainSpec.GetEthashDifficultyBoundDivisor should have comment or be unexported (golint)
    • Line 758: warning: exported method ParityChainSpec.SetEthashDifficultyBoundDivisor should have comment or be unexported (golint)
    • Line 766: warning: exported method ParityChainSpec.GetEthashDurationLimit should have comment or be unexported (golint)
    • Line 770: warning: exported method ParityChainSpec.SetEthashDurationLimit should have comment or be unexported (golint)
    • Line 778: warning: exported method ParityChainSpec.GetEthashHomesteadTransition should have comment or be unexported (golint)
    • Line 785: warning: exported method ParityChainSpec.SetEthashHomesteadTransition should have comment or be unexported (golint)
    • Line 790: warning: exported method ParityChainSpec.GetEIP2Transition should have comment or be unexported (golint)
    • Line 794: warning: exported method ParityChainSpec.SetEIP2Transition should have comment or be unexported (golint)
    • Line 799: warning: exported method ParityChainSpec.GetEthashEIP779Transition should have comment or be unexported (golint)
    • Line 806: warning: exported method ParityChainSpec.SetEthashEIP779Transition should have comment or be unexported (golint)
    • Line 813: warning: exported method ParityChainSpec.GetEthashEIP649Transition should have comment or be unexported (golint)
    • Line 836: warning: exported method ParityChainSpec.SetEthashEIP649Transition should have comment or be unexported (golint)
    • Line 855: warning: exported method ParityChainSpec.GetEthashEIP1234Transition should have comment or be unexported (golint)
    • Line 878: warning: exported method ParityChainSpec.SetEthashEIP1234Transition should have comment or be unexported (golint)
    • Line 895: warning: exported method ParityChainSpec.GetEthashEIP2384Transition should have comment or be unexported (golint)
    • Line 914: warning: exported method ParityChainSpec.SetEthashEIP2384Transition should have comment or be unexported (golint)
    • Line 928: warning: exported method ParityChainSpec.GetEthashEIP3554Transition should have comment or be unexported (golint)
    • Line 947: warning: exported method ParityChainSpec.SetEthashEIP3554Transition should have comment or be unexported (golint)
    • Line 961: warning: exported method ParityChainSpec.GetEthashECIP1010PauseTransition should have comment or be unexported (golint)
    • Line 968: warning: exported method ParityChainSpec.SetEthashECIP1010PauseTransition should have comment or be unexported (golint)
    • Line 973: warning: exported method ParityChainSpec.GetEthashECIP1010ContinueTransition should have comment or be unexported (golint)
    • Line 980: warning: exported method ParityChainSpec.SetEthashECIP1010ContinueTransition should have comment or be unexported (golint)
    • Line 985: warning: comment on exported method ParityChainSpec.GetEthashECIP1017Transition should be of the form "GetEthashECIP1017Transition ..." (golint)
    • Line 995: warning: exported method ParityChainSpec.SetEthashECIP1017Transition should have comment or be unexported (golint)
    • Line 1002: warning: exported method ParityChainSpec.GetEthashECIP1017EraRounds should have comment or be unexported (golint)
    • Line 1009: warning: exported method ParityChainSpec.SetEthashECIP1017EraRounds should have comment or be unexported (golint)
    • Line 1014: warning: exported method ParityChainSpec.GetEthashEIP100BTransition should have comment or be unexported (golint)
    • Line 1021: warning: exported method ParityChainSpec.SetEthashEIP100BTransition should have comment or be unexported (golint)
    • Line 1026: warning: exported method ParityChainSpec.GetEthashECIP1041Transition should have comment or be unexported (golint)
    • Line 1033: warning: exported method ParityChainSpec.SetEthashECIP1041Transition should have comment or be unexported (golint)
    • Line 1038: warning: exported method ParityChainSpec.GetEthashECIP1099Transition should have comment or be unexported (golint)
    • Line 1042: warning: exported method ParityChainSpec.SetEthashECIP1099Transition should have comment or be unexported (golint)
    • Line 1049: warning: exported method ParityChainSpec.GetEIP2315Transition should have comment or be unexported (golint)
    • Line 1053: warning: exported method ParityChainSpec.SetEIP2315Transition should have comment or be unexported (golint)
    • Line 1058: warning: exported method ParityChainSpec.GetEIP2929Transition should have comment or be unexported (golint)
    • Line 1062: warning: exported method ParityChainSpec.SetEIP2929Transition should have comment or be unexported (golint)
    • Line 1067: warning: exported method ParityChainSpec.GetEIP2930Transition should have comment or be unexported (golint)
    • Line 1071: warning: exported method ParityChainSpec.SetEIP2930Transition should have comment or be unexported (golint)
    • Line 1076: warning: exported method ParityChainSpec.GetEIP1559Transition should have comment or be unexported (golint)
    • Line 1080: warning: exported method ParityChainSpec.SetEIP1559Transition should have comment or be unexported (golint)
    • Line 1085: warning: exported method ParityChainSpec.GetEIP3541Transition should have comment or be unexported (golint)
    • Line 1089: warning: exported method ParityChainSpec.SetEIP3541Transition should have comment or be unexported (golint)
    • Line 1094: warning: exported method ParityChainSpec.GetEIP3529Transition should have comment or be unexported (golint)
    • Line 1098: warning: exported method ParityChainSpec.SetEIP3529Transition should have comment or be unexported (golint)
    • Line 1103: warning: exported method ParityChainSpec.GetEIP3198Transition should have comment or be unexported (golint)
    • Line 1107: warning: exported method ParityChainSpec.SetEIP3198Transition should have comment or be unexported (golint)
    • Line 1112: warning: exported method ParityChainSpec.GetEIP2565Transition should have comment or be unexported (golint)
    • Line 1116: warning: exported method ParityChainSpec.SetEIP2565Transition should have comment or be unexported (golint)
    • Line 1121: warning: exported method ParityChainSpec.GetEIP2718Transition should have comment or be unexported (golint)
    • Line 1125: warning: exported method ParityChainSpec.SetEIP2718Transition should have comment or be unexported (golint)
    • Line 1130: warning: exported method ParityChainSpec.GetEthashDifficultyBombDelaySchedule should have comment or be unexported (golint)
    • Line 1140: warning: exported method ParityChainSpec.SetEthashDifficultyBombDelaySchedule should have comment or be unexported (golint)
    • Line 1145: warning: exported method ParityChainSpec.GetEthashBlockRewardSchedule should have comment or be unexported (golint)
    • Line 1155: warning: exported method ParityChainSpec.SetEthashBlockRewardSchedule should have comment or be unexported (golint)
    • Line 1160: warning: exported method ParityChainSpec.GetCliquePeriod should have comment or be unexported (golint)
    • Line 1168: warning: exported method ParityChainSpec.SetCliquePeriod should have comment or be unexported (golint)
    • Line 1173: warning: exported method ParityChainSpec.GetCliqueEpoch should have comment or be unexported (golint)
    • Line 1181: warning: exported method ParityChainSpec.SetCliqueEpoch should have comment or be unexported (golint)
    • Line 1186: warning: exported method ParityChainSpec.GetSealingType should have comment or be unexported (golint)
    • Line 1197: warning: exported method ParityChainSpec.SetSealingType should have comment or be unexported (golint)
    • Line 1205: warning: exported method ParityChainSpec.GetGenesisSealerEthereumNonce should have comment or be unexported (golint)
    • Line 1209: warning: exported method ParityChainSpec.SetGenesisSealerEthereumNonce should have comment or be unexported (golint)
    • Line 1214: warning: exported method ParityChainSpec.GetGenesisSealerEthereumMixHash should have comment or be unexported (golint)
    • Line 1218: warning: exported method ParityChainSpec.SetGenesisSealerEthereumMixHash should have comment or be unexported (golint)
    • Line 1223: warning: exported method ParityChainSpec.GetGenesisDifficulty should have comment or be unexported (golint)
    • Line 1227: warning: exported method ParityChainSpec.SetGenesisDifficulty should have comment or be unexported (golint)
    • Line 1232: warning: exported method ParityChainSpec.GetGenesisAuthor should have comment or be unexported (golint)
    • Line 1236: warning: exported method ParityChainSpec.SetGenesisAuthor should have comment or be unexported (golint)
    • Line 1241: warning: exported method ParityChainSpec.GetGenesisTimestamp should have comment or be unexported (golint)
    • Line 1245: warning: exported method ParityChainSpec.SetGenesisTimestamp should have comment or be unexported (golint)
    • Line 1250: warning: exported method ParityChainSpec.GetGenesisParentHash should have comment or be unexported (golint)
    • Line 1254: warning: exported method ParityChainSpec.SetGenesisParentHash should have comment or be unexported (golint)
    • Line 1259: warning: exported method ParityChainSpec.GetGenesisExtraData should have comment or be unexported (golint)
    • Line 1263: warning: exported method ParityChainSpec.SetGenesisExtraData should have comment or be unexported (golint)
    • Line 1268: warning: exported method ParityChainSpec.GetGenesisGasLimit should have comment or be unexported (golint)
    • Line 1272: warning: exported method ParityChainSpec.SetGenesisGasLimit should have comment or be unexported (golint)
    • Line 1277: warning: exported method ParityChainSpec.ForEachAccount should have comment or be unexported (golint)
    • Line 1291: warning: exported method ParityChainSpec.UpdateAccount should have comment or be unexported (golint)
    • Line 1336: warning: exported method ParityChainSpec.GetLyra2NonceTransition should have comment or be unexported (golint)
    • Line 1343: warning: exported method ParityChainSpec.SetLyra2NonceTransition should have comment or be unexported (golint)
    • core-geth/consensus/lyra2/lyra2.go
    • Line 23: warning: exported type Lyra2 should have comment or be unexported (golint)
    • Line 38: warning: exported function New should have comment or be unexported (golint)
    • Line 51: warning: exported function NewTester should have comment or be unexported (golint)
    • Line 65: warning: don't use underscores in Go names; var lyra2_ctx should be lyra2Ctx (golint)
    • Line 92: warning: exported method Lyra2.Close should have comment or be unexported (golint)
    • Line 108: warning: exported method Lyra2.Hashrate should have comment or be unexported (golint)
    • core-geth/core/types/transaction_signing.go
    • Line 30: warning: exported var ErrInvalidChainId should have comment or be unexported (golint)
    • Line 339: warning: exported function NewEIP155Signer should have comment or be unexported (golint)
    • Line 349: warning: exported method EIP155Signer.ChainID should have comment or be unexported (golint)
    • Line 353: warning: exported method EIP155Signer.Equal should have comment or be unexported (golint)
    • Line 360: warning: exported method EIP155Signer.Sender should have comment or be unexported (golint)
    • Line 404: warning: comment on exported type HomesteadSigner should be of the form "HomesteadSigner ..." (with optional leading article) (golint)
    • Line 408: warning: exported method HomesteadSigner.ChainID should have comment or be unexported (golint)
    • Line 412: warning: exported method HomesteadSigner.Equal should have comment or be unexported (golint)
    • Line 419: warning: receiver name hs should be consistent with previous receiver name s for HomesteadSigner (golint)
    • Line 423: warning: exported method HomesteadSigner.Sender should have comment or be unexported (golint)
    • Line 423: warning: receiver name hs should be consistent with previous receiver name s for HomesteadSigner (golint)
    • Line 431: warning: exported type FrontierSigner should have comment or be unexported (golint)
    • Line 433: warning: exported method FrontierSigner.ChainID should have comment or be unexported (golint)
    • Line 437: warning: exported method FrontierSigner.Equal should have comment or be unexported (golint)
    • Line 442: warning: exported method FrontierSigner.Sender should have comment or be unexported (golint)
    • Line 442: warning: receiver name fs should be consistent with previous receiver name s for FrontierSigner (golint)
    • Line 452: warning: receiver name fs should be consistent with previous receiver name s for FrontierSigner (golint)
    • Line 462: warning: receiver name fs should be consistent with previous receiver name s for FrontierSigner (golint)
    • core-geth/params/genesis_mintme.go
    • Line 13: warning: exported var MintMeGenesisHash should have comment or be unexported (golint)
    • Line 15: warning: exported function DecodeMintmeAlloc should have comment or be unexported (golint)
    • Line 43: warning: exported function DefaultMintMeGenesisBlock should have comment or be unexported (golint)
    • core-geth/params/types/internal/vars_configurator.go
    • Line 10: warning: exported type GlobalVarsConfigurator should have comment or be unexported (golint)
    • Line 15: warning: exported function GlobalConfigurator should have comment or be unexported (golint)
    • Line 23: warning: exported method GlobalVarsConfigurator.GetAccountStartNonce should have comment or be unexported (golint)
    • Line 23: warning: receiver name should not be an underscore, omit the name if it is unused (golint)
    • Line 27: warning: exported method GlobalVarsConfigurator.SetAccountStartNonce should have comment or be unexported (golint)
    • Line 27: warning: receiver name should not be an underscore, omit the name if it is unused (golint)
    • Line 37: warning: exported method GlobalVarsConfigurator.GetMaximumExtraDataSize should have comment or be unexported (golint)
    • Line 37: warning: receiver name should not be an underscore, omit the name if it is unused (golint)
    • Line 41: warning: exported method GlobalVarsConfigurator.SetMaximumExtraDataSize should have comment or be unexported (golint)
    • Line 41: warning: receiver name should not be an underscore, omit the name if it is unused (golint)
    • Line 46: warning: exported method GlobalVarsConfigurator.GetMinGasLimit should have comment or be unexported (golint)
    • Line 46: warning: receiver name should not be an underscore, omit the name if it is unused (golint)
    • Line 50: warning: exported method GlobalVarsConfigurator.SetMinGasLimit should have comment or be unexported (golint)
    • Line 50: warning: receiver name should not be an underscore, omit the name if it is unused (golint)
    • Line 55: warning: exported method GlobalVarsConfigurator.GetGasLimitBoundDivisor should have comment or be unexported (golint)
    • Line 55: warning: receiver name should not be an underscore, omit the name if it is unused (golint)
    • Line 59: warning: exported method GlobalVarsConfigurator.SetGasLimitBoundDivisor should have comment or be unexported (golint)
    • Line 59: warning: receiver name should not be an underscore, omit the name if it is unused (golint)
    • Line 64: warning: exported method GlobalVarsConfigurator.GetMaxCodeSize should have comment or be unexported (golint)
    • Line 64: warning: receiver name should not be an underscore, omit the name if it is unused (golint)
    • Line 68: warning: exported method GlobalVarsConfigurator.SetMaxCodeSize should have comment or be unexported (golint)
    • Line 68: warning: receiver name should not be an underscore, omit the name if it is unused (golint)
    • Line 76: warning: exported method GlobalVarsConfigurator.GetEthashMinimumDifficulty should have comment or be unexported (golint)
    • Line 76: warning: receiver name should not be an underscore, omit the name if it is unused (golint)
    • Line 79: warning: exported method GlobalVarsConfigurator.SetEthashMinimumDifficulty should have comment or be unexported (golint)
    • Line 79: warning: receiver name should not be an underscore, omit the name if it is unused (golint)
    • Line 87: warning: exported method GlobalVarsConfigurator.GetEthashDifficultyBoundDivisor should have comment or be unexported (golint)
    • Line 87: warning: receiver name should not be an underscore, omit the name if it is unused (golint)
    • Line 91: warning: exported method GlobalVarsConfigurator.SetEthashDifficultyBoundDivisor should have comment or be unexported (golint)
    • Line 91: warning: receiver name should not be an underscore, omit the name if it is unused (golint)
    • Line 99: warning: exported method GlobalVarsConfigurator.GetEthashDurationLimit should have comment or be unexported (golint)
    • Line 99: warning: receiver name should not be an underscore, omit the name if it is unused (golint)
    • Line 103: warning: exported method GlobalVarsConfigurator.SetEthashDurationLimit should have comment or be unexported (golint)
    • Line 103: warning: receiver name should not be an underscore, omit the name if it is unused (golint)
    • core-geth/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)
    • core-geth/consensus/ethash/ethash.go
    • Line 47: warning: exported var ErrInvalidDumpMagic should have comment or be unexported (golint)
    • Line 508: warning: exported const ModeNormal should have comment (or a comment on this block) or be unexported (golint)
    • core-geth/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)
    • core-geth/cmd/devp2p/internal/ethtest/suite.go
    • Line 52: warning: exported method Suite.AllEthTests should have comment or be unexported (golint)
    • Line 90: warning: exported method Suite.EthTests should have comment or be unexported (golint)
    • Line 106: warning: exported method Suite.Eth66Tests should have comment or be unexported (golint)
    • Line 365: warning: comment on exported method Suite.TestZeroRequestID66 should be of the form "TestZeroRequestID66 ..." (golint)
    • Line 727: warning: comment on exported method Suite.TestNewPooledTxs66 should be of the form "TestNewPooledTxs66 ..." (golint)
    • core-geth/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)
    • core-geth/tests/init_mgen.go
    • Line 30: warning: exported var CG_GENERATE_STATE_TESTS_KEY should have comment or be unexported (golint)
    • Line 34: warning: comment on exported var CG_CHAINCONFIG_FEATURE_EQ_COREGETH_KEY should be of the form "CG_CHAINCONFIG_FEATURE_EQ_COREGETH_KEY ..." (golint)
    • Line 42: warning: comment on exported var CG_CHAINCONFIG_CHAINSPECS_OPENETHEREUM_KEY should be of the form "CG_CHAINCONFIG_CHAINSPECS_OPENETHEREUM_KEY ..." (golint)
    • core-geth/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)
    • core-geth/core/headerchain.go
    • Line 303: warning: exported method HeaderChain.ValidateHeaderChain should have comment or be unexported (golint)
    • Line 541: warning: exported method HeaderChain.GetCanonicalHash should have comment or be unexported (golint)
    • core-geth/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)
    • core-geth/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)
    • core-geth/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-geth/tests/state_test_util.go
    • Line 60: warning: exported method StateTest.UnmarshalJSON should have comment or be unexported (golint)
    • Line 64: warning: exported method StateTest.MarshalJSON should have comment or be unexported (golint)
    • Line 169: 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 214: warning: comment on exported method StateTest.RunNoVerifyWithPost should be of the form "RunNoVerifyWithPost ..." (golint)
    • Line 336: warning: exported function MakePreState should have comment or be unexported (golint)
    • core-geth/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)
    • core-geth/accounts/abi/bind/base.go
    • Line 90: warning: exported method MetaData.GetAbi should have comment or be unexported (golint)
    • Line 98: 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)
    • core-geth/tests/state_mgen_test.go
    • Line 164: warning: receiver name tm should be consistent with previous receiver name tg for testMatcherGen (golint)
    • Line 204: warning: receiver name tm should be consistent with previous receiver name tg for testMatcherGen (golint)
    • Line 313: warning: receiver name tm should be consistent with previous receiver name tg for testMatcherGen (golint)

gocyclo88%

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.

    • core-geth/trie/proof.go
    • Line 219: warning: cyclomatic complexity 31 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 17 of function proofToPath() is high (> 15) (gocyclo)
    • core-geth/cmd/utils/flags.go
    • Line 1614: warning: cyclomatic complexity 73 of function SetEthConfig() is high (> 15) (gocyclo)
    • Line 1222: warning: cyclomatic complexity 25 of function SetP2PConfig() is high (> 15) (gocyclo)
    • Line 1003: warning: cyclomatic complexity 17 of function setHTTP() is high (> 15) (gocyclo)
    • Line 2099: warning: cyclomatic complexity 16 of function MakeChain() is high (> 15) (gocyclo)
    • core-geth/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)
    • core-geth/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)
    • core-geth/ethstats/ethstats.go
    • Line 214: warning: cyclomatic complexity 31 of function (*Service).loop() is high (> 15) (gocyclo)
    • Line 355: warning: cyclomatic complexity 23 of function (*Service).readLoop() is high (> 15) (gocyclo)
    • core-geth/metrics/ewma_test.go
    • 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)
    • Line 155: warning: cyclomatic complexity 17 of function TestEWMA15() is high (> 15) (gocyclo)
    • core-geth/core/state/snapshot/generate.go
    • Line 539: warning: cyclomatic complexity 36 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)
    • core-geth/trie/stacktrie.go
    • Line 229: warning: cyclomatic complexity 16 of function (*StackTrie).insert() is high (> 15) (gocyclo)
    • Line 375: warning: cyclomatic complexity 16 of function (*StackTrie).hash() is high (> 15) (gocyclo)
    • core-geth/eth/protocols/snap/sync.go
    • Line 1850: warning: cyclomatic complexity 44 of function (*Syncer).processStorageResponse() is high (> 15) (gocyclo)
    • Line 1057: warning: cyclomatic complexity 26 of function (*Syncer).assignStorageTasks() is high (> 15) (gocyclo)
    • Line 539: warning: cyclomatic complexity 24 of function (*Syncer).Sync() is high (> 15) (gocyclo)
    • Line 2408: warning: cyclomatic complexity 24 of function (*Syncer).OnStorage() is high (> 15) (gocyclo)
    • Line 2199: warning: cyclomatic complexity 20 of function (*Syncer).OnAccounts() is high (> 15) (gocyclo)
    • Line 1213: warning: cyclomatic complexity 18 of function (*Syncer).assignTrienodeHealTasks() is high (> 15) (gocyclo)
    • Line 1337: warning: cyclomatic complexity 18 of function (*Syncer).assignBytecodeHealTasks() is high (> 15) (gocyclo)
    • Line 1453: warning: cyclomatic complexity 16 of function (*Syncer).revertRequests() is high (> 15) (gocyclo)
    • Line 2127: warning: cyclomatic complexity 16 of function (*Syncer).forwardAccountTask() is high (> 15) (gocyclo)
    • core-geth/miner/worker.go
    • Line 888: warning: cyclomatic complexity 32 of function (*worker).commitNewWork() is high (> 15) (gocyclo)
    • Line 450: warning: cyclomatic complexity 28 of function (*worker).mainLoop() is high (> 15) (gocyclo)
    • Line 768: warning: cyclomatic complexity 22 of function (*worker).commitTransactions() is high (> 15) (gocyclo)
    • Line 353: warning: cyclomatic complexity 21 of function (*worker).newWorkLoop() is high (> 15) (gocyclo)
    • core-geth/console/console.go
    • Line 344: warning: cyclomatic complexity 17 of function (*Console).Interactive() is high (> 15) (gocyclo)
    • Line 431: warning: cyclomatic complexity 16 of function countIndents() is high (> 15) (gocyclo)
    • core-geth/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)
    • core-geth/consensus/clique/clique.go
    • Line 247: warning: cyclomatic complexity 23 of function (*Clique).verifyHeader() is high (> 15) (gocyclo)
    • Line 371: warning: cyclomatic complexity 21 of function (*Clique).snapshot() is high (> 15) (gocyclo)
    • Line 315: warning: cyclomatic complexity 16 of function (*Clique).verifyCascadingFields() is high (> 15) (gocyclo)
    • Line 600: warning: cyclomatic complexity 16 of function (*Clique).Seal() is high (> 15) (gocyclo)
    • core-geth/eth/tracers/api.go
    • Line 249: warning: cyclomatic complexity 30 of function (*API).traceChain() is high (> 15) (gocyclo)
    • Line 583: warning: cyclomatic complexity 29 of function (*API).standardTraceBlockToFile() is high (> 15) (gocyclo)
    • Line 940: warning: cyclomatic complexity 19 of function (*API).traceTx() is high (> 15) (gocyclo)
    • core-geth/trie/trie.go
    • Line 368: warning: cyclomatic complexity 26 of function (*Trie).delete() is high (> 15) (gocyclo)
    • Line 276: warning: cyclomatic complexity 19 of function (*Trie).insert() is high (> 15) (gocyclo)
    • Line 176: warning: cyclomatic complexity 17 of function (*Trie).tryGetNode() is high (> 15) (gocyclo)
    • core-geth/eth/downloader/downloader.go
    • Line 1526: warning: cyclomatic complexity 44 of function (*Downloader).processHeaders() is high (> 15) (gocyclo)
    • Line 1351: warning: cyclomatic complexity 44 of function (*Downloader).fetchParts() is high (> 15) (gocyclo)
    • Line 1013: warning: cyclomatic complexity 42 of function (*Downloader).fetchHeaders() is high (> 15) (gocyclo)
    • Line 440: warning: cyclomatic complexity 29 of function (*Downloader).syncWithPeer() is high (> 15) (gocyclo)
    • Line 1753: warning: cyclomatic complexity 23 of function (*Downloader).processFastSyncContent() is high (> 15) (gocyclo)
    • Line 833: warning: cyclomatic complexity 21 of function (*Downloader).findAncestorSpanSearch() is high (> 15) (gocyclo)
    • Line 352: warning: cyclomatic complexity 20 of function (*Downloader).synchronise() is high (> 15) (gocyclo)
    • Line 645: warning: cyclomatic complexity 18 of function (*Downloader).fetchHead() is high (> 15) (gocyclo)
    • Line 920: warning: cyclomatic complexity 18 of function (*Downloader).findAncestorBinarySearch() is high (> 15) (gocyclo)
    • core-geth/cmd/faucet/faucet.go
    • Line 680: warning: cyclomatic complexity 46 of function (*faucet).apiHandler() is high (> 15) (gocyclo)
    • Line 294: warning: cyclomatic complexity 28 of function main() is high (> 15) (gocyclo)
    • Line 201: warning: cyclomatic complexity 28 of function auditFlagUse() is high (> 15) (gocyclo)
    • Line 526: warning: cyclomatic complexity 25 of function (*faucet).startStack() is high (> 15) (gocyclo)
    • Line 964: warning: cyclomatic complexity 18 of function (*faucet).loop() is high (> 15) (gocyclo)
    • core-geth/internal/ethapi/api.go
    • Line 986: warning: cyclomatic complexity 31 of function DoEstimateGas() is high (> 15) (gocyclo)
    • Line 2007: warning: cyclomatic complexity 17 of function (*PublicTransactionPoolAPI).Resend() is high (> 15) (gocyclo)
    • core-geth/p2p/server.go
    • Line 694: warning: cyclomatic complexity 20 of function (*Server).run() is high (> 15) (gocyclo)
    • Line 535: warning: cyclomatic complexity 16 of function (*Server).setupDiscovery() is high (> 15) (gocyclo)

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!