util

package
v0.6.7 Latest Latest
Warning

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

Go to latest
Published: Sep 26, 2020 License: MIT Imports: 6 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// EpochDurationSeconds is the expected duration in seconds of an epoch.
	// Defined at the filecoin spec level.
	EpochDurationSeconds = 30

	// MinDealDuration is the minium deal duration accepted in the Filecoin network.
	// Original calculation: 180 * EpochsInADay
	MinDealDuration = 180 * (24 * 60 * 60 / EpochDurationSeconds)

	// CidUndef is a magic value to represent an undefined cid as a string.
	CidUndef = "CID_UNDEF"

	// DefaultCidUndef is the string generated by the cid module's String() func for an undefined cid.
	DefaultCidUndef = "b"
)

Variables

View Source
var (
	// AvgBlockTime is the expected duration between block in two consecutive epochs.
	AvgBlockTime = time.Second * time.Duration(EpochDurationSeconds)
)

Functions

func CidFromString added in v0.2.0

func CidFromString(c string) (cid.Cid, error)

CidFromString converts a string to a cid assuming that an empty string is cid.Undef.

func CidToString added in v0.2.0

func CidToString(c cid.Cid) string

CidToString converts a cid to string, representing cid.Undef as an empty string.

func MustParseAddr

func MustParseAddr(str string) ma.Multiaddr

MustParseAddr returns a parsed Multiaddr, or panics if invalid.

func TCPAddrFromMultiAddr

func TCPAddrFromMultiAddr(maddr ma.Multiaddr) (string, error)

TCPAddrFromMultiAddr converts a multiaddress to a string representation of a tcp address.

Types

This section is empty.

Jump to

Keyboard shortcuts

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