Documentation ¶
Index ¶
Constants ¶
View Source
const ( // ABCISemVer is the semantic version of the ABCI library ABCISemVer = "0.17.0" ABCIVersion = ABCISemVer )
Variables ¶
View Source
var ( // P2PProtocol versions all p2p behaviour and msgs. // This includes proposer selection. P2PProtocol uint64 = 8 // BlockProtocol versions all block data structures and processing. // This includes validity of blocks and state updates. BlockProtocol uint64 = 11 )
View Source
var ( // TMCoreSemVer is the current version of Tendermint Core. // It's the Semantic Version of the software. TMCoreSemVer string )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.