Documentation ¶
Index ¶
Constants ¶
View Source
const ( // TMVersionDefault is the used as the fallback version for Tenderdash // when not using git describe. It is formatted with semantic versioning. TMVersionDefault = "1.2.0-dev.1" // ABCISemVer is the semantic version of the ABCI library ABCISemVer = "1.1.0" ABCIVersion = ABCISemVer )
Variables ¶
View Source
var ( // P2PProtocol versions all p2p behavior and msgs. // This includes proposer selection. P2PProtocol uint64 = 10 // BlockProtocol versions all block data structures and processing. // This includes validity of blocks and state updates. BlockProtocol uint64 = 14 )
View Source
var (
TMCoreSemVer = TMVersionDefault
)
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.