Documentation ¶
Index ¶
Constants ¶
View Source
const ( // TMCoreSemVer is the current version of Tendermint Core. // It's the Semantic Version of the software. // Must be a string because scripts like dist.sh read this file. TMCoreSemVer = "0.25.0" // ABCISemVer is the semantic version of the ABCI library ABCISemVer = "0.14.0" ABCIVersion = ABCISemVer )
Variables ¶
View Source
var ( // GitCommit is the current HEAD set using ldflags. GitCommit string // Version is the built softwares version. Version string = TMCoreSemVer )
Functions ¶
This section is empty.
Types ¶
type App ¶
App includes the protocol and software version for the application. This information is included in ResponseInfo. The App.Protocol can be updated in ResponseEndBlock.
Click to show internal directories.
Click to hide internal directories.