Documentation ¶
Overview ¶
Package version stores version information for IPFS Cluster.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RPCProtocol = protocol.ID("/ipfscluster/1.0/rpc")
RPCProtocol is protocol handler used to send libp2p-rpc messages between cluster peers. All peers in the cluster need to speak the same protocol version.
The RPC Protocol is not linked to the IPFS Cluster version (though it once was). The protocol version will be updated as needed when breaking changes are introduced, though at this point we aim to minimize those as much as possible.
View Source
var Version = semver.MustParse("1.1.1")
Version is the current cluster version.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.