Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DrandBeacon ¶
type DrandBeacon struct {
// contains filtered or unexported fields
}
DrandBeacon connects Lotus with a drand network in order to provide randomness to the system in a way that's aligned with Filecoin rounds/epochs.
We connect to drand peers via their public HTTP endpoints. The peers are enumerated in the drandServers variable.
The root trust for the Drand chain is configured from build.DrandChain.
func NewDrandBeacon ¶
func NewDrandBeacon(genesisTs, interval uint64, ps *pubsub.PubSub, config dtypes.DrandConfig) (*DrandBeacon, error)
func (*DrandBeacon) MaxBeaconRoundForEpoch ¶
func (db *DrandBeacon) MaxBeaconRoundForEpoch(nv network.Version, filEpoch abi.ChainEpoch) uint64
func (*DrandBeacon) VerifyEntry ¶
func (db *DrandBeacon) VerifyEntry(curr types.BeaconEntry, prev types.BeaconEntry) error
type DrandHTTPClient ¶ added in v1.1.1
type DrandHTTPClient interface {
SetUserAgent(string)
}
DrandHTTPClient interface overrides the user agent used by drand
Click to show internal directories.
Click to hide internal directories.