Pass Globals
externally to the executable spec instead of hardcoding
#624
Labels
Globals
externally to the executable spec instead of hardcoding
#624
The implementation uses a
Globals
record for storing certain global values, such asSlotsPerEpoch
,SecurityParameter
etc. Right now the spec hard-codes those values in theImplementation
data structure but it would be better if those values were passed from the implementation instead, perhaps with theExternalFunctions
record.The text was updated successfully, but these errors were encountered: