# Packages
No description provided by the author
No description provided by the author
Package bls implements a go-wrapper around a library implementing the the BLS12-381 curve and signature scheme.
Package bytesutil defines helper methods for converting integers to byte slices.
Package cmd defines the command line flags for the shared utlities.
Package debug defines useful profiling utils that came originally with go-ethereum.
No description provided by the author
Package featureconfig defines which features are enabled for runtime
in order to selectively enable certain features to maintain a stable runtime.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
Package logutil creates a Multi writer instance that write all logs that are written to stdout.
No description provided by the author
Package mclockutil is a wrapper for a monotonic clock source.
No description provided by the author
No description provided by the author
Package mock is a generated GoMock package.
No description provided by the author
No description provided by the author
Package params defines important constants that are essential to the Ethereum 2.0 services.
No description provided by the author
Package roughtime is a wrapper for a roughtime clock source.
No description provided by the author
Package sliceutil implements set operations for specified data type
Currently types which are tested and supported are:
[]uint32
[]int32
[]string
[]float32
[]uint64
[]int64
[]string
[]float64
Intersection, Union, Not , IsIn are the operations which are supported on slices
*/.
No description provided by the author
Package testutil defines the testing utils such as asserting logs.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Functions
NewServiceRegistry starts a registry instance for convenience.
# Structs
ServiceRegistry provides a useful pattern for managing services.
# Interfaces
Service is a struct that can be registered into a ServiceRegistry for easy dependency management.