make preset header comments consistent (#2905)

Currently there is a mix of comment formats in the various preset files.
Altair presets have a leading header line, Phase0 presets don't.
Furthermore, the Altair `minimal` header refers to `mainnet` (#2710).
Updated all of the header lines to match the spec.
This commit is contained in:
Etan Kissling 2021-09-27 11:31:13 +02:00 committed by GitHub
parent e47a8cbe42
commit 5bfff43785
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 7 additions and 5 deletions

View File

@ -1,5 +1,5 @@
# Mainnet preset - Altair
# https://github.com/ethereum/consensus-specs/blob/v1.1.0-alpha.8/presets/mainnet/altair.yaml
# https://github.com/ethereum/consensus-specs/blob/v1.1.0-beta.5/presets/mainnet/altair.yaml
const
# Updated penalty values
# ---------------------------------------------------------------

View File

@ -1,4 +1,5 @@
# https://github.com/ethereum/consensus-specs/blob/v1.1.0-alpha.8/presets/mainnet/phase0.yaml
# Mainnet preset - Phase0
# https://github.com/ethereum/consensus-specs/blob/v1.1.0-beta.5/presets/mainnet/phase0.yaml
const
#

View File

@ -1,5 +1,5 @@
# Mainnet preset - Altair
# https://github.com/ethereum/consensus-specs/blob/v1.1.0-alpha.8/presets/minimal/altair.yaml
# Minimal preset - Altair
# https://github.com/ethereum/consensus-specs/blob/v1.1.0-beta.5/presets/minimal/altair.yaml
const
# Updated penalty values
# ---------------------------------------------------------------

View File

@ -1,4 +1,5 @@
# https://github.com/ethereum/consensus-specs/blob/v1.1.0-alpha.8/presets/minimal/phase0.yaml
# Minimal preset - Phase0
# https://github.com/ethereum/consensus-specs/blob/v1.1.0-beta.5/presets/minimal/phase0.yaml
const
#