2019-04-07 04:46:37 +00:00
|
|
|
# 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.
|
2019-05-06 15:30:32 +00:00
|
|
|
Later forks can be ignored, e.g. ignore fork `phase1` as a client that only supports Phase 0 currently.
|
2019-04-07 04:46:37 +00:00
|
|
|
|
|
|
|
## Format
|
|
|
|
|
|
|
|
Each preset is a key-value mapping.
|
|
|
|
|
|
|
|
**Key**: an `lower_snake_case` (a.k.a. "python case") formatted string, name of the fork.
|
2019-05-06 15:30:32 +00:00
|
|
|
|
|
|
|
**Value**: an unsigned integer number, epoch number of activation of the fork.
|
2019-04-07 04:46:37 +00:00
|
|
|
|
|
|
|
Timelines may contain comments to describe the values.
|
|
|
|
|
2019-05-06 15:30:32 +00:00
|
|
|
See [`mainnet.yaml`](./mainnet.yaml) for a complete example.
|
2019-04-07 04:46:37 +00:00
|
|
|
|