time

package
v0.8.14 Latest Latest
Warning

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

Go to latest
Published: Sep 15, 2021 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Canonical

func Canonical(t time.Time) time.Time

Canonical returns UTC time with no monotonic component. Stripping the monotonic component is for time equality. See https://bitbucket.org/number571/tendermint/pull/2203#discussion_r215064334

func Now

func Now() time.Time

Now returns the current time in UTC with no monotonic component.

func WeightedMedian

func WeightedMedian(weightedTimes []*WeightedTime, totalVotingPower int64) (res time.Time)

WeightedMedian computes weighted median time for a given array of WeightedTime and the total voting power.

Types

type WeightedTime

type WeightedTime struct {
	Time   time.Time
	Weight int64
}

WeightedTime for computing a median.

func NewWeightedTime

func NewWeightedTime(time time.Time, weight int64) *WeightedTime

NewWeightedTime with time and weight.

Jump to

Keyboard shortcuts

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