version

package
v0.2.0-alpha Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 12, 2025 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// TMVersionDefault is the used as the fallback version of Tendermint Core
	// when not using git describe. It is formatted with semantic versioning.
	TMVersionDefault = "0.34.24"
	// 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 BuildTags = ""

BuildTags are the build tags used

View Source
var BuildTime = ""

BuildTime is the build timestamp

View Source
var GitCommit = ""

GitCommit is the git commit hash

View Source
var GoVersion = ""

GoVersion is the Go version used to build

View Source
var TMCoreSemVer = TMVersionDefault
View Source
var Version = "v0.1.0"

Version is the current version of Fluentum Core

Functions

func Compatible

func Compatible(minVersion string) bool

Compatible checks if the current version is compatible with the required minimum version

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL