mirror of
https://github.com/status-im/nimbus-eth2.git
synced 2025-01-09 13:56:23 +00:00
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:
parent
e47a8cbe42
commit
5bfff43785
@ -1,5 +1,5 @@
|
|||||||
# Mainnet preset - Altair
|
# 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
|
const
|
||||||
# Updated penalty values
|
# Updated penalty values
|
||||||
# ---------------------------------------------------------------
|
# ---------------------------------------------------------------
|
||||||
|
@ -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
|
const
|
||||||
#
|
#
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
# Mainnet preset - Altair
|
# Minimal preset - Altair
|
||||||
# https://github.com/ethereum/consensus-specs/blob/v1.1.0-alpha.8/presets/minimal/altair.yaml
|
# https://github.com/ethereum/consensus-specs/blob/v1.1.0-beta.5/presets/minimal/altair.yaml
|
||||||
const
|
const
|
||||||
# Updated penalty values
|
# Updated penalty values
|
||||||
# ---------------------------------------------------------------
|
# ---------------------------------------------------------------
|
||||||
|
@ -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
|
const
|
||||||
#
|
#
|
||||||
|
Loading…
x
Reference in New Issue
Block a user