# README
Parameter
This directory contains the parameters affecting the behavior of the Node.
The parameters must NOT be changed manually.
# Functions
No description provided by the author
GetCurrentEpoch Get the current epoch from redis cache.
GetCurrentEpochFromVSL Get the current epoch from VSL blockchain.
GetNetworkBlockStart Get the current network block start from redis cache.
InitVSLClient initializes the VSL client.
PullNetworkParamsFromVSL pulls the network parameters from the VSL.
UpdateBlockStart updates the current start block in redis cache.
UpdateCurrentEpoch updates the current epoch in redis cache.
# Constants
NumberOfMonthsToCover the number of months that a Node should cover data for.
# Variables
CurrentNetworkCoreWorkerDiskSpacePerMonth the disk space required for the network's core worker to store a month worth of data The data is calculated based on the average disk space usage during 2024 Q1.
CurrentNetworkStartBlock should be updated each epoch from vsl.
CurrentNetworkTolerance should be updated each epoch from vsl.
# Structs
NetworkParamsData contains the network parameters.
No description provided by the author
# Type aliases
No description provided by the author
No description provided by the author
No description provided by the author