Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // The major or minor versions must bump when components bump. // The TendermintClassic software version. // // One of the six protocol-version constants that must move together; see // RELEASING.md ("Protocol versions") and misc/release/bump-protocol-version.sh. // // This is not the release version. A release is identified by its git tag, // compiled in as tm2/pkg/version.Version, and that is what a halt proposal's // halt_min_version compares against. This constant is the protocol version // negotiated with peers: VersionSet.CompatibleWith rejects a peer whose major // differs, so bumping it partitions the network and is its own flag day. Version = "v1.0.0-rc.0" VersionSet verset.VersionSet )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.