eth2.0-specs/configs/fork_timelines
Carl Beekhuizen 35c03c5f3e
Adds review suggestions I missed
2019-06-06 11:45:22 +02:00
..
README.md Doc standardization (#1039) 2019-05-06 16:30:32 +01:00
mainnet.yaml Adds review suggestions I missed 2019-06-06 11:45:22 +02:00
testing.yaml small format update, support new testing format in generator base pkg 2019-04-07 17:26:24 +10:00

README.md

Fork timelines

This directory contains a set of fork timelines used for testing, testnets, and mainnet.

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

Format

Each preset is a key-value mapping.

Key: an lower_snake_case (a.k.a. "python case") formatted string, name of the fork.

Value: an unsigned integer number, epoch number of activation of the fork.

Timelines may contain comments to describe the values.

See mainnet.yaml for a complete example.