eth2.0-specs/configs/constant_presets
protolambda d7b7640221
overhaul shuffling tests, focus on swap-or-not shuffle
2019-04-11 18:33:46 +10:00
..
README.md include example configs and fork timelines, with format spec 2019-04-07 14:46:37 +10:00
mainnet.yaml Work for new pyspec based test generators 2019-04-10 21:45:46 +10:00
minimal.yaml overhaul shuffling tests, focus on swap-or-not shuffle 2019-04-11 18:33:46 +10:00

README.md

Constant Presets

This directory contains a set of constants presets used for testing, testnets, and mainnet.

A preset file contains all the constants known for its target. Later-fork constants can be ignored, e.g. ignore phase1 constants as a client that only supports phase 0 currently.

Format

Each preset is a key-value mapping.

Key: an UPPER_SNAKE_CASE (a.k.a. "macro case") formatted string, name of the constant. Value: can be any of:

  • an unsigned integer number, can be up to 64 bits (incl.)
  • a hexadecimal string, prefixed with 0x

Presets may contain comments to describe the values.

See mainnet.yaml for a complete example.