# Functions
ActiveFlags returns all of the flags that are not Hidden.
ConfigureBeaconChain sets the global config based on what flags are enabled for the beacon-chain client.
ConfigureValidator sets the global config based on what flags are enabled for the validator client.
Get retrieves feature config.
Init sets the global config equal to the config that is passed in.
# Variables
BeaconChainFlags contains a list of all the feature flags that apply to the beacon-chain client.
E2EBeaconChainFlags contains a list of the beacon chain feature flags to be tested in E2E.
E2EValidatorFlags contains a list of the validator feature flags to be tested in E2E.
ValidatorFlags contains a list of all the feature flags that apply to the validator client.