Preparing report...

Report for github.com/33cn/plugin

A+    Excellent!    Found 285 issues across 1084 files

Tweet

gofmt100%

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

No problems detected. Good job!


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!


golint81%

Golint is a linter for Go source code.

    • plugin/plugin/dapp/cert/authority/tools/cryptogen/generator/config.go
    • Line 3: warning: exported type UserConfig should have comment or be unexported (golint)
    • Line 7: warning: exported type CAConfig should have comment or be unexported (golint)
    • Line 15: warning: exported type CertConfig should have comment or be unexported (golint)
    • Line 21: warning: exported type GenConfig should have comment or be unexported (golint)
    • Line 27: warning: exported method GenConfig.GetOrgCertConfig should have comment or be unexported (golint)
    • plugin/plugin/dapp/storage/executor/query.go
    • Line 9: warning: don't use underscores in Go names; method Query_QueryStorage should be QueryQueryStorage (golint)
    • Line 14: warning: don't use underscores in Go names; method Query_BatchQueryStorage should be QueryBatchQueryStorage (golint)
    • plugin/plugin/dapp/unfreeze/executor/exec_del_local.go
    • Line 52: warning: don't use underscores in Go names; method ExecDelLocal_Create should be ExecDelLocalCreate (golint)
    • Line 57: warning: don't use underscores in Go names; method ExecDelLocal_Withdraw should be ExecDelLocalWithdraw (golint)
    • Line 62: warning: don't use underscores in Go names; method ExecDelLocal_Terminate should be ExecDelLocalTerminate (golint)
    • plugin/plugin/dapp/issuance/executor/exec_local.go
    • Line 74: warning: don't use underscores in Go names; method ExecLocal_Create should be ExecLocalCreate (golint)
    • Line 79: warning: don't use underscores in Go names; method ExecLocal_Debt should be ExecLocalDebt (golint)
    • Line 84: warning: don't use underscores in Go names; method ExecLocal_Repay should be ExecLocalRepay (golint)
    • Line 89: warning: don't use underscores in Go names; method ExecLocal_Feed should be ExecLocalFeed (golint)
    • Line 94: warning: don't use underscores in Go names; method ExecLocal_Close should be ExecLocalClose (golint)
    • Line 99: warning: don't use underscores in Go names; method ExecLocal_Manage should be ExecLocalManage (golint)
    • plugin/plugin/dapp/wasm/executor/wasm.go
    • Line 15: warning: exported function Init should have comment or be unexported (golint)
    • Line 29: warning: exported type Wasm should have comment or be unexported (golint)
    • Line 59: warning: exported method Wasm.GetDriverName should have comment or be unexported (golint)
    • Line 63: warning: exported method Wasm.ExecutorOrder should have comment or be unexported (golint)
    • plugin/plugin/dapp/cert/executor/exec.go
    • Line 10: warning: exported function CertUserStoreKey should have comment or be unexported (golint)
    • Line 39: warning: exported method Cert.Exec_New should have comment or be unexported (golint)
    • Line 39: warning: don't use underscores in Go names; method Exec_New should be ExecNew (golint)
    • Line 53: warning: exported method Cert.Exec_Update should have comment or be unexported (golint)
    • Line 53: warning: don't use underscores in Go names; method Exec_Update should be ExecUpdate (golint)
    • Line 67: warning: exported method Cert.Exec_Normal should have comment or be unexported (golint)
    • Line 67: warning: don't use underscores in Go names; method Exec_Normal should be ExecNormal (golint)
    • Line 87: warning: exported method Cert.Query_CertValidSNByAddr should have comment or be unexported (golint)
    • Line 87: warning: don't use underscores in Go names; method Query_CertValidSNByAddr should be QueryCertValidSNByAddr (golint)
    • plugin/plugin/dapp/dposvote/executor/exec_del_local.go
    • Line 225: warning: don't use underscores in Go names; method ExecDelLocal_Regist should be ExecDelLocalRegist (golint)
    • Line 230: warning: don't use underscores in Go names; method ExecDelLocal_CancelRegist should be ExecDelLocalCancelRegist (golint)
    • Line 235: warning: don't use underscores in Go names; method ExecDelLocal_ReRegist should be ExecDelLocalReRegist (golint)
    • Line 240: warning: don't use underscores in Go names; method ExecDelLocal_Vote should be ExecDelLocalVote (golint)
    • Line 245: warning: don't use underscores in Go names; method ExecDelLocal_CancelVote should be ExecDelLocalCancelVote (golint)
    • Line 250: warning: don't use underscores in Go names; method ExecDelLocal_VrfMRegist should be ExecDelLocalVrfMRegist (golint)
    • Line 255: warning: don't use underscores in Go names; method ExecDelLocal_VrfRPRegist should be ExecDelLocalVrfRPRegist (golint)
    • Line 260: warning: don't use underscores in Go names; method ExecDelLocal_RecordCB should be ExecDelLocalRecordCB (golint)
    • Line 265: warning: don't use underscores in Go names; method ExecDelLocal_RegistTopN should be ExecDelLocalRegistTopN (golint)
    • plugin/plugin/dapp/evm/executor/vm/common/crypto/bls12381/fp_test.go
    • Line 68: warning: don't use underscores in Go names; var big_a should be bigA (golint)
    • Line 69: warning: don't use underscores in Go names; var big_b should be bigB (golint)
    • Line 70: warning: don't use underscores in Go names; var big_c should be bigC (golint)
    • Line 72: warning: don't use underscores in Go names; var out_1 should be out1 (golint)
    • Line 73: warning: don't use underscores in Go names; var out_2 should be out2 (golint)
    • Line 102: warning: don't use underscores in Go names; var big_a should be bigA (golint)
    • Line 102: warning: don't use underscores in Go names; var big_b should be bigB (golint)
    • Line 104: warning: don't use underscores in Go names; var out_1 should be out1 (golint)
    • Line 105: warning: don't use underscores in Go names; var out_2 should be out2 (golint)
    • Line 134: warning: don't use underscores in Go names; var c_1 should be c1 (golint)
    • Line 134: warning: don't use underscores in Go names; var c_2 should be c2 (golint)
    • Line 172: warning: don't use underscores in Go names; var c_x should be cX (golint)
    • Line 224: warning: don't use underscores in Go names; var c_1 should be c1 (golint)
    • Line 224: warning: don't use underscores in Go names; var c_2 should be c2 (golint)
    • Line 307: warning: don't use underscores in Go names; var big_a should be bigA (golint)
    • Line 308: warning: don't use underscores in Go names; var big_b should be bigB (golint)
    • Line 309: warning: don't use underscores in Go names; var big_c should be bigC (golint)
    • Line 311: warning: don't use underscores in Go names; var out_1 should be out1 (golint)
    • Line 312: warning: don't use underscores in Go names; var out_2 should be out2 (golint)
    • Line 324: warning: don't use underscores in Go names; var c_1 should be c1 (golint)
    • Line 324: warning: don't use underscores in Go names; var c_2 should be c2 (golint)
    • Line 338: warning: don't use underscores in Go names; var c_x should be cX (golint)
    • Line 492: warning: don't use underscores in Go names; var c_1 should be c1 (golint)
    • Line 493: warning: don't use underscores in Go names; var c_2 should be c2 (golint)
    • Line 531: warning: don't use underscores in Go names; var c_x should be cX (golint)
    • Line 584: warning: don't use underscores in Go names; var c_1 should be c1 (golint)
    • Line 584: warning: don't use underscores in Go names; var c_2 should be c2 (golint)
    • Line 658: warning: don't use underscores in Go names; var c_1 should be c1 (golint)
    • Line 658: warning: don't use underscores in Go names; var c_2 should be c2 (golint)
    • Line 672: warning: don't use underscores in Go names; var c_x should be cX (golint)
    • Line 875: warning: don't use underscores in Go names; var c_1 should be c1 (golint)
    • Line 876: warning: don't use underscores in Go names; var c_2 should be c2 (golint)
    • Line 914: warning: don't use underscores in Go names; var c_x should be cX (golint)
    • Line 967: warning: don't use underscores in Go names; var c_1 should be c1 (golint)
    • Line 967: warning: don't use underscores in Go names; var c_2 should be c2 (golint)
    • Line 1043: warning: don't use underscores in Go names; var c_1 should be c1 (golint)
    • Line 1043: warning: don't use underscores in Go names; var c_2 should be c2 (golint)
    • Line 1057: warning: don't use underscores in Go names; var c_x should be cX (golint)
    • Line 1184: warning: don't use underscores in Go names; var c_1 should be c1 (golint)
    • Line 1185: warning: don't use underscores in Go names; var c_2 should be c2 (golint)
    • Line 1223: warning: don't use underscores in Go names; var c_x should be cX (golint)
    • Line 1248: warning: don't use underscores in Go names; var c_1 should be c1 (golint)
    • Line 1248: warning: don't use underscores in Go names; var c_2 should be c2 (golint)
    • Line 1262: warning: don't use underscores in Go names; var c_x should be cX (golint)
    • plugin/plugin/dapp/multisig/executor/exec.go
    • Line 13: warning: don't use underscores in Go names; method Exec_MultiSigAccCreate should be ExecMultiSigAccCreate (golint)
    • Line 19: warning: don't use underscores in Go names; method Exec_MultiSigOwnerOperate should be ExecMultiSigOwnerOperate (golint)
    • Line 25: warning: don't use underscores in Go names; method Exec_MultiSigAccOperate should be ExecMultiSigAccOperate (golint)
    • Line 31: warning: don't use underscores in Go names; method Exec_MultiSigConfirmTx should be ExecMultiSigConfirmTx (golint)
    • Line 37: warning: don't use underscores in Go names; method Exec_MultiSigExecTransferTo should be ExecMultiSigExecTransferTo (golint)
    • Line 43: warning: don't use underscores in Go names; method Exec_MultiSigExecTransferFrom should be ExecMultiSigExecTransferFrom (golint)
    • plugin/plugin/dapp/retrieve/executor/exec.go
    • Line 13: warning: don't use underscores in Go names; method Exec_Backup should be ExecBackup (golint)
    • Line 23: warning: don't use underscores in Go names; method Exec_Perform should be ExecPerform (golint)
    • Line 30: warning: don't use underscores in Go names; method Exec_Prepare should be ExecPrepare (golint)
    • Line 37: warning: don't use underscores in Go names; method Exec_Cancel should be ExecCancel (golint)
    • plugin/plugin/dapp/wasm/executor/exec_del_local.go
    • Line 8: warning: exported method Wasm.ExecDelLocal_Create should have comment or be unexported (golint)
    • Line 8: warning: don't use underscores in Go names; method ExecDelLocal_Create should be ExecDelLocalCreate (golint)
    • Line 12: warning: exported method Wasm.ExecDelLocal_Update should have comment or be unexported (golint)
    • Line 12: warning: don't use underscores in Go names; method ExecDelLocal_Update should be ExecDelLocalUpdate (golint)
    • Line 16: warning: exported method Wasm.ExecDelLocal_Call should have comment or be unexported (golint)
    • Line 16: warning: don't use underscores in Go names; method ExecDelLocal_Call should be ExecDelLocalCall (golint)
    • plugin/plugin/dapp/collateralize/executor/query.go
    • Line 13: warning: don't use underscores in Go names; method Query_CollateralizeInfoByID should be QueryCollateralizeInfoByID (golint)
    • Line 39: warning: don't use underscores in Go names; method Query_CollateralizeInfoByIDs should be QueryCollateralizeInfoByIDs (golint)
    • Line 70: warning: don't use underscores in Go names; method Query_CollateralizeByStatus should be QueryCollateralizeByStatus (golint)
    • Line 83: warning: don't use underscores in Go names; method Query_CollateralizeByAddr should be QueryCollateralizeByAddr (golint)
    • Line 96: warning: don't use underscores in Go names; method Query_CollateralizeRecordByID should be QueryCollateralizeRecordByID (golint)
    • Line 109: warning: don't use underscores in Go names; method Query_CollateralizeRecordByAddr should be QueryCollateralizeRecordByAddr (golint)
    • Line 130: warning: don't use underscores in Go names; method Query_CollateralizeRecordByStatus should be QueryCollateralizeRecordByStatus (golint)
    • Line 143: warning: don't use underscores in Go names; method Query_CollateralizeConfig should be QueryCollateralizeConfig (golint)
    • Line 170: warning: don't use underscores in Go names; method Query_CollateralizePrice should be QueryCollateralizePrice (golint)
    • Line 181: warning: don't use underscores in Go names; method Query_CollateralizeUserBalance should be QueryCollateralizeUserBalance (golint)
    • plugin/plugin/dapp/evm/executor/vm/common/crypto/bn256/google/bn256.go
    • Line 21: warning: package comment is detached; there should be no blank lines between it and the package statement (golint)
    • 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)
    • plugin/plugin/dapp/guess/executor/exec_local.go
    • Line 113: warning: don't use underscores in Go names; method ExecLocal_Start should be ExecLocalStart (golint)
    • Line 118: warning: don't use underscores in Go names; method ExecLocal_Bet should be ExecLocalBet (golint)
    • Line 123: warning: don't use underscores in Go names; method ExecLocal_StopBet should be ExecLocalStopBet (golint)
    • Line 128: warning: don't use underscores in Go names; method ExecLocal_Publish should be ExecLocalPublish (golint)
    • Line 133: warning: don't use underscores in Go names; method ExecLocal_Abort should be ExecLocalAbort (golint)
    • plugin/plugin/dapp/game/executor/exec_local.go
    • Line 30: warning: don't use underscores in Go names; method ExecLocal_Create should be ExecLocalCreate (golint)
    • Line 35: warning: don't use underscores in Go names; method ExecLocal_Cancel should be ExecLocalCancel (golint)
    • Line 40: warning: don't use underscores in Go names; method ExecLocal_Close should be ExecLocalClose (golint)
    • Line 45: warning: don't use underscores in Go names; method ExecLocal_Match should be ExecLocalMatch (golint)
    • plugin/plugin/dapp/autonomy/executor/query.go
    • Line 13: warning: don't use underscores in Go names; method Query_GetProposalBoard should be QueryGetProposalBoard (golint)
    • Line 18: warning: don't use underscores in Go names; method Query_ListProposalBoard should be QueryListProposalBoard (golint)
    • Line 23: warning: don't use underscores in Go names; method Query_GetActiveBoard should be QueryGetActiveBoard (golint)
    • Line 28: warning: don't use underscores in Go names; method Query_GetProposalProject should be QueryGetProposalProject (golint)
    • Line 33: warning: don't use underscores in Go names; method Query_ListProposalProject should be QueryListProposalProject (golint)
    • Line 38: warning: don't use underscores in Go names; method Query_GetProposalRule should be QueryGetProposalRule (golint)
    • Line 43: warning: don't use underscores in Go names; method Query_ListProposalRule should be QueryListProposalRule (golint)
    • Line 48: warning: don't use underscores in Go names; method Query_GetActiveRule should be QueryGetActiveRule (golint)
    • Line 53: warning: don't use underscores in Go names; method Query_ListProposalComment should be QueryListProposalComment (golint)
    • Line 58: warning: don't use underscores in Go names; method Query_GetProposalChange should be QueryGetProposalChange (golint)
    • Line 63: warning: don't use underscores in Go names; method Query_ListProposalChange should be QueryListProposalChange (golint)
    • plugin/plugin/dapp/guess/executor/exec.go
    • Line 13: warning: don't use underscores in Go names; method Exec_Start should be ExecStart (golint)
    • Line 19: warning: don't use underscores in Go names; method Exec_Bet should be ExecBet (golint)
    • Line 25: warning: don't use underscores in Go names; method Exec_StopBet should be ExecStopBet (golint)
    • Line 31: warning: don't use underscores in Go names; method Exec_Publish should be ExecPublish (golint)
    • Line 37: warning: don't use underscores in Go names; method Exec_Abort should be ExecAbort (golint)
    • plugin/plugin/dapp/hashlock/executor/exec_del_local.go
    • Line 14: warning: don't use underscores in Go names; method ExecDelLocal_Hlock should be ExecDelLocalHlock (golint)
    • Line 24: warning: don't use underscores in Go names; method ExecDelLocal_Hsend should be ExecDelLocalHsend (golint)
    • Line 34: warning: don't use underscores in Go names; method ExecDelLocal_Hunlock should be ExecDelLocalHunlock (golint)
    • plugin/plugin/dapp/issuance/executor/exec_del_local.go
    • Line 23: warning: don't use underscores in Go names; method ExecDelLocal_Create should be ExecDelLocalCreate (golint)
    • Line 28: warning: don't use underscores in Go names; method ExecDelLocal_Debt should be ExecDelLocalDebt (golint)
    • Line 33: warning: don't use underscores in Go names; method ExecDelLocal_Repay should be ExecDelLocalRepay (golint)
    • Line 38: warning: don't use underscores in Go names; method ExecDelLocal_Feed should be ExecDelLocalFeed (golint)
    • Line 43: warning: don't use underscores in Go names; method ExecDelLocal_Close should be ExecDelLocalClose (golint)
    • Line 48: warning: don't use underscores in Go names; method ExecDelLocal_Manage should be ExecDelLocalManage (golint)
    • plugin/plugin/dapp/qbftNode/executor/query.go
    • Line 13: warning: don't use underscores in Go names; method Query_GetQbftNodeByHeight should be QueryGetQbftNodeByHeight (golint)
    • Line 41: warning: don't use underscores in Go names; method Query_GetBlockInfoByHeight should be QueryGetBlockInfoByHeight (golint)
    • Line 65: warning: don't use underscores in Go names; method Query_GetCurrentState should be QueryGetCurrentState (golint)
    • Line 69: warning: comment on exported method QbftNode.Query_GetPerfStat should be of the form "Query_GetPerfStat ..." (golint)
    • Line 70: warning: don't use underscores in Go names; method Query_GetPerfStat should be QueryGetPerfStat (golint)
    • plugin/plugin/dapp/autonomy/executor/exec.go
    • Line 15: warning: don't use underscores in Go names; method Exec_PropBoard should be ExecPropBoard (golint)
    • Line 21: warning: don't use underscores in Go names; method Exec_RvkPropBoard should be ExecRvkPropBoard (golint)
    • Line 27: warning: don't use underscores in Go names; method Exec_VotePropBoard should be ExecVotePropBoard (golint)
    • Line 33: warning: don't use underscores in Go names; method Exec_TmintPropBoard should be ExecTmintPropBoard (golint)
    • Line 41: warning: don't use underscores in Go names; method Exec_PropProject should be ExecPropProject (golint)
    • Line 47: warning: don't use underscores in Go names; method Exec_RvkPropProject should be ExecRvkPropProject (golint)
    • Line 53: warning: don't use underscores in Go names; method Exec_VotePropProject should be ExecVotePropProject (golint)
    • Line 59: warning: don't use underscores in Go names; method Exec_PubVotePropProject should be ExecPubVotePropProject (golint)
    • Line 65: warning: don't use underscores in Go names; method Exec_TmintPropProject should be ExecTmintPropProject (golint)
    • Line 73: warning: don't use underscores in Go names; method Exec_PropRule should be ExecPropRule (golint)
    • Line 79: warning: don't use underscores in Go names; method Exec_RvkPropRule should be ExecRvkPropRule (golint)
    • Line 85: warning: don't use underscores in Go names; method Exec_VotePropRule should be ExecVotePropRule (golint)
    • Line 91: warning: don't use underscores in Go names; method Exec_TmintPropRule should be ExecTmintPropRule (golint)
    • Line 97: warning: don't use underscores in Go names; method Exec_Transfer should be ExecTransfer (golint)
    • Line 103: warning: don't use underscores in Go names; method Exec_CommentProp should be ExecCommentProp (golint)
    • Line 111: warning: don't use underscores in Go names; method Exec_PropChange should be ExecPropChange (golint)
    • Line 117: warning: don't use underscores in Go names; method Exec_RvkPropChange should be ExecRvkPropChange (golint)
    • Line 123: warning: don't use underscores in Go names; method Exec_VotePropChange should be ExecVotePropChange (golint)
    • Line 129: warning: don't use underscores in Go names; method Exec_TmintPropChange should be ExecTmintPropChange (golint)
    • plugin/plugin/dapp/ticket/executor/exec.go
    • Line 13: warning: don't use underscores in Go names; method Exec_Genesis should be ExecGenesis (golint)
    • Line 22: warning: don't use underscores in Go names; method Exec_Topen should be ExecTopen (golint)
    • Line 32: warning: don't use underscores in Go names; method Exec_Tbind should be ExecTbind (golint)
    • Line 38: warning: don't use underscores in Go names; method Exec_Tclose should be ExecTclose (golint)
    • Line 44: warning: don't use underscores in Go names; method Exec_Miner should be ExecMiner (golint)
    • plugin/plugin/dapp/blackwhite/executor/query.go
    • Line 13: warning: don't use underscores in Go names; method Query_GetBlackwhiteRoundInfo should be QueryGetBlackwhiteRoundInfo (golint)
    • Line 21: warning: don't use underscores in Go names; method Query_GetBlackwhiteByStatusAndAddr should be QueryGetBlackwhiteByStatusAndAddr (golint)
    • Line 29: warning: don't use underscores in Go names; method Query_GetBlackwhiteloopResult should be QueryGetBlackwhiteloopResult (golint)
    • plugin/plugin/consensus/qbft/types/vote_set.go
    • Line 627: warning: comment on exported method VoteSet.MakeCommonCommit should be of the form "MakeCommonCommit ..." (golint)
    • Line 663: warning: if block ends with a return statement, so drop this else and outdent its block (golint)
    • Line 673: warning: exported method VoteSet.AddCommitVote should have comment or be unexported (golint)
    • plugin/plugin/dapp/storage/executor/exec.go
    • Line 13: warning: don't use underscores in Go names; method Exec_ContentStorage should be ExecContentStorage (golint)
    • Line 19: warning: don't use underscores in Go names; method Exec_HashStorage should be ExecHashStorage (golint)
    • Line 24: warning: don't use underscores in Go names; method Exec_LinkStorage should be ExecLinkStorage (golint)
    • Line 29: warning: don't use underscores in Go names; method Exec_EncryptStorage should be ExecEncryptStorage (golint)
    • Line 34: warning: don't use underscores in Go names; method Exec_EncryptShareStorage should be ExecEncryptShareStorage (golint)
    • Line 39: warning: don't use underscores in Go names; method Exec_EncryptAdd should be ExecEncryptAdd (golint)
    • plugin/plugin/dapp/exchange/executor/exec_local.go
    • Line 14: warning: don't use underscores in Go names; method ExecLocal_LimitOrder should be ExecLocalLimitOrder (golint)
    • Line 32: warning: don't use underscores in Go names; method ExecLocal_MarketOrder should be ExecLocalMarketOrder (golint)
    • Line 50: warning: don't use underscores in Go names; method ExecLocal_RevokeOrder should be ExecLocalRevokeOrder (golint)
    • plugin/plugin/dapp/hashlock/executor/exec_local.go
    • Line 14: warning: don't use underscores in Go names; method ExecLocal_Hlock should be ExecLocalHlock (golint)
    • Line 25: warning: don't use underscores in Go names; method ExecLocal_Hsend should be ExecLocalHsend (golint)
    • Line 36: warning: don't use underscores in Go names; method ExecLocal_Hunlock should be ExecLocalHunlock (golint)
    • plugin/plugin/dapp/token/executor/exec_del_local.go
    • Line 30: warning: don't use underscores in Go names; method ExecDelLocal_Transfer should be ExecDelLocalTransfer (golint)
    • Line 51: warning: don't use underscores in Go names; method ExecDelLocal_Withdraw should be ExecDelLocalWithdraw (golint)
    • Line 72: warning: don't use underscores in Go names; method ExecDelLocal_TransferToExec should be ExecDelLocalTransferToExec (golint)
    • Line 93: warning: don't use underscores in Go names; method ExecDelLocal_TokenPreCreate should be ExecDelLocalTokenPreCreate (golint)
    • Line 100: warning: don't use underscores in Go names; method ExecDelLocal_TokenFinishCreate should be ExecDelLocalTokenFinishCreate (golint)
    • Line 127: warning: don't use underscores in Go names; method ExecDelLocal_TokenRevokeCreate should be ExecDelLocalTokenRevokeCreate (golint)
    • Line 141: warning: don't use underscores in Go names; method ExecDelLocal_TokenMint should be ExecDelLocalTokenMint (golint)
    • Line 166: warning: don't use underscores in Go names; method ExecDelLocal_TokenBurn should be ExecDelLocalTokenBurn (golint)
    • plugin/plugin/dapp/token/executor/query.go
    • Line 13: warning: don't use underscores in Go names; method Query_GetTokens should be QueryGetTokens (golint)
    • Line 21: warning: don't use underscores in Go names; method Query_GetTokenInfo should be QueryGetTokenInfo (golint)
    • Line 29: warning: don't use underscores in Go names; method Query_GetTotalAmount should be QueryGetTotalAmount (golint)
    • Line 47: warning: don't use underscores in Go names; method Query_GetAddrReceiverforTokens should be QueryGetAddrReceiverforTokens (golint)
    • Line 55: warning: don't use underscores in Go names; method Query_GetAccountTokenAssets should be QueryGetAccountTokenAssets (golint)
    • Line 63: warning: don't use underscores in Go names; method Query_GetTxByToken should be QueryGetTxByToken (golint)
    • Line 74: warning: don't use underscores in Go names; method Query_GetTokenHistory should be QueryGetTokenHistory (golint)
    • plugin/plugin/dapp/trade/executor/query.go
    • Line 24: warning: don't use underscores in Go names; method Query_GetOnesOrderWithStatus should be QueryGetOnesOrderWithStatus (golint)
    • Line 29: warning: don't use underscores in Go names; method Query_GetOneOrder should be QueryGetOneOrder (golint)
    • plugin/plugin/dapp/wasm/executor/query.go
    • Line 8: warning: exported method Wasm.Query_Check should have comment or be unexported (golint)
    • Line 8: warning: don't use underscores in Go names; method Query_Check should be QueryCheck (golint)
    • Line 22: warning: exported method Wasm.Query_QueryStateDB should have comment or be unexported (golint)
    • Line 22: warning: don't use underscores in Go names; method Query_QueryStateDB should be QueryQueryStateDB (golint)
    • Line 34: warning: exported method Wasm.Query_QueryLocalDB should have comment or be unexported (golint)
    • Line 34: warning: don't use underscores in Go names; method Query_QueryLocalDB should be QueryQueryLocalDB (golint)
    • plugin/plugin/dapp/multisig/executor/exec_local.go
    • Line 13: warning: don't use underscores in Go names; method ExecLocal_MultiSigAccCreate should be ExecLocalMultiSigAccCreate (golint)
    • Line 27: warning: don't use underscores in Go names; method ExecLocal_MultiSigOwnerOperate should be ExecLocalMultiSigOwnerOperate (golint)
    • Line 41: warning: don't use underscores in Go names; method ExecLocal_MultiSigAccOperate should be ExecLocalMultiSigAccOperate (golint)
    • Line 54: warning: don't use underscores in Go names; method ExecLocal_MultiSigConfirmTx should be ExecLocalMultiSigConfirmTx (golint)
    • Line 68: warning: don't use underscores in Go names; method ExecLocal_MultiSigExecTransferTo should be ExecLocalMultiSigExecTransferTo (golint)
    • Line 82: warning: don't use underscores in Go names; method ExecLocal_MultiSigExecTransferFrom should be ExecLocalMultiSigExecTransferFrom (golint)
    • plugin/plugin/dapp/privacy/executor/query.go
    • Line 13: warning: don't use underscores in Go names; method Query_ShowAmountsOfUTXO should be QueryShowAmountsOfUTXO (golint)
    • Line 18: warning: don't use underscores in Go names; method Query_ShowUTXOs4SpecifiedAmount should be QueryShowUTXOs4SpecifiedAmount (golint)
    • Line 23: warning: don't use underscores in Go names; method Query_GetUTXOGlobalIndex should be QueryGetUTXOGlobalIndex (golint)
    • Line 28: warning: don't use underscores in Go names; method Query_GetTxsByAddr should be QueryGetTxsByAddr (golint)
    • plugin/plugin/dapp/ticket/wallet/exec.go
    • Line 13: warning: don't use underscores in Go names; method On_CloseTickets should be OnCloseTickets (golint)
    • Line 30: warning: don't use underscores in Go names; method On_WalletGetTickets should be OnWalletGetTickets (golint)
    • Line 37: warning: don't use underscores in Go names; method On_WalletAutoMiner should be OnWalletAutoMiner (golint)
    • plugin/plugin/dapp/unfreeze/executor/exec_local.go
    • Line 62: warning: don't use underscores in Go names; method ExecLocal_Create should be ExecLocalCreate (golint)
    • Line 67: warning: don't use underscores in Go names; method ExecLocal_Withdraw should be ExecLocalWithdraw (golint)
    • Line 72: warning: don't use underscores in Go names; method ExecLocal_Terminate should be ExecLocalTerminate (golint)
    • plugin/plugin/dapp/blackwhite/executor/exec_del_local.go
    • Line 63: warning: don't use underscores in Go names; method ExecDelLocal_Create should be ExecDelLocalCreate (golint)
    • Line 72: warning: don't use underscores in Go names; method ExecDelLocal_Play should be ExecDelLocalPlay (golint)
    • Line 81: warning: don't use underscores in Go names; method ExecDelLocal_Show should be ExecDelLocalShow (golint)
    • Line 90: warning: don't use underscores in Go names; method ExecDelLocal_TimeoutDone should be ExecDelLocalTimeoutDone (golint)
    • plugin/plugin/dapp/privacy/executor/exec.go
    • Line 19: warning: don't use underscores in Go names; method Exec_Public2Privacy should be ExecPublic2Privacy (golint)
    • Line 59: warning: don't use underscores in Go names; method Exec_Privacy2Privacy should be ExecPrivacy2Privacy (golint)
    • Line 95: warning: don't use underscores in Go names; method Exec_Privacy2Public should be ExecPrivacy2Public (golint)
    • plugin/plugin/dapp/exchange/executor/query.go
    • Line 9: warning: don't use underscores in Go names; method Query_QueryMarketDepth should be QueryQueryMarketDepth (golint)
    • Line 24: warning: don't use underscores in Go names; method Query_QueryHistoryOrderList should be QueryQueryHistoryOrderList (golint)
    • Line 39: warning: don't use underscores in Go names; method Query_QueryOrder should be QueryQueryOrder (golint)
    • Line 47: warning: don't use underscores in Go names; method Query_QueryOrderList should be QueryQueryOrderList (golint)
    • plugin/plugin/dapp/game/executor/exec_del_local.go
    • Line 30: warning: don't use underscores in Go names; method ExecDelLocal_Create should be ExecDelLocalCreate (golint)
    • Line 35: warning: don't use underscores in Go names; method ExecDelLocal_Cancel should be ExecDelLocalCancel (golint)
    • Line 40: warning: don't use underscores in Go names; method ExecDelLocal_Close should be ExecDelLocalClose (golint)
    • Line 45: warning: don't use underscores in Go names; method ExecDelLocal_Match should be ExecDelLocalMatch (golint)
    • plugin/plugin/dapp/lottery/executor/query.go
    • Line 13: warning: don't use underscores in Go names; method Query_GetLotteryNormalInfo should be QueryGetLotteryNormalInfo (golint)
    • Line 27: warning: don't use underscores in Go names; method Query_GetLotteryPurchaseAddr should be QueryGetLotteryPurchaseAddr (golint)
    • Line 41: warning: don't use underscores in Go names; method Query_GetLotteryCurrentInfo should be QueryGetLotteryCurrentInfo (golint)
    • Line 64: warning: don't use underscores in Go names; method Query_GetLotteryHistoryLuckyNumber should be QueryGetLotteryHistoryLuckyNumber (golint)
    • Line 69: warning: don't use underscores in Go names; method Query_GetLotteryRoundLuckyNumber should be QueryGetLotteryRoundLuckyNumber (golint)
    • Line 89: warning: don't use underscores in Go names; method Query_GetLotteryHistoryBuyInfo should be QueryGetLotteryHistoryBuyInfo (golint)
    • Line 94: warning: don't use underscores in Go names; method Query_GetLotteryBuyRoundInfo should be QueryGetLotteryBuyRoundInfo (golint)
    • Line 104: warning: don't use underscores in Go names; method Query_GetLotteryHistoryGainInfo should be QueryGetLotteryHistoryGainInfo (golint)
    • Line 109: warning: don't use underscores in Go names; method Query_GetLotteryRoundGainInfo should be QueryGetLotteryRoundGainInfo (golint)
    • plugin/plugin/dapp/evm/executor/vm/params/protocol_params.go
    • Line 5: warning: package comment should be of the form "Package params ..." (golint)
    • Line 19: warning: exported const CallValueTransferGas should have comment (or a comment on this block) or be unexported (golint)
    • Line 65: warning: comment on exported const LogTopicGas should be of the form "LogTopicGas ..." (golint)
    • Line 68: warning: comment on exported const SelfdestructRefundGas should be of the form "SelfdestructRefundGas ..." (golint)
    • Line 71: warning: comment on exported const ExtcodeHashGasConstantinople should be of the form "ExtcodeHashGasConstantinople ..." (golint)
    • Line 140: warning: comment on exported var DifficultyBoundDivisor should be of the form "DifficultyBoundDivisor ..." (golint)
    • plugin/plugin/dapp/valnode/executor/query.go
    • Line 13: warning: don't use underscores in Go names; method Query_GetValNodeByHeight should be QueryGetValNodeByHeight (golint)
    • Line 41: warning: don't use underscores in Go names; method Query_GetBlockInfoByHeight should be QueryGetBlockInfoByHeight (golint)
    • Line 65: warning: don't use underscores in Go names; method Query_GetPerfState should be QueryGetPerfState (golint)
    • plugin/plugin/dapp/retrieve/executor/exec_local.go
    • Line 59: warning: don't use underscores in Go names; method ExecLocal_Backup should be ExecLocalBackup (golint)
    • Line 77: warning: don't use underscores in Go names; method ExecLocal_Prepare should be ExecLocalPrepare (golint)
    • Line 96: warning: don't use underscores in Go names; method ExecLocal_Perform should be ExecLocalPerform (golint)
    • Line 126: warning: don't use underscores in Go names; method ExecLocal_Cancel should be ExecLocalCancel (golint)
    • plugin/plugin/dapp/privacy/executor/exec_del_local.go
    • Line 90: warning: don't use underscores in Go names; method ExecDelLocal_Public2Privacy should be ExecDelLocalPublic2Privacy (golint)
    • Line 95: warning: don't use underscores in Go names; method ExecDelLocal_Privacy2Privacy should be ExecDelLocalPrivacy2Privacy (golint)
    • Line 100: warning: don't use underscores in Go names; method ExecDelLocal_Privacy2Public should be ExecDelLocalPrivacy2Public (golint)
    • plugin/plugin/dapp/ticket/executor/exec_del_local.go
    • Line 38: warning: don't use underscores in Go names; method ExecDelLocal_Genesis should be ExecDelLocalGenesis (golint)
    • Line 43: warning: don't use underscores in Go names; method ExecDelLocal_Topen should be ExecDelLocalTopen (golint)
    • Line 48: warning: don't use underscores in Go names; method ExecDelLocal_Tbind should be ExecDelLocalTbind (golint)
    • Line 53: warning: don't use underscores in Go names; method ExecDelLocal_Tclose should be ExecDelLocalTclose (golint)
    • Line 58: warning: don't use underscores in Go names; method ExecDelLocal_Miner should be ExecDelLocalMiner (golint)
    • plugin/plugin/dapp/vote/executor/exec.go
    • Line 13: warning: don't use underscores in Go names; method Exec_CreateGroup should be ExecCreateGroup (golint)
    • Line 18: warning: don't use underscores in Go names; method Exec_UpdateGroup should be ExecUpdateGroup (golint)
    • Line 23: warning: don't use underscores in Go names; method Exec_CreateVote should be ExecCreateVote (golint)
    • Line 28: warning: don't use underscores in Go names; method Exec_CommitVote should be ExecCommitVote (golint)
    • Line 33: warning: don't use underscores in Go names; method Exec_CloseVote should be ExecCloseVote (golint)
    • Line 38: warning: don't use underscores in Go names; method Exec_UpdateMember should be ExecUpdateMember (golint)
    • plugin/plugin/dapp/collateralize/executor/exec_local.go
    • Line 75: warning: don't use underscores in Go names; method ExecLocal_Create should be ExecLocalCreate (golint)
    • Line 80: warning: don't use underscores in Go names; method ExecLocal_Borrow should be ExecLocalBorrow (golint)
    • Line 85: warning: don't use underscores in Go names; method ExecLocal_Repay should be ExecLocalRepay (golint)
    • Line 90: warning: don't use underscores in Go names; method ExecLocal_Append should be ExecLocalAppend (golint)
    • Line 95: warning: don't use underscores in Go names; method ExecLocal_Feed should be ExecLocalFeed (golint)
    • Line 100: warning: don't use underscores in Go names; method ExecLocal_Retrieve should be ExecLocalRetrieve (golint)
    • Line 105: warning: don't use underscores in Go names; method ExecLocal_Manage should be ExecLocalManage (golint)
    • plugin/plugin/dapp/issuance/executor/exec.go
    • Line 13: warning: don't use underscores in Go names; method Exec_Create should be ExecCreate (golint)
    • Line 19: warning: don't use underscores in Go names; method Exec_Debt should be ExecDebt (golint)
    • Line 25: warning: don't use underscores in Go names; method Exec_Repay should be ExecRepay (golint)
    • Line 31: warning: don't use underscores in Go names; method Exec_Feed should be ExecFeed (golint)
    • Line 37: warning: don't use underscores in Go names; method Exec_Close should be ExecClose (golint)
    • Line 43: warning: don't use underscores in Go names; method Exec_Manage should be ExecManage (golint)
    • plugin/plugin/dapp/pokerbull/executor/query.go
    • Line 13: warning: don't use underscores in Go names; method Query_QueryGameListByIDs should be QueryQueryGameListByIDs (golint)
    • Line 18: warning: don't use underscores in Go names; method Query_QueryGameByID should be QueryQueryGameByID (golint)
    • Line 27: warning: don't use underscores in Go names; method Query_QueryGameByAddr should be QueryQueryGameByAddr (golint)
    • Line 36: warning: don't use underscores in Go names; method Query_QueryGameByStatus should be QueryQueryGameByStatus (golint)
    • Line 46: warning: don't use underscores in Go names; method Query_QueryGameByRound should be QueryQueryGameByRound (golint)
    • plugin/plugin/dapp/x2ethereum/ebrelayer/relayer/chain33/chain33_test.go
    • Line 69: warning: don't use underscores in Go names; func test_HandleRequest should be testHandleRequest (golint)
    • Line 92: warning: don't use underscores in Go names; func test_ImportPrivateKey should be testImportPrivateKey (golint)
    • Line 114: warning: don't use underscores in Go names; func test_Lockbty should be testLockbty (golint)
    • Line 240: warning: don't use underscores in Go names; func test_restorePrivateKeys should be testRestorePrivateKeys (golint)
    • plugin/plugin/dapp/oracle/executor/exec_local.go
    • Line 41: warning: don't use underscores in Go names; method ExecLocal_EventPublish should be ExecLocalEventPublish (golint)
    • Line 45: warning: don't use underscores in Go names; method ExecLocal_EventAbort should be ExecLocalEventAbort (golint)
    • Line 49: warning: don't use underscores in Go names; method ExecLocal_ResultPrePublish should be ExecLocalResultPrePublish (golint)
    • Line 53: warning: don't use underscores in Go names; method ExecLocal_ResultAbort should be ExecLocalResultAbort (golint)
    • Line 57: warning: don't use underscores in Go names; method ExecLocal_ResultPublish should be ExecLocalResultPublish (golint)
    • plugin/plugin/dapp/pokerbull/executor/exec.go
    • Line 13: warning: don't use underscores in Go names; method Exec_Start should be ExecStart (golint)
    • Line 19: warning: don't use underscores in Go names; method Exec_Continue should be ExecContinue (golint)
    • Line 25: warning: don't use underscores in Go names; method Exec_Quit should be ExecQuit (golint)
    • Line 31: warning: don't use underscores in Go names; method Exec_Play should be ExecPlay (golint)
    • plugin/plugin/dapp/unfreeze/types/types.go
    • Line 121: warning: don't use underscores in Go names; method RPC_UnfreezeCreateTx should be RPCUnfreezeCreateTx (golint)
    • Line 157: warning: don't use underscores in Go names; method RPC_UnfreezeWithdrawTx should be RPCUnfreezeWithdrawTx (golint)
    • Line 187: warning: don't use underscores in Go names; method RPC_UnfreezeTerminateTx should be RPCUnfreezeTerminateTx (golint)
    • plugin/plugin/dapp/privacy/wallet/exec.go
    • Line 12: warning: don't use underscores in Go names; method On_ShowPrivacyAccountSpend should be OnShowPrivacyAccountSpend (golint)
    • Line 20: warning: don't use underscores in Go names; method On_ShowPrivacyKey should be OnShowPrivacyKey (golint)
    • Line 28: warning: don't use underscores in Go names; method On_CreateTransaction should be OnCreateTransaction (golint)
    • Line 65: warning: don't use underscores in Go names; method On_ShowPrivacyAccountInfo should be OnShowPrivacyAccountInfo (golint)
    • Line 73: warning: don't use underscores in Go names; method On_PrivacyTransactionList should be OnPrivacyTransactionList (golint)
    • Line 94: warning: don't use underscores in Go names; method On_RescanUtxos should be OnRescanUtxos (golint)
    • Line 103: warning: don't use underscores in Go names; method On_EnablePrivacy should be OnEnablePrivacy (golint)
    • plugin/plugin/dapp/wasm/rpc/rpc.go
    • Line 23: warning: exported method Jrpc.CheckContract should have comment or be unexported (golint)
    • Line 36: warning: exported method Jrpc.CreateContract should have comment or be unexported (golint)
    • Line 49: warning: exported method Jrpc.CallContract should have comment or be unexported (golint)
    • plugin/plugin/dapp/paracross/executor/exec_del_local.go
    • Line 14: warning: don't use underscores in Go names; method ExecDelLocal_Commit should be ExecDelLocalCommit (golint)
    • Line 57: warning: don't use underscores in Go names; method ExecDelLocal_NodeConfig should be ExecDelLocalNodeConfig (golint)
    • Line 107: warning: don't use underscores in Go names; method ExecDelLocal_NodeGroupConfig should be ExecDelLocalNodeGroupConfig (golint)
    • Line 143: warning: don't use underscores in Go names; method ExecDelLocal_AssetTransfer should be ExecDelLocalAssetTransfer (golint)
    • Line 158: warning: don't use underscores in Go names; method ExecDelLocal_AssetWithdraw should be ExecDelLocalAssetWithdraw (golint)
    • Line 163: warning: don't use underscores in Go names; method ExecDelLocal_CrossAssetTransfer should be ExecDelLocalCrossAssetTransfer (golint)
    • Line 175: warning: don't use underscores in Go names; method ExecDelLocal_Miner should be ExecDelLocalMiner (golint)
    • Line 187: warning: don't use underscores in Go names; method ExecDelLocal_Transfer should be ExecDelLocalTransfer (golint)
    • Line 192: warning: don't use underscores in Go names; method ExecDelLocal_Withdraw should be ExecDelLocalWithdraw (golint)
    • Line 197: warning: don't use underscores in Go names; method ExecDelLocal_TransferToExec should be ExecDelLocalTransferToExec (golint)
    • Line 202: warning: don't use underscores in Go names; method ExecDelLocal_SelfStageConfig should be ExecDelLocalSelfStageConfig (golint)
    • plugin/plugin/dapp/relay/executor/exec_local.go
    • Line 58: warning: don't use underscores in Go names; method ExecLocal_Create should be ExecLocalCreate (golint)
    • Line 67: warning: don't use underscores in Go names; method ExecLocal_Accept should be ExecLocalAccept (golint)
    • Line 75: warning: don't use underscores in Go names; method ExecLocal_Revoke should be ExecLocalRevoke (golint)
    • Line 83: warning: don't use underscores in Go names; method ExecLocal_ConfirmTx should be ExecLocalConfirmTx (golint)
    • Line 91: warning: don't use underscores in Go names; method ExecLocal_Verify should be ExecLocalVerify (golint)
    • Line 99: warning: don't use underscores in Go names; method ExecLocal_VerifyCli should be ExecLocalVerifyCli (golint)
    • Line 107: warning: don't use underscores in Go names; method ExecLocal_BtcHeaders should be ExecLocalBtcHeaders (golint)
    • plugin/plugin/dapp/wasm/executor/exec.go
    • Line 31: warning: exported method Wasm.Exec_Create should have comment or be unexported (golint)
    • Line 31: warning: don't use underscores in Go names; method Exec_Create should be ExecCreate (golint)
    • Line 77: warning: exported method Wasm.Exec_Update should have comment or be unexported (golint)
    • Line 77: warning: don't use underscores in Go names; method Exec_Update should be ExecUpdate (golint)
    • Line 127: warning: exported method Wasm.Exec_Call should have comment or be unexported (golint)
    • Line 127: warning: don't use underscores in Go names; method Exec_Call should be ExecCall (golint)
    • plugin/plugin/dapp/collateralize/executor/exec.go
    • Line 13: warning: don't use underscores in Go names; method Exec_Create should be ExecCreate (golint)
    • Line 19: warning: don't use underscores in Go names; method Exec_Borrow should be ExecBorrow (golint)
    • Line 25: warning: don't use underscores in Go names; method Exec_Repay should be ExecRepay (golint)
    • Line 31: warning: don't use underscores in Go names; method Exec_Append should be ExecAppend (golint)
    • Line 37: warning: don't use underscores in Go names; method Exec_Feed should be ExecFeed (golint)
    • Line 43: warning: don't use underscores in Go names; method Exec_Retrieve should be ExecRetrieve (golint)
    • Line 49: warning: don't use underscores in Go names; method Exec_Manage should be ExecManage (golint)
    • plugin/plugin/dapp/oracle/executor/exec.go
    • Line 14: warning: don't use underscores in Go names; method Exec_EventPublish should be ExecEventPublish (golint)
    • Line 19: warning: don't use underscores in Go names; method Exec_EventAbort should be ExecEventAbort (golint)
    • Line 24: warning: don't use underscores in Go names; method Exec_ResultPrePublish should be ExecResultPrePublish (golint)
    • Line 29: warning: don't use underscores in Go names; method Exec_ResultAbort should be ExecResultAbort (golint)
    • Line 34: warning: don't use underscores in Go names; method Exec_ResultPublish should be ExecResultPublish (golint)
    • plugin/plugin/dapp/trade/executor/exec.go
    • Line 12: warning: don't use underscores in Go names; method Exec_SellLimit should be ExecSellLimit (golint)
    • Line 17: warning: don't use underscores in Go names; method Exec_BuyMarket should be ExecBuyMarket (golint)
    • Line 22: warning: don't use underscores in Go names; method Exec_RevokeSell should be ExecRevokeSell (golint)
    • Line 27: warning: don't use underscores in Go names; method Exec_BuyLimit should be ExecBuyLimit (golint)
    • Line 32: warning: don't use underscores in Go names; method Exec_SellMarket should be ExecSellMarket (golint)
    • Line 37: warning: don't use underscores in Go names; method Exec_RevokeBuy should be ExecRevokeBuy (golint)
    • plugin/plugin/dapp/game/executor/exec.go
    • Line 13: warning: don't use underscores in Go names; method Exec_Create should be ExecCreate (golint)
    • Line 19: warning: don't use underscores in Go names; method Exec_Cancel should be ExecCancel (golint)
    • Line 25: warning: don't use underscores in Go names; method Exec_Close should be ExecClose (golint)
    • Line 31: warning: don't use underscores in Go names; method Exec_Match should be ExecMatch (golint)
    • plugin/plugin/dapp/game/executor/query.go
    • Line 13: warning: don't use underscores in Go names; method Query_QueryGameListByIds should be QueryQueryGameListByIds (golint)
    • Line 18: warning: don't use underscores in Go names; method Query_QueryGameListCount should be QueryQueryGameListCount (golint)
    • Line 23: warning: don't use underscores in Go names; method Query_QueryGameListByStatusAndAddr should be QueryQueryGameListByStatusAndAddr (golint)
    • Line 29: warning: don't use underscores in Go names; method Query_QueryGameById should be QueryQueryGameByID (golint)
    • plugin/plugin/dapp/dposvote/executor/query.go
    • Line 13: warning: don't use underscores in Go names; method Query_QueryCandidatorByPubkeys should be QueryQueryCandidatorByPubkeys (golint)
    • Line 18: warning: don't use underscores in Go names; method Query_QueryCandidatorByTopN should be QueryQueryCandidatorByTopN (golint)
    • Line 23: warning: don't use underscores in Go names; method Query_QueryVote should be QueryQueryVote (golint)
    • Line 28: warning: don't use underscores in Go names; method Query_QueryVrfByTime should be QueryQueryVrfByTime (golint)
    • Line 33: warning: don't use underscores in Go names; method Query_QueryVrfByCycle should be QueryQueryVrfByCycle (golint)
    • Line 38: warning: don't use underscores in Go names; method Query_QueryVrfByCycleForTopN should be QueryQueryVrfByCycleForTopN (golint)
    • Line 43: warning: don't use underscores in Go names; method Query_QueryVrfByCycleForPubkeys should be QueryQueryVrfByCycleForPubkeys (golint)
    • Line 48: warning: don't use underscores in Go names; method Query_QueryCBInfoByCycle should be QueryQueryCBInfoByCycle (golint)
    • Line 53: warning: don't use underscores in Go names; method Query_QueryCBInfoByHeight should be QueryQueryCBInfoByHeight (golint)
    • Line 58: warning: don't use underscores in Go names; method Query_QueryCBInfoByHash should be QueryQueryCBInfoByHash (golint)
    • Line 63: warning: don't use underscores in Go names; method Query_QueryTopNByVersion should be QueryQueryTopNByVersion (golint)
    • plugin/plugin/dapp/exchange/executor/exec.go
    • Line 13: warning: don't use underscores in Go names; method Exec_LimitOrder should be ExecLimitOrder (golint)
    • Line 18: warning: don't use underscores in Go names; method Exec_MarketOrder should be ExecMarketOrder (golint)
    • Line 23: warning: don't use underscores in Go names; method Exec_RevokeOrder should be ExecRevokeOrder (golint)
    • plugin/plugin/dapp/guess/executor/query.go
    • Line 16: warning: don't use underscores in Go names; method Query_QueryGamesByIDs should be QueryQueryGamesByIDs (golint)
    • Line 21: warning: don't use underscores in Go names; method Query_QueryGameByID should be QueryQueryGameByID (golint)
    • Line 31: warning: don't use underscores in Go names; method Query_QueryGamesByAddr should be QueryQueryGamesByAddr (golint)
    • Line 39: warning: don't use underscores in Go names; method Query_QueryGamesByStatus should be QueryQueryGamesByStatus (golint)
    • Line 47: warning: don't use underscores in Go names; method Query_QueryGamesByAdminAddr should be QueryQueryGamesByAdminAddr (golint)
    • Line 55: warning: don't use underscores in Go names; method Query_QueryGamesByAddrStatus should be QueryQueryGamesByAddrStatus (golint)
    • Line 69: warning: don't use underscores in Go names; method Query_QueryGamesByAdminStatus should be QueryQueryGamesByAdminStatus (golint)
    • Line 78: warning: don't use underscores in Go names; method Query_QueryGamesByCategoryStatus should be QueryQueryGamesByCategoryStatus (golint)
    • plugin/plugin/dapp/relay/executor/query.go
    • Line 12: warning: don't use underscores in Go names; method Query_GetRelayOrderByStatus should be QueryGetRelayOrderByStatus (golint)
    • Line 19: warning: don't use underscores in Go names; method Query_GetSellRelayOrder should be QueryGetSellRelayOrder (golint)
    • Line 26: warning: don't use underscores in Go names; method Query_GetBuyRelayOrder should be QueryGetBuyRelayOrder (golint)
    • Line 33: warning: don't use underscores in Go names; method Query_GetBTCHeaderList should be QueryGetBTCHeaderList (golint)
    • Line 41: warning: don't use underscores in Go names; method Query_GetBTCHeaderCurHeight should be QueryGetBTCHeaderCurHeight (golint)
    • plugin/plugin/dapp/token/executor/exec_local.go
    • Line 16: warning: don't use underscores in Go names; method ExecLocal_Transfer should be ExecLocalTransfer (golint)
    • Line 43: warning: don't use underscores in Go names; method ExecLocal_Withdraw should be ExecLocalWithdraw (golint)
    • Line 69: warning: don't use underscores in Go names; method ExecLocal_TransferToExec should be ExecLocalTransferToExec (golint)
    • Line 90: warning: don't use underscores in Go names; method ExecLocal_TokenPreCreate should be ExecLocalTokenPreCreate (golint)
    • Line 100: warning: don't use underscores in Go names; method ExecLocal_TokenFinishCreate should be ExecLocalTokenFinishCreate (golint)
    • Line 129: warning: don't use underscores in Go names; method ExecLocal_TokenRevokeCreate should be ExecLocalTokenRevokeCreate (golint)
    • Line 235: warning: don't use underscores in Go names; method ExecLocal_TokenMint should be ExecLocalTokenMint (golint)
    • Line 260: warning: don't use underscores in Go names; method ExecLocal_TokenBurn should be ExecLocalTokenBurn (golint)
    • plugin/plugin/dapp/accountmanager/executor/exec_local.go
    • Line 14: warning: don't use underscores in Go names; method ExecLocal_Register should be ExecLocalRegister (golint)
    • Line 42: warning: don't use underscores in Go names; method ExecLocal_ResetKey should be ExecLocalResetKey (golint)
    • Line 69: warning: don't use underscores in Go names; method ExecLocal_Apply should be ExecLocalApply (golint)
    • Line 96: warning: don't use underscores in Go names; method ExecLocal_Transfer should be ExecLocalTransfer (golint)
    • Line 123: warning: don't use underscores in Go names; method ExecLocal_Supervise should be ExecLocalSupervise (golint)
    • plugin/plugin/dapp/exchange/executor/tables.go
    • Line 31: warning: don't use underscores in Go names; var opt_exchange_depth should be optExchangeDepth (golint)
    • Line 39: warning: don't use underscores in Go names; var opt_exchange_order should be optExchangeOrder (golint)
    • Line 46: warning: don't use underscores in Go names; var opt_exchange_history should be optExchangeHistory (golint)
    • plugin/plugin/dapp/trade/executor/query_v1.go
    • Line 10: warning: don't use underscores in Go names; method Query_GetTokenSellOrderByStatus should be QueryGetTokenSellOrderByStatus (golint)
    • Line 44: warning: don't use underscores in Go names; method Query_GetTokenBuyOrderByStatus should be QueryGetTokenBuyOrderByStatus (golint)
    • Line 68: warning: don't use underscores in Go names; method Query_GetOnesSellOrder should be QueryGetOnesSellOrder (golint)
    • Line 73: warning: don't use underscores in Go names; method Query_GetOnesBuyOrder should be QueryGetOnesBuyOrder (golint)
    • Line 124: warning: don't use underscores in Go names; method Query_GetOnesSellOrderWithStatus should be QueryGetOnesSellOrderWithStatus (golint)
    • Line 129: warning: don't use underscores in Go names; method Query_GetOnesBuyOrderWithStatus should be QueryGetOnesBuyOrderWithStatus (golint)
    • plugin/plugin/dapp/guess/executor/exec_del_local.go
    • Line 143: warning: don't use underscores in Go names; method ExecDelLocal_Start should be ExecDelLocalStart (golint)
    • Line 148: warning: don't use underscores in Go names; method ExecDelLocal_Bet should be ExecDelLocalBet (golint)
    • Line 153: warning: don't use underscores in Go names; method ExecDelLocal_Publish should be ExecDelLocalPublish (golint)
    • Line 158: warning: don't use underscores in Go names; method ExecDelLocal_Abort should be ExecDelLocalAbort (golint)
    • plugin/plugin/dapp/pokerbull/executor/exec_local.go
    • Line 74: warning: don't use underscores in Go names; method ExecLocal_Start should be ExecLocalStart (golint)
    • Line 79: warning: don't use underscores in Go names; method ExecLocal_Continue should be ExecLocalContinue (golint)
    • Line 84: warning: don't use underscores in Go names; method ExecLocal_Quit should be ExecLocalQuit (golint)
    • Line 89: warning: don't use underscores in Go names; method ExecLocal_Play should be ExecLocalPlay (golint)
    • plugin/plugin/dapp/collateralize/executor/exec_del_local.go
    • Line 23: warning: don't use underscores in Go names; method ExecDelLocal_Create should be ExecDelLocalCreate (golint)
    • Line 28: warning: don't use underscores in Go names; method ExecDelLocal_Borrow should be ExecDelLocalBorrow (golint)
    • Line 33: warning: don't use underscores in Go names; method ExecDelLocal_Repay should be ExecDelLocalRepay (golint)
    • Line 38: warning: don't use underscores in Go names; method ExecDelLocal_Append should be ExecDelLocalAppend (golint)
    • Line 43: warning: don't use underscores in Go names; method ExecDelLocal_Feed should be ExecDelLocalFeed (golint)
    • Line 48: warning: don't use underscores in Go names; method ExecDelLocal_Retrieve should be ExecDelLocalRetrieve (golint)
    • Line 53: warning: don't use underscores in Go names; method ExecDelLocal_Manage should be ExecDelLocalManage (golint)
    • plugin/plugin/dapp/accountmanager/executor/account_test.go
    • Line 311: warning: don't use underscores in Go names; func Exec_Block should be ExecBlock (golint)
    • Line 356: warning: don't use underscores in Go names; func Exec_QueryAccountByID should be ExecQueryAccountByID (golint)
    • Line 373: warning: don't use underscores in Go names; func Exec_QueryAccountByAddr should be ExecQueryAccountByAddr (golint)
    • Line 390: warning: don't use underscores in Go names; func Exec_QueryAccountsByStatus should be ExecQueryAccountsByStatus (golint)
    • Line 407: warning: don't use underscores in Go names; func Exec_QueryBalanceByID should be ExecQueryBalanceByID (golint)
    • Line 424: warning: don't use underscores in Go names; func Exec_QueryExpiredAccounts should be ExecQueryExpiredAccounts (golint)
    • plugin/plugin/dapp/multisig/executor/query.go
    • Line 15: warning: don't use underscores in Go names; method Query_MultiSigAccCount should be QueryMultiSigAccCount (golint)
    • Line 33: warning: don't use underscores in Go names; method Query_MultiSigAccounts should be QueryMultiSigAccounts (golint)
    • Line 72: warning: don't use underscores in Go names; method Query_MultiSigAccountInfo should be QueryMultiSigAccountInfo (golint)
    • Line 98: warning: don't use underscores in Go names; method Query_MultiSigAccTxCount should be QueryMultiSigAccTxCount (golint)
    • Line 131: warning: don't use underscores in Go names; method Query_MultiSigTxids should be QueryMultiSigTxids (golint)
    • Line 177: warning: don't use underscores in Go names; method Query_MultiSigTxInfo should be QueryMultiSigTxInfo (golint)
    • Line 208: warning: don't use underscores in Go names; method Query_MultiSigTxConfirmedWeight should be QueryMultiSigTxConfirmedWeight (golint)
    • Line 244: warning: don't use underscores in Go names; method Query_MultiSigAccUnSpentToday should be QueryMultiSigAccUnSpentToday (golint)
    • Line 317: warning: don't use underscores in Go names; method Query_MultiSigAccAssets should be QueryMultiSigAccAssets (golint)
    • Line 385: warning: don't use underscores in Go names; method Query_MultiSigAccAllAddress should be QueryMultiSigAccAllAddress (golint)
    • plugin/plugin/dapp/x2ethereum/executor/exec.go
    • Line 22: warning: don't use underscores in Go names; method Exec_Eth2Chain33Lock should be ExecEth2Chain33Lock (golint)
    • Line 35: warning: don't use underscores in Go names; method Exec_Chain33ToEthBurn should be ExecChain33ToEthBurn (golint)
    • Line 45: warning: don't use underscores in Go names; method Exec_Eth2Chain33Burn should be ExecEth2Chain33Burn (golint)
    • Line 58: warning: don't use underscores in Go names; method Exec_Chain33ToEthLock should be ExecChain33ToEthLock (golint)
    • Line 67: warning: don't use underscores in Go names; method Exec_Transfer should be ExecTransfer (golint)
    • Line 75: warning: don't use underscores in Go names; method Exec_TransferToExec should be ExecTransferToExec (golint)
    • Line 86: warning: don't use underscores in Go names; method Exec_WithdrawFromExec should be ExecWithdrawFromExec (golint)
    • Line 100: warning: don't use underscores in Go names; method Exec_AddValidator should be ExecAddValidator (golint)
    • Line 114: warning: don't use underscores in Go names; method Exec_RemoveValidator should be ExecRemoveValidator (golint)
    • Line 128: warning: don't use underscores in Go names; method Exec_ModifyPower should be ExecModifyPower (golint)
    • Line 142: warning: don't use underscores in Go names; method Exec_SetConsensusThreshold should be ExecSetConsensusThreshold (golint)
    • plugin/plugin/dapp/evm/executor/query.go
    • Line 21: warning: don't use underscores in Go names; method Query_CheckAddrExists should be QueryCheckAddrExists (golint)
    • Line 56: warning: don't use underscores in Go names; method Query_EstimateGas should be QueryEstimateGas (golint)
    • Line 114: warning: don't use underscores in Go names; method Query_EvmDebug should be QueryEvmDebug (golint)
    • Line 128: warning: don't use underscores in Go names; method Query_Query should be QueryQuery (golint)
    • Line 177: warning: don't use underscores in Go names; method Query_QueryABI should be QueryQueryABI (golint)
    • plugin/plugin/dapp/paracross/executor/exec_local.go
    • Line 19: warning: don't use underscores in Go names; method ExecLocal_Commit should be ExecLocalCommit (golint)
    • Line 60: warning: don't use underscores in Go names; method ExecLocal_NodeConfig should be ExecLocalNodeConfig (golint)
    • Line 109: warning: don't use underscores in Go names; method ExecLocal_NodeGroupConfig should be ExecLocalNodeGroupConfig (golint)
    • Line 146: warning: don't use underscores in Go names; method ExecLocal_AssetTransfer should be ExecLocalAssetTransfer (golint)
    • Line 165: warning: don't use underscores in Go names; method ExecLocal_AssetWithdraw should be ExecLocalAssetWithdraw (golint)
    • Line 170: warning: don't use underscores in Go names; method ExecLocal_CrossAssetTransfer should be ExecLocalCrossAssetTransfer (golint)
    • Line 277: warning: don't use underscores in Go names; method ExecLocal_Miner should be ExecLocalMiner (golint)
    • Line 307: warning: don't use underscores in Go names; method ExecLocal_Transfer should be ExecLocalTransfer (golint)
    • Line 312: warning: don't use underscores in Go names; method ExecLocal_Withdraw should be ExecLocalWithdraw (golint)
    • Line 317: warning: don't use underscores in Go names; method ExecLocal_TransferToExec should be ExecLocalTransferToExec (golint)
    • Line 322: warning: don't use underscores in Go names; method ExecLocal_SelfStageConfig should be ExecLocalSelfStageConfig (golint)
    • plugin/plugin/dapp/lottery/executor/exec.go
    • Line 13: warning: don't use underscores in Go names; method Exec_Create should be ExecCreate (golint)
    • Line 19: warning: don't use underscores in Go names; method Exec_Buy should be ExecBuy (golint)
    • Line 25: warning: don't use underscores in Go names; method Exec_Draw should be ExecDraw (golint)
    • Line 31: warning: don't use underscores in Go names; method Exec_Close should be ExecClose (golint)
    • plugin/plugin/dapp/oracle/executor/exec_del_local.go
    • Line 48: warning: don't use underscores in Go names; method ExecDelLocal_EventPublish should be ExecDelLocalEventPublish (golint)
    • Line 52: warning: don't use underscores in Go names; method ExecDelLocal_EventAbort should be ExecDelLocalEventAbort (golint)
    • Line 56: warning: don't use underscores in Go names; method ExecDelLocal_ResultPrePublish should be ExecDelLocalResultPrePublish (golint)
    • Line 60: warning: don't use underscores in Go names; method ExecDelLocal_ResultAbort should be ExecDelLocalResultAbort (golint)
    • Line 64: warning: don't use underscores in Go names; method ExecDelLocal_ResultPublish should be ExecDelLocalResultPublish (golint)
    • plugin/plugin/dapp/ticket/executor/exec_local.go
    • Line 38: warning: don't use underscores in Go names; method ExecLocal_Genesis should be ExecLocalGenesis (golint)
    • Line 43: warning: don't use underscores in Go names; method ExecLocal_Topen should be ExecLocalTopen (golint)
    • Line 48: warning: don't use underscores in Go names; method ExecLocal_Tbind should be ExecLocalTbind (golint)
    • Line 53: warning: don't use underscores in Go names; method ExecLocal_Tclose should be ExecLocalTclose (golint)
    • Line 58: warning: don't use underscores in Go names; method ExecLocal_Miner should be ExecLocalMiner (golint)
    • plugin/plugin/dapp/oracle/executor/query.go
    • Line 15: warning: don't use underscores in Go names; method Query_QueryOraclesByIDs should be QueryQueryOraclesByIDs (golint)
    • Line 20: warning: don't use underscores in Go names; method Query_QueryEventIDsByStatus should be QueryQueryEventIDsByStatus (golint)
    • Line 30: warning: don't use underscores in Go names; method Query_QueryEventIDsByAddrAndStatus should be QueryQueryEventIDsByAddrAndStatus (golint)
    • Line 40: warning: don't use underscores in Go names; method Query_QueryEventIDsByTypeAndStatus should be QueryQueryEventIDsByTypeAndStatus (golint)
    • plugin/plugin/dapp/relay/executor/exec_del_local.go
    • Line 57: warning: don't use underscores in Go names; method ExecDelLocal_Create should be ExecDelLocalCreate (golint)
    • Line 66: warning: don't use underscores in Go names; method ExecDelLocal_Accept should be ExecDelLocalAccept (golint)
    • Line 74: warning: don't use underscores in Go names; method ExecDelLocal_Revoke should be ExecDelLocalRevoke (golint)
    • Line 82: warning: don't use underscores in Go names; method ExecDelLocal_ConfirmTx should be ExecDelLocalConfirmTx (golint)
    • Line 90: warning: don't use underscores in Go names; method ExecDelLocal_Verify should be ExecDelLocalVerify (golint)
    • Line 98: warning: don't use underscores in Go names; method ExecDelLocal_VerifyCli should be ExecDelLocalVerifyCli (golint)
    • Line 106: warning: don't use underscores in Go names; method ExecDelLocal_BtcHeaders should be ExecDelLocalBtcHeaders (golint)
    • plugin/plugin/dapp/wasm/types/wasm.go
    • Line 10: warning: exported var NameReg should have comment or be unexported (golint)
    • Line 13: warning: exported const WasmX should have comment (or a comment on this block) or be unexported (golint)
    • Line 15: warning: comment on exported const MaxCodeSize should be of the form "MaxCodeSize ..." (golint)
    • Line 43: warning: exported function InitFork should have comment or be unexported (golint)
    • Line 47: warning: exported function InitExecutor should have comment or be unexported (golint)
    • Line 51: warning: exported type WasmType should have comment or be unexported (golint)
    • Line 55: warning: exported function NewType should have comment or be unexported (golint)
    • Line 62: warning: exported method WasmType.GetPayload should have comment or be unexported (golint)
    • Line 66: warning: exported method WasmType.GetTypeMap should have comment or be unexported (golint)
    • Line 74: warning: exported method WasmType.GetLogMap should have comment or be unexported (golint)
    • plugin/plugin/dapp/trade/executor/exec_del_local.go
    • Line 13: warning: don't use underscores in Go names; method ExecDelLocal_SellLimit should be ExecDelLocalSellLimit (golint)
    • Line 17: warning: don't use underscores in Go names; method ExecDelLocal_BuyMarket should be ExecDelLocalBuyMarket (golint)
    • Line 21: warning: don't use underscores in Go names; method ExecDelLocal_RevokeSell should be ExecDelLocalRevokeSell (golint)
    • Line 25: warning: don't use underscores in Go names; method ExecDelLocal_BuyLimit should be ExecDelLocalBuyLimit (golint)
    • Line 29: warning: don't use underscores in Go names; method ExecDelLocal_SellMarket should be ExecDelLocalSellMarket (golint)
    • Line 33: warning: don't use underscores in Go names; method ExecDelLocal_RevokeBuy should be ExecDelLocalRevokeBuy (golint)
    • plugin/plugin/dapp/blackwhite/executor/exec.go
    • Line 13: warning: don't use underscores in Go names; method Exec_Create should be ExecCreate (golint)
    • Line 19: warning: don't use underscores in Go names; method Exec_Play should be ExecPlay (golint)
    • Line 25: warning: don't use underscores in Go names; method Exec_Show should be ExecShow (golint)
    • Line 31: warning: don't use underscores in Go names; method Exec_TimeoutDone should be ExecTimeoutDone (golint)
    • plugin/plugin/dapp/evm/executor/vm/common/crypto/bn256/cloudflare/bn256.go
    • Line 15: warning: package comment should be of the form "Package bn256 ..." (golint)
    • Line 74: warning: receiver name e should be consistent with previous receiver name g for G1 (golint)
    • Line 83: warning: receiver name e should be consistent with previous receiver name g for G1 (golint)
    • Line 92: warning: receiver name e should be consistent with previous receiver name g for G1 (golint)
    • Line 101: warning: receiver name e should be consistent with previous receiver name g for G1 (golint)
    • Line 126: warning: receiver name e should be consistent with previous receiver name g for G1 (golint)
    • Line 344: warning: receiver name e should be consistent with previous receiver name g for GT (golint)
    • Line 353: warning: receiver name e should be consistent with previous receiver name g for GT (golint)
    • Line 362: warning: receiver name e should be consistent with previous receiver name g for GT (golint)
    • Line 371: warning: receiver name e should be consistent with previous receiver name g for GT (golint)
    • Line 380: warning: receiver name e should be consistent with previous receiver name g for GT (golint)
    • Line 387: warning: receiver name e should be consistent with previous receiver name g for GT (golint)
    • Line 429: warning: receiver name e should be consistent with previous receiver name g for GT (golint)
    • plugin/plugin/dapp/hashlock/executor/exec.go
    • Line 15: warning: don't use underscores in Go names; method Exec_Hlock should be ExecHlock (golint)
    • Line 43: warning: don't use underscores in Go names; method Exec_Hsend should be ExecHsend (golint)
    • Line 51: warning: don't use underscores in Go names; method Exec_Hunlock should be ExecHunlock (golint)
    • plugin/plugin/dapp/dposvote/executor/exec_local.go
    • Line 222: warning: don't use underscores in Go names; method ExecLocal_Regist should be ExecLocalRegist (golint)
    • Line 227: warning: don't use underscores in Go names; method ExecLocal_CancelRegist should be ExecLocalCancelRegist (golint)
    • Line 232: warning: don't use underscores in Go names; method ExecLocal_ReRegist should be ExecLocalReRegist (golint)
    • Line 237: warning: don't use underscores in Go names; method ExecLocal_Vote should be ExecLocalVote (golint)
    • Line 242: warning: don't use underscores in Go names; method ExecLocal_CancelVote should be ExecLocalCancelVote (golint)
    • Line 247: warning: don't use underscores in Go names; method ExecLocal_RegistVrfM should be ExecLocalRegistVrfM (golint)
    • Line 252: warning: don't use underscores in Go names; method ExecLocal_RegistVrfRP should be ExecLocalRegistVrfRP (golint)
    • Line 257: warning: don't use underscores in Go names; method ExecLocal_RecordCB should be ExecLocalRecordCB (golint)
    • Line 262: warning: don't use underscores in Go names; method ExecLocal_RegistTopN should be ExecLocalRegistTopN (golint)
    • plugin/plugin/dapp/blackwhite/executor/exec_local.go
    • Line 48: warning: don't use underscores in Go names; method ExecLocal_Create should be ExecLocalCreate (golint)
    • Line 57: warning: don't use underscores in Go names; method ExecLocal_Play should be ExecLocalPlay (golint)
    • Line 66: warning: don't use underscores in Go names; method ExecLocal_Show should be ExecLocalShow (golint)
    • Line 75: warning: don't use underscores in Go names; method ExecLocal_TimeoutDone should be ExecLocalTimeoutDone (golint)
    • plugin/plugin/dapp/lottery/executor/exec_del_local.go
    • Line 44: warning: don't use underscores in Go names; method ExecDelLocal_Create should be ExecDelLocalCreate (golint)
    • Line 49: warning: don't use underscores in Go names; method ExecDelLocal_Buy should be ExecDelLocalBuy (golint)
    • Line 54: warning: don't use underscores in Go names; method ExecDelLocal_Draw should be ExecDelLocalDraw (golint)
    • Line 59: warning: don't use underscores in Go names; method ExecDelLocal_Close should be ExecDelLocalClose (golint)
    • plugin/plugin/dapp/multisig/executor/exec_del_local.go
    • Line 13: warning: don't use underscores in Go names; method ExecDelLocal_MultiSigAccCreate should be ExecDelLocalMultiSigAccCreate (golint)
    • Line 26: warning: don't use underscores in Go names; method ExecDelLocal_MultiSigOwnerOperate should be ExecDelLocalMultiSigOwnerOperate (golint)
    • Line 39: warning: don't use underscores in Go names; method ExecDelLocal_MultiSigAccOperate should be ExecDelLocalMultiSigAccOperate (golint)
    • Line 52: warning: don't use underscores in Go names; method ExecDelLocal_MultiSigConfirmTx should be ExecDelLocalMultiSigConfirmTx (golint)
    • Line 65: warning: don't use underscores in Go names; method ExecDelLocal_MultiSigExecTransferTo should be ExecDelLocalMultiSigExecTransferTo (golint)
    • Line 78: warning: don't use underscores in Go names; method ExecDelLocal_MultiSigExecTransferFrom should be ExecDelLocalMultiSigExecTransferFrom (golint)
    • plugin/plugin/dapp/lottery/executor/exec_local.go
    • Line 43: warning: don't use underscores in Go names; method ExecLocal_Create should be ExecLocalCreate (golint)
    • Line 48: warning: don't use underscores in Go names; method ExecLocal_Buy should be ExecLocalBuy (golint)
    • Line 53: warning: don't use underscores in Go names; method ExecLocal_Draw should be ExecLocalDraw (golint)
    • Line 58: warning: don't use underscores in Go names; method ExecLocal_Close should be ExecLocalClose (golint)
    • plugin/plugin/dapp/issuance/executor/query.go
    • Line 13: warning: don't use underscores in Go names; method Query_IssuanceInfoByID should be QueryIssuanceInfoByID (golint)
    • Line 35: warning: don't use underscores in Go names; method Query_IssuanceInfoByIDs should be QueryIssuanceInfoByIDs (golint)
    • Line 62: warning: don't use underscores in Go names; method Query_IssuanceByStatus should be QueryIssuanceByStatus (golint)
    • Line 75: warning: don't use underscores in Go names; method Query_IssuanceRecordByID should be QueryIssuanceRecordByID (golint)
    • Line 88: warning: don't use underscores in Go names; method Query_IssuanceRecordsByAddr should be QueryIssuanceRecordsByAddr (golint)
    • Line 110: warning: don't use underscores in Go names; method Query_IssuanceRecordsByStatus should be QueryIssuanceRecordsByStatus (golint)
    • Line 123: warning: don't use underscores in Go names; method Query_IssuancePrice should be QueryIssuancePrice (golint)
    • Line 134: warning: don't use underscores in Go names; method Query_IssuanceUserBalance should be QueryIssuanceUserBalance (golint)
    • plugin/plugin/dapp/wasm/executor/exec_local.go
    • Line 8: warning: exported method Wasm.ExecLocal_Create should have comment or be unexported (golint)
    • Line 8: warning: don't use underscores in Go names; method ExecLocal_Create should be ExecLocalCreate (golint)
    • Line 12: warning: exported method Wasm.ExecLocal_Update should have comment or be unexported (golint)
    • Line 12: warning: don't use underscores in Go names; method ExecLocal_Update should be ExecLocalUpdate (golint)
    • Line 16: warning: exported method Wasm.ExecLocal_Call should have comment or be unexported (golint)
    • Line 16: warning: don't use underscores in Go names; method ExecLocal_Call should be ExecLocalCall (golint)
    • plugin/plugin/dapp/vote/executor/query.go
    • Line 30: warning: don't use underscores in Go names; method Query_GetGroups should be QueryGetGroups (golint)
    • Line 66: warning: don't use underscores in Go names; method Query_GetVotes should be QueryGetVotes (golint)
    • Line 105: warning: don't use underscores in Go names; method Query_GetMembers should be QueryGetMembers (golint)
    • Line 121: warning: don't use underscores in Go names; method Query_ListGroup should be QueryListGroup (golint)
    • Line 152: warning: don't use underscores in Go names; method Query_ListVote should be QueryListVote (golint)
    • Line 202: warning: don't use underscores in Go names; method Query_ListMember should be QueryListMember (golint)
    • plugin/plugin/dapp/x2ethereum/executor/x2ethereumaction.go
    • Line 39: warning: don't use underscores in Go names; method procEth2Chain33_lock should be procEth2Chain33Lock (golint)
    • Line 118: warning: don't use underscores in Go names; method procChain33ToEth_burn should be procChain33ToEthBurn (golint)
    • Line 154: warning: don't use underscores in Go names; method procChain33ToEth_lock should be procChain33ToEthLock (golint)
    • Line 199: warning: don't use underscores in Go names; method procEth2Chain33_burn should be procEth2Chain33Burn (golint)
    • plugin/plugin/dapp/unfreeze/types/const.go
    • Line 21: warning: don't use underscores in Go names; const Action_CreateUnfreeze should be ActionCreateUnfreeze (golint)
    • Line 23: warning: don't use underscores in Go names; const Action_WithdrawUnfreeze should be ActionWithdrawUnfreeze (golint)
    • Line 25: warning: don't use underscores in Go names; const Action_TerminateUnfreeze should be ActionTerminateUnfreeze (golint)
    • Line 30: warning: don't use underscores in Go names; const FuncName_QueryUnfreezeWithdraw should be FuncNameQueryUnfreezeWithdraw (golint)
    • plugin/plugin/dapp/paracross/executor/query.go
    • Line 18: warning: don't use underscores in Go names; method Query_GetTitle should be QueryGetTitle (golint)
    • Line 26: warning: don't use underscores in Go names; method Query_GetTitleHeight should be QueryGetTitleHeight (golint)
    • Line 55: warning: don't use underscores in Go names; method Query_GetTitleByHash should be QueryGetTitleByHash (golint)
    • Line 68: warning: don't use underscores in Go names; method Query_GetNodeGroupAddrs should be QueryGetNodeGroupAddrs (golint)
    • Line 99: warning: don't use underscores in Go names; method Query_GetNodeAddrInfo should be QueryGetNodeAddrInfo (golint)
    • Line 140: warning: don't use underscores in Go names; method Query_GetNodeIDInfo should be QueryGetNodeIDInfo (golint)
    • Line 168: warning: don't use underscores in Go names; method Query_ListNodeStatusInfo should be QueryListNodeStatusInfo (golint)
    • Line 192: warning: don't use underscores in Go names; method Query_GetNodeGroupStatus should be QueryGetNodeGroupStatus (golint)
    • Line 212: warning: don't use underscores in Go names; method Query_ListNodeGroupStatus should be QueryListNodeGroupStatus (golint)
    • Line 236: warning: don't use underscores in Go names; method Query_ListTitles should be QueryListTitles (golint)
    • Line 241: warning: don't use underscores in Go names; method Query_GetDoneTitleHeight should be QueryGetDoneTitleHeight (golint)
    • Line 253: warning: don't use underscores in Go names; method Query_GetAssetTxResult should be QueryGetAssetTxResult (golint)
    • Line 265: warning: don't use underscores in Go names; method Query_GetMainBlockHash should be QueryGetMainBlockHash (golint)
    • Line 451: warning: don't use underscores in Go names; method Query_GetSelfConsStages should be QueryGetSelfConsStages (golint)
    • Line 461: warning: don't use underscores in Go names; method Query_GetSelfConsOneStage should be QueryGetSelfConsOneStage (golint)
    • Line 474: warning: don't use underscores in Go names; method Query_ListSelfStages should be QueryListSelfStages (golint)
    • Line 479: warning: don't use underscores in Go names; method Query_GetBlock2MainInfo should be QueryGetBlock2MainInfo (golint)
    • Line 500: warning: don't use underscores in Go names; method Query_GetHeight should be QueryGetHeight (golint)
    • Line 553: warning: don't use underscores in Go names; method Query_GetNodeBindMinerList should be QueryGetNodeBindMinerList (golint)
    • plugin/plugin/dapp/x2ethereum/executor/query.go
    • Line 12: warning: don't use underscores in Go names; method Query_GetEthProphecy should be QueryGetEthProphecy (golint)
    • Line 30: warning: don't use underscores in Go names; method Query_GetValidators should be QueryGetValidators (golint)
    • Line 69: warning: don't use underscores in Go names; method Query_GetTotalPower should be QueryGetTotalPower (golint)
    • Line 85: warning: don't use underscores in Go names; method Query_GetConsensusThreshold should be QueryGetConsensusThreshold (golint)
    • Line 101: warning: don't use underscores in Go names; method Query_GetSymbolTotalAmountByTxType should be QueryGetSymbolTotalAmountByTxType (golint)
    • Line 155: warning: don't use underscores in Go names; method Query_GetRelayerBalance should be QueryGetRelayerBalance (golint)
    • plugin/plugin/dapp/pokerbull/executor/exec_del_local.go
    • Line 43: warning: don't use underscores in Go names; method ExecDelLocal_Start should be ExecDelLocalStart (golint)
    • Line 48: warning: don't use underscores in Go names; method ExecDelLocal_Continue should be ExecDelLocalContinue (golint)
    • Line 53: warning: don't use underscores in Go names; method ExecDelLocal_Quit should be ExecDelLocalQuit (golint)
    • plugin/plugin/dapp/unfreeze/executor/exec.go
    • Line 16: warning: don't use underscores in Go names; method Exec_Create should be ExecCreate (golint)
    • Line 51: warning: don't use underscores in Go names; method Exec_Withdraw should be ExecWithdraw (golint)
    • Line 91: warning: don't use underscores in Go names; method Exec_Terminate should be ExecTerminate (golint)
    • plugin/plugin/consensus/para/paraquery.go
    • Line 17: warning: don't use underscores in Go names; method Query_IsCaughtUp should be QueryIsCaughtUp (golint)
    • Line 25: warning: don't use underscores in Go names; method Query_LocalBlockInfo should be QueryLocalBlockInfo (golint)
    • Line 59: warning: don't use underscores in Go names; method Query_LeaderInfo should be QueryLeaderInfo (golint)
    • Line 67: warning: don't use underscores in Go names; method Query_CommitTxInfo should be QueryCommitTxInfo (golint)
    • Line 76: warning: don't use underscores in Go names; method Query_BlsPubKey should be QueryBlsPubKey (golint)
    • Line 101: warning: don't use underscores in Go names; method Query_CreateNewAccount should be QueryCreateNewAccount (golint)
    • Line 112: warning: don't use underscores in Go names; method Query_WalletStatus should be QueryWalletStatus (golint)
    • plugin/plugin/dapp/accountmanager/executor/query.go
    • Line 9: warning: don't use underscores in Go names; method Query_QueryAccountByID should be QueryQueryAccountByID (golint)
    • Line 14: warning: don't use underscores in Go names; method Query_QueryAccountByAddr should be QueryQueryAccountByAddr (golint)
    • Line 19: warning: don't use underscores in Go names; method Query_QueryAccountsByStatus should be QueryQueryAccountsByStatus (golint)
    • Line 24: warning: don't use underscores in Go names; method Query_QueryExpiredAccounts should be QueryQueryExpiredAccounts (golint)
    • Line 29: warning: don't use underscores in Go names; method Query_QueryBalanceByID should be QueryQueryBalanceByID (golint)
    • plugin/plugin/dapp/dposvote/executor/exec.go
    • Line 13: warning: don't use underscores in Go names; method Exec_Regist should be ExecRegist (golint)
    • Line 19: warning: don't use underscores in Go names; method Exec_CancelRegist should be ExecCancelRegist (golint)
    • Line 25: warning: don't use underscores in Go names; method Exec_ReRegist should be ExecReRegist (golint)
    • Line 31: warning: don't use underscores in Go names; method Exec_Vote should be ExecVote (golint)
    • Line 37: warning: don't use underscores in Go names; method Exec_CancelVote should be ExecCancelVote (golint)
    • Line 43: warning: don't use underscores in Go names; method Exec_RegistVrfM should be ExecRegistVrfM (golint)
    • Line 49: warning: don't use underscores in Go names; method Exec_RegistVrfRP should be ExecRegistVrfRP (golint)
    • Line 55: warning: don't use underscores in Go names; method Exec_RecordCB should be ExecRecordCB (golint)
    • Line 61: warning: don't use underscores in Go names; method Exec_RegistTopN should be ExecRegistTopN (golint)
    • plugin/plugin/dapp/privacy/executor/exec_local.go
    • Line 109: warning: don't use underscores in Go names; method ExecLocal_Public2Privacy should be ExecLocalPublic2Privacy (golint)
    • Line 114: warning: don't use underscores in Go names; method ExecLocal_Privacy2Privacy should be ExecLocalPrivacy2Privacy (golint)
    • Line 119: warning: don't use underscores in Go names; method ExecLocal_Privacy2Public should be ExecLocalPrivacy2Public (golint)
    • plugin/plugin/dapp/ticket/executor/query.go
    • Line 13: warning: don't use underscores in Go names; method Query_TicketInfos should be QueryTicketInfos (golint)
    • Line 18: warning: don't use underscores in Go names; method Query_TicketList should be QueryTicketList (golint)
    • Line 23: warning: don't use underscores in Go names; method Query_MinerAddress should be QueryMinerAddress (golint)
    • Line 32: warning: don't use underscores in Go names; method Query_MinerSourceList should be QueryMinerSourceList (golint)
    • Line 49: warning: don't use underscores in Go names; method Query_RandNumHash should be QueryRandNumHash (golint)
    • plugin/plugin/dapp/autonomy/executor/exec_local.go
    • Line 15: warning: don't use underscores in Go names; method ExecLocal_PropBoard should be ExecLocalPropBoard (golint)
    • Line 20: warning: don't use underscores in Go names; method ExecLocal_RvkPropBoard should be ExecLocalRvkPropBoard (golint)
    • Line 25: warning: don't use underscores in Go names; method ExecLocal_VotePropBoard should be ExecLocalVotePropBoard (golint)
    • Line 30: warning: don't use underscores in Go names; method ExecLocal_TmintPropBoard should be ExecLocalTmintPropBoard (golint)
    • Line 37: warning: don't use underscores in Go names; method ExecLocal_PropProject should be ExecLocalPropProject (golint)
    • Line 42: warning: don't use underscores in Go names; method ExecLocal_RvkPropProject should be ExecLocalRvkPropProject (golint)
    • Line 47: warning: don't use underscores in Go names; method ExecLocal_VotePropProject should be ExecLocalVotePropProject (golint)
    • Line 52: warning: don't use underscores in Go names; method ExecLocal_PubVotePropProject should be ExecLocalPubVotePropProject (golint)
    • Line 57: warning: don't use underscores in Go names; method ExecLocal_TmintPropProject should be ExecLocalTmintPropProject (golint)
    • Line 64: warning: don't use underscores in Go names; method ExecLocal_PropRule should be ExecLocalPropRule (golint)
    • Line 69: warning: don't use underscores in Go names; method ExecLocal_RvkPropRule should be ExecLocalRvkPropRule (golint)
    • Line 74: warning: don't use underscores in Go names; method ExecLocal_VotePropRule should be ExecLocalVotePropRule (golint)
    • Line 79: warning: don't use underscores in Go names; method ExecLocal_TmintPropRule should be ExecLocalTmintPropRule (golint)
    • Line 84: warning: don't use underscores in Go names; method ExecLocal_CommentProp should be ExecLocalCommentProp (golint)
    • Line 91: warning: don't use underscores in Go names; method ExecLocal_PropChange should be ExecLocalPropChange (golint)
    • Line 96: warning: don't use underscores in Go names; method ExecLocal_RvkPropChange should be ExecLocalRvkPropChange (golint)
    • Line 101: warning: don't use underscores in Go names; method ExecLocal_VotePropChange should be ExecLocalVotePropChange (golint)
    • Line 106: warning: don't use underscores in Go names; method ExecLocal_TmintPropChange should be ExecLocalTmintPropChange (golint)
    • plugin/plugin/dapp/retrieve/executor/exec_del_local.go
    • Line 52: warning: don't use underscores in Go names; method ExecDelLocal_Backup should be ExecDelLocalBackup (golint)
    • Line 70: warning: don't use underscores in Go names; method ExecDelLocal_Prepare should be ExecDelLocalPrepare (golint)
    • Line 88: warning: don't use underscores in Go names; method ExecDelLocal_Perform should be ExecDelLocalPerform (golint)
    • Line 117: warning: don't use underscores in Go names; method ExecDelLocal_Cancel should be ExecDelLocalCancel (golint)
    • plugin/plugin/dapp/privacy/wallet/privacystore_test.go
    • Line 64: warning: don't use underscores in Go names; func testStore_moveSTXO2FTXO should be testStoreMoveSTXO2FTXO (golint)
    • Line 71: warning: don't use underscores in Go names; func testStore_unsetUTXO should be testStoreUnsetUTXO (golint)
    • Line 85: warning: don't use underscores in Go names; func testStore_moveFTXO2UTXO should be testStoreMoveFTXO2UTXO (golint)
    • Line 89: warning: don't use underscores in Go names; func testStore_moveFTXO2STXO should be testStoreMoveFTXO2STXO (golint)
    • Line 97: warning: don't use underscores in Go names; func testStore_getFTXOlist should be testStoreGetFTXOlist (golint)
    • Line 105: warning: don't use underscores in Go names; func testStore_getWalletFtxoStxo should be testStoreGetWalletFtxoStxo (golint)
    • Line 111: warning: don't use underscores in Go names; func testStore_listSpendUTXOs should be testStoreListSpendUTXOs (golint)
    • Line 115: warning: don't use underscores in Go names; func testStore_storeScanPrivacyInputUTXO should be testStoreStoreScanPrivacyInputUTXO (golint)
    • Line 119: warning: don't use underscores in Go names; func testStore_setUTXO should be testStoreSetUTXO (golint)
    • Line 127: warning: don't use underscores in Go names; func testStore_selectPrivacyTransactionToWallet should be testStoreSelectPrivacyTransactionToWallet (golint)
    • Line 131: warning: don't use underscores in Go names; func testStore_moveUTXO2STXO should be testStoreMoveUTXO2STXO (golint)
    • Line 135: warning: don't use underscores in Go names; func testStore_updateScanInputUTXOs should be testStoreUpdateScanInputUTXOs (golint)
    • Line 139: warning: don't use underscores in Go names; func testStore_isUTXOExist should be testStoreIsUTXOExist (golint)
    • Line 147: warning: don't use underscores in Go names; func testStore_setScanPrivacyInputUTXO should be testStoreSetScanPrivacyInputUTXO (golint)
    • Line 154: warning: don't use underscores in Go names; func testStore_saveREscanUTXOsAddresses should be testStoreSaveREscanUTXOsAddresses (golint)
    • Line 158: warning: don't use underscores in Go names; func testStore_getRescanUtxosFlag4Addr should be testStoreGetRescanUtxosFlag4Addr (golint)
    • Line 166: warning: don't use underscores in Go names; func testStore_moveUTXO2FTXO should be testStoreMoveUTXO2FTXO (golint)
    • Line 170: warning: don't use underscores in Go names; func testStore_getPrivacyTokenUTXOs should be testStoreGetPrivacyTokenUTXOs (golint)
    • Line 195: warning: don't use underscores in Go names; func testStore_getWalletPrivacyTxDetails should be testStoreGetWalletPrivacyTxDetails (golint)
    • Line 206: warning: don't use underscores in Go names; func testStore_listFrozenUTXOs should be testStoreListFrozenUTXOs (golint)
    • Line 235: warning: don't use underscores in Go names; func testStore_listAvailableUTXOs should be testStoreListAvailableUTXOs (golint)
    • Line 265: warning: don't use underscores in Go names; func testStore_setWalletAccountPrivacy should be testStoreSetWalletAccountPrivacy (golint)
    • Line 276: warning: don't use underscores in Go names; func testStore_getAccountByAddr should be testStoreGetAccountByAddr (golint)
    • Line 298: warning: don't use underscores in Go names; func testStore_getAccountByPrefix should be testStoreGetAccountByPrefix (golint)
    • Line 331: warning: don't use underscores in Go names; func testStore_setVersion should be testStoreSetVersion (golint)
    • Line 337: warning: don't use underscores in Go names; func testStore_getVersion should be testStoreGetVersion (golint)
    • plugin/plugin/dapp/accountmanager/executor/exec.go
    • Line 14: warning: don't use underscores in Go names; method Exec_Register should be ExecRegister (golint)
    • Line 20: warning: don't use underscores in Go names; method Exec_ResetKey should be ExecResetKey (golint)
    • Line 26: warning: don't use underscores in Go names; method Exec_Transfer should be ExecTransfer (golint)
    • Line 32: warning: don't use underscores in Go names; method Exec_Supervise should be ExecSupervise (golint)
    • Line 38: warning: don't use underscores in Go names; method Exec_Apply should be ExecApply (golint)
    • plugin/plugin/dapp/exchange/executor/exchange_test.go
    • Line 723: warning: don't use underscores in Go names; func Exec_Block should be ExecBlock (golint)
    • Line 770: warning: don't use underscores in Go names; func Exec_LimitOrder should be ExecLimitOrder (golint)
    • Line 778: warning: don't use underscores in Go names; func Exec_RevokeOrder should be ExecRevokeOrder (golint)
    • Line 786: warning: don't use underscores in Go names; func Exec_QueryOrderList should be ExecQueryOrderList (golint)
    • Line 803: warning: don't use underscores in Go names; func Exec_QueryOrder should be ExecQueryOrder (golint)
    • Line 821: warning: don't use underscores in Go names; func Exec_QueryMarketDepth should be ExecQueryMarketDepth (golint)
    • Line 839: warning: don't use underscores in Go names; func Exec_QueryHistoryOrder should be ExecQueryHistoryOrder (golint)
    • plugin/plugin/consensus/qbft/qbft.go
    • Line 659: warning: don't use underscores in Go names; method Query_IsHealthy should be QueryIsHealthy (golint)
    • Line 668: warning: don't use underscores in Go names; method Query_CurrentState should be QueryCurrentState (golint)
    • Line 673: warning: don't use underscores in Go names; method Query_NodeInfo should be QueryNodeInfo (golint)
    • plugin/plugin/dapp/trade/executor/exec_local.go
    • Line 13: warning: don't use underscores in Go names; method ExecLocal_SellLimit should be ExecLocalSellLimit (golint)
    • Line 17: warning: don't use underscores in Go names; method ExecLocal_BuyMarket should be ExecLocalBuyMarket (golint)
    • Line 21: warning: don't use underscores in Go names; method ExecLocal_RevokeSell should be ExecLocalRevokeSell (golint)
    • Line 25: warning: don't use underscores in Go names; method ExecLocal_BuyLimit should be ExecLocalBuyLimit (golint)
    • Line 29: warning: don't use underscores in Go names; method ExecLocal_SellMarket should be ExecLocalSellMarket (golint)
    • Line 33: warning: don't use underscores in Go names; method ExecLocal_RevokeBuy should be ExecLocalRevokeBuy (golint)
    • plugin/plugin/dapp/storage/executor/exec_local.go
    • Line 13: warning: don't use underscores in Go names; method ExecLocal_ContentStorage should be ExecLocalContentStorage (golint)
    • Line 34: warning: don't use underscores in Go names; method ExecLocal_HashStorage should be ExecLocalHashStorage (golint)
    • Line 55: warning: don't use underscores in Go names; method ExecLocal_LinkStorage should be ExecLocalLinkStorage (golint)
    • Line 76: warning: don't use underscores in Go names; method ExecLocal_EncryptStorage should be ExecLocalEncryptStorage (golint)
    • Line 97: warning: don't use underscores in Go names; method ExecLocal_EncryptShareStorage should be ExecLocalEncryptShareStorage (golint)
    • Line 118: warning: don't use underscores in Go names; method ExecLocal_EncryptAdd should be ExecLocalEncryptAdd (golint)
    • plugin/plugin/dapp/relay/executor/exec.go
    • Line 12: warning: don't use underscores in Go names; method Exec_Create should be ExecCreate (golint)
    • Line 17: warning: don't use underscores in Go names; method Exec_Accept should be ExecAccept (golint)
    • Line 22: warning: don't use underscores in Go names; method Exec_Revoke should be ExecRevoke (golint)
    • Line 27: warning: don't use underscores in Go names; method Exec_ConfirmTx should be ExecConfirmTx (golint)
    • Line 32: warning: don't use underscores in Go names; method Exec_Verify should be ExecVerify (golint)
    • Line 37: warning: don't use underscores in Go names; method Exec_BtcHeaders should be ExecBtcHeaders (golint)
    • plugin/plugin/dapp/unfreeze/executor/query.go
    • Line 17: warning: don't use underscores in Go names; method Query_GetUnfreezeWithdraw should be QueryGetUnfreezeWithdraw (golint)
    • Line 23: warning: don't use underscores in Go names; method Query_GetUnfreeze should be QueryGetUnfreeze (golint)
    • Line 28: warning: don't use underscores in Go names; method Query_ListUnfreezeByCreator should be QueryListUnfreezeByCreator (golint)
    • Line 33: warning: don't use underscores in Go names; method Query_ListUnfreezeByBeneficiary should be QueryListUnfreezeByBeneficiary (golint)
    • plugin/plugin/dapp/token/executor/exec.go
    • Line 13: warning: don't use underscores in Go names; method Exec_Transfer should be ExecTransfer (golint)
    • Line 29: warning: don't use underscores in Go names; method Exec_Withdraw should be ExecWithdraw (golint)
    • Line 45: warning: don't use underscores in Go names; method Exec_TokenPreCreate should be ExecTokenPreCreate (golint)
    • Line 50: warning: don't use underscores in Go names; method Exec_TokenFinishCreate should be ExecTokenFinishCreate (golint)
    • Line 56: warning: don't use underscores in Go names; method Exec_TokenRevokeCreate should be ExecTokenRevokeCreate (golint)
    • Line 61: warning: don't use underscores in Go names; method Exec_TransferToExec should be ExecTransferToExec (golint)
    • Line 77: warning: don't use underscores in Go names; method Exec_TokenMint should be ExecTokenMint (golint)
    • Line 82: warning: don't use underscores in Go names; method Exec_TokenBurn should be ExecTokenBurn (golint)
    • plugin/plugin/dapp/paracross/executor/exec.go
    • Line 15: warning: don't use underscores in Go names; method Exec_Commit should be ExecCommit (golint)
    • Line 26: warning: don't use underscores in Go names; method Exec_AssetTransfer should be ExecAssetTransfer (golint)
    • Line 43: warning: don't use underscores in Go names; method Exec_AssetWithdraw should be ExecAssetWithdraw (golint)
    • Line 59: warning: don't use underscores in Go names; method Exec_CrossAssetTransfer should be ExecCrossAssetTransfer (golint)
    • Line 75: warning: don't use underscores in Go names; method Exec_Miner should be ExecMiner (golint)
    • Line 88: warning: don't use underscores in Go names; method Exec_Transfer should be ExecTransfer (golint)
    • Line 94: warning: don't use underscores in Go names; method Exec_Withdraw should be ExecWithdraw (golint)
    • Line 100: warning: don't use underscores in Go names; method Exec_TransferToExec should be ExecTransferToExec (golint)
    • Line 106: warning: don't use underscores in Go names; method Exec_NodeConfig should be ExecNodeConfig (golint)
    • Line 112: warning: don't use underscores in Go names; method Exec_NodeGroupConfig should be ExecNodeGroupConfig (golint)
    • Line 118: warning: don't use underscores in Go names; method Exec_SelfStageConfig should be ExecSelfStageConfig (golint)
    • Line 124: warning: don't use underscores in Go names; method Exec_ParaBindMiner should be ExecParaBindMiner (golint)
    • plugin/plugin/dapp/vote/executor/exec_local.go
    • Line 15: warning: don't use underscores in Go names; method ExecLocal_CreateGroup should be ExecLocalCreateGroup (golint)
    • Line 43: warning: don't use underscores in Go names; method ExecLocal_UpdateGroup should be ExecLocalUpdateGroup (golint)
    • Line 92: warning: don't use underscores in Go names; method ExecLocal_CreateVote should be ExecLocalCreateVote (golint)
    • Line 118: warning: don't use underscores in Go names; method ExecLocal_CommitVote should be ExecLocalCommitVote (golint)
    • Line 139: warning: don't use underscores in Go names; method ExecLocal_CloseVote should be ExecLocalCloseVote (golint)
    • Line 163: warning: don't use underscores in Go names; method ExecLocal_UpdateMember should be ExecLocalUpdateMember (golint)
    • plugin/plugin/dapp/x2ethereum/executor/exec_local.go
    • Line 15: warning: don't use underscores in Go names; method ExecLocal_Eth2Chain33Lock should be ExecLocalEth2Chain33Lock (golint)
    • Line 23: warning: don't use underscores in Go names; method ExecLocal_Eth2Chain33Burn should be ExecLocalEth2Chain33Burn (golint)
    • Line 31: warning: don't use underscores in Go names; method ExecLocal_Chain33ToEthBurn should be ExecLocalChain33ToEthBurn (golint)
    • Line 39: warning: don't use underscores in Go names; method ExecLocal_Chain33ToEthLock should be ExecLocalChain33ToEthLock (golint)
    • Line 47: warning: don't use underscores in Go names; method ExecLocal_AddValidator should be ExecLocalAddValidator (golint)
    • Line 53: warning: don't use underscores in Go names; method ExecLocal_RemoveValidator should be ExecLocalRemoveValidator (golint)
    • Line 59: warning: don't use underscores in Go names; method ExecLocal_ModifyPower should be ExecLocalModifyPower (golint)
    • Line 65: warning: don't use underscores in Go names; method ExecLocal_SetConsensusThreshold should be ExecLocalSetConsensusThreshold (golint)
    • plugin/plugin/dapp/cert/executor/exec_local.go
    • Line 20: warning: don't use underscores in Go names; method ExecLocal_New should be ExecLocalNew (golint)
    • Line 49: warning: don't use underscores in Go names; method ExecLocal_Update should be ExecLocalUpdate (golint)
    • Line 83: warning: don't use underscores in Go names; method ExecLocal_Normal should be ExecLocalNormal (golint)
    • plugin/plugin/dapp/privacy/crypto/privacy_test.go
    • Line 90: warning: don't use underscores in Go names; func test_RecoverOnetimePriKey should be testRecoverOnetimePriKey (golint)
    • Line 98: warning: don't use underscores in Go names; func test_GenerateOneTimeAddr should be testGenerateOneTimeAddr (golint)
    • Line 105: warning: don't use underscores in Go names; func test_NewPrivacy should be testNewPrivacy (golint)
    • Line 110: warning: don't use underscores in Go names; func test_NewPrivacyWithPrivKey should be testNewPrivacyWithPrivKey (golint)

gocyclo90%

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.

    • plugin/plugin/dapp/autonomy/executor/projectaction.go
    • Line 399: warning: cyclomatic complexity 25 of function (*action).tmintPropProject() is high (> 15) (gocyclo)
    • Line 166: warning: cyclomatic complexity 23 of function (*action).votePropProject() is high (> 15) (gocyclo)
    • Line 293: warning: cyclomatic complexity 17 of function (*action).pubVotePropProject() is high (> 15) (gocyclo)
    • plugin/plugin/consensus/tendermint/peer_set.go
    • Line 874: warning: cyclomatic complexity 23 of function (*peerConn).gossipVotesForHeight() is high (> 15) (gocyclo)
    • Line 705: warning: cyclomatic complexity 22 of function (*peerConn).gossipDataRoutine() is high (> 15) (gocyclo)
    • Line 619: warning: cyclomatic complexity 19 of function (*peerConn).updateStateRoutine() is high (> 15) (gocyclo)
    • Line 545: warning: cyclomatic complexity 19 of function (*peerConn).recvRoutine() is high (> 15) (gocyclo)
    • Line 802: warning: cyclomatic complexity 17 of function (*peerConn).gossipVotesRoutine() is high (> 15) (gocyclo)
    • Line 1137: warning: cyclomatic complexity 16 of function (*PeerConnState).getVoteBitArray() is high (> 15) (gocyclo)
    • plugin/plugin/consensus/qbft/peer_set.go
    • Line 842: warning: cyclomatic complexity 23 of function (*peerConn).gossipVotesForHeight() is high (> 15) (gocyclo)
    • Line 673: warning: cyclomatic complexity 22 of function (*peerConn).gossipDataRoutine() is high (> 15) (gocyclo)
    • Line 588: warning: cyclomatic complexity 19 of function (*peerConn).updateStateRoutine() is high (> 15) (gocyclo)
    • Line 519: warning: cyclomatic complexity 17 of function (*peerConn).recvRoutine() is high (> 15) (gocyclo)
    • Line 770: warning: cyclomatic complexity 17 of function (*peerConn).gossipVotesRoutine() is high (> 15) (gocyclo)
    • Line 1131: warning: cyclomatic complexity 16 of function (*PeerConnState).getVoteBitArray() is high (> 15) (gocyclo)
    • plugin/plugin/consensus/qbft/consensus_state.go
    • Line 1576: warning: cyclomatic complexity 53 of function (*ConsensusState).addVote() is high (> 15) (gocyclo)
    • Line 1425: warning: cyclomatic complexity 39 of function (*ConsensusState).tryAddAggVote() is high (> 15) (gocyclo)
    • Line 297: warning: cyclomatic complexity 18 of function (*ConsensusState).updateToState() is high (> 15) (gocyclo)
    • Line 1344: warning: cyclomatic complexity 17 of function (*ConsensusState).addProposalBlock() is high (> 15) (gocyclo)
    • plugin/plugin/dapp/blackwhite/executor/action.go
    • Line 528: warning: cyclomatic complexity 31 of function (*action).getWinner() is high (> 15) (gocyclo)
    • Line 388: warning: cyclomatic complexity 29 of function (*action).StatTransfer() is high (> 15) (gocyclo)
    • Line 280: warning: cyclomatic complexity 17 of function (*action).TimeoutDone() is high (> 15) (gocyclo)
    • plugin/plugin/p2p/gossip/monitor.go
    • Line 101: warning: cyclomatic complexity 25 of function (*Node).getAddrFromOnline() is high (> 15) (gocyclo)
    • Line 267: warning: cyclomatic complexity 21 of function (*Node).nodeReBalance() is high (> 15) (gocyclo)
    • Line 448: warning: cyclomatic complexity 20 of function (*Node).monitorDialPeers() is high (> 15) (gocyclo)

ineffassign99%

IneffAssign detects ineffectual assignments in Go code.


license100%

Checks whether your project has a LICENSE file.

No problems detected. Good job!


misspell100%

Misspell Finds commonly misspelled English words

No problems detected. Good job!