quorumhelper

package
v0.0.0-...-e5b78d8 Latest Latest
Warning

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

Go to latest
Published: Dec 23, 2024 License: MIT Imports: 2 Imported by: 6

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ObservationCountReachesObservationQuorum

func ObservationCountReachesObservationQuorum(quorum Quorum, n, f int, aos []types.AttributedObservation) bool

Types

type Quorum

type Quorum int
const (

	// Guarantees at least one honest observation
	QuorumFPlusOne Quorum
	// Guarantees an honest majority of observations
	QuorumTwoFPlusOne
	// Guarantees that all sets of observations overlap in at least one honest oracle
	QuorumByzQuorum
	// Maximal number of observations we can rely on being available
	QuorumNMinusF
)

Jump to

Keyboard shortcuts

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