Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 847 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 847 Bytes
order parent
1
title order
Messages
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