Module epoch_config

Module epoch_config 

Source
Expand description

Management of the current-epoch configuration.

The configuration is stored in a file named .epoch and contains only the lightweight information needed for the CLI to switch between epochs quickly:

  • the numeric ID of the current epoch,
  • a map of human-friendly tags to epoch IDs,
  • a map of known epoch IDs to unloaded metadata (EpochInfo).

The world data and all event logs belong to the individual epoch directories and are not part of this file.

Structs§

EpochConfig
The file written to .epochconfig that tells the CLI which epoch folder is the “current” one.