You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Callum Waters 72adbf9cc9
statesync: new messages for gossiping consensus params (#328)
3 years ago
..
README.md spec: remove reactor section (#242) 4 years ago
block-sync.md fix message type for block-sync (#298) 3 years ago
consensus.md rename HasVote to ReceivedVote (#289) 3 years ago
evidence.md spec: remove reactor section (#242) 4 years ago
mempool.md spec: remove reactor section (#242) 4 years ago
pex.md add new pex messages (#312) 3 years ago
state-sync.md statesync: new messages for gossiping consensus params (#328) 3 years ago

README.md

order parent
1 [{title Messages} {order 1}]

Messages

An implementation of the spec consists of many components. While many parts of these components are implementation specific, the p2p messages are not. In this section we will be covering all the p2p messages of components.

There are two parts to the P2P messages, the message and the channel. The channel is message specific and messages are specific to components of Tendermint. When a node connect to a peer it will tell the other node which channels are available. This notifies the peer what services the connecting node offers. You can read more on channels in connection.md