Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeAI-Artist/Linkis
/ ValidateBasic
Method
ValidateBasic
consensus/reactor.go:1508–1508 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
1506
// Message is a message that can be sent and received on the Reactor
1507
type
Message
interface
{
1508
ValidateBasic() error
1509
}
1510
1511
func
init() {
Callers
15
MsgFromProto
Function · 0.95
ProofFromProto
Function · 0.65
TestProofValidateBasic
Function · 0.65
testnetFiles
Function · 0.65
ParseConfig
Function · 0.65
ReceiveEnvelope
Method · 0.65
ValidateBasic
Method · 0.65
ValidateBasic
Method · 0.65
ValidateBasic
Method · 0.65
ValidateBasic
Method · 0.65
ValidateBasic
Method · 0.65
ValidateBasic
Method · 0.65
Implementers
15
BlockMeta
types/block_meta.go
ValidatorSet
types/validator_set.go
LightBlock
types/light.go
SignedHeader
types/light.go
Vote
types/vote.go
Validator
types/validator.go
DuplicateVoteEvidence
types/evidence.go
LightClientAttackEvidence
types/evidence.go
Proposal
types/proposal.go
Part
types/part_set.go
PartSetHeader
types/part_set.go
Block
types/block.go
Calls
no outgoing calls
Tested by
10
TestProofValidateBasic
Function · 0.52
TestConfigValidateBasic
Function · 0.52
TestBaseConfigValidateBasic
Function · 0.52
TestRPCConfigValidateBasic
Function · 0.52
TestP2PConfigValidateBasic
Function · 0.52
TestMempoolConfigValidateBasic
Function · 0.52
TestStateSyncConfigValidateBasic
Function · 0.52
TestFastSyncConfigValidateBasic
Function · 0.52
TestConsensusConfig_ValidateBasic
Function · 0.52
TestInstrumentationConfigValidateBasic
Function · 0.52