# Packages
No description provided by the author
# Functions
Get returns registry by value in order to avoid further modifications after initial configuration loading.
Load makes an attempt to read and unmarshal any configs from flag, env and dusk config file.
LoadFromFile unmarshalls configPath file into a new Registry instance NB.
Mock should be used only in test packages.
# Constants
ConsensusMaxCommitteeSize represents the maximum size of the committee in 1st_Reduction, 2th_Reduction and Agreement phases.
ConsensusMaxStep consensus max step number.
ConsensusQuorumThreshold is consensus quorum percentage.
ConsensusMaxCommitteeSize represents the maximum size of the committee in Selection phase.
ConsensusTimeThreshold consensus time in seconds above which we don't throttle it.
Default Block Gas limit.
Consensus-related settings Protocol-based consensus step time.
DUSK is one whole unit of DUSK.
EPOCH used for stake operations.
GetCandidateReceivers is a redundancy factor on retrieving a missing candidate block.
KadcastInitialHeight sets the default initial height for Kadcast broadcast algorithm.
maximum block time in seconds.
Maximum number of blocks to be requested/delivered on a single syncing session with a peer.
MaxTxSetSize defines the maximum amount of transactions.
The dusk-blockchain executable version.
RuskVersion is the version of the supported rusk binary.