Skip to content

Commit 079f0c6

Browse files
Update testnet genesis state descriptions (#4727)
Updated documentation comments in fork documents about `upgrade_to_<fork>` function usage. Fixes #4720
1 parent b578962 commit 079f0c6

File tree

7 files changed

+14
-14
lines changed

7 files changed

+14
-14
lines changed

specs/_features/eip6800/fork.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ Warning: this configuration is not definitive.
3131

3232
The fork is triggered at epoch `EIP6800_FORK_EPOCH`.
3333

34-
Note that for the pure eip6800 networks, we don't apply `upgrade_to_eip6800`
35-
since it starts with the eip6800 version logic.
34+
*Note*: For the pure eip6800 networks, the `upgrade_to_eip6800` function is
35+
applied to transition the genesis state to this fork.
3636

3737
### Upgrading the state
3838

specs/altair/fork.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ the Altair hard fork, introducing light client support and other improvements.
2828

2929
The fork is triggered at epoch `ALTAIR_FORK_EPOCH`.
3030

31-
Note that for the pure Altair networks, we don't apply `upgrade_to_altair` since
32-
it starts with Altair version logic.
31+
*Note*: For the pure Altair networks, the `upgrade_to_altair` function is
32+
applied to transition the genesis state to this fork.
3333

3434
### Upgrading the state
3535

specs/bellatrix/fork.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ finality, deposits, active validator count, etc. may be part of the decision
3030
process to trigger the fork. For now we assume the condition will be triggered
3131
at epoch `BELLATRIX_FORK_EPOCH`.
3232

33-
Note that for the pure Bellatrix networks, we don't apply `upgrade_to_bellatrix`
34-
since it starts with Bellatrix version logic.
33+
*Note*: For the pure Bellatrix networks, the `upgrade_to_bellatrix` function is
34+
applied to transition the genesis state to this fork.
3535

3636
### Upgrading the state
3737

specs/capella/fork.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ This document describes the process of the Capella upgrade.
2727

2828
The fork is triggered at epoch `CAPELLA_FORK_EPOCH`.
2929

30-
Note that for the pure Capella networks, we don't apply `upgrade_to_capella`
31-
since it starts with Capella version logic.
30+
*Note*: For the pure Capella networks, the `upgrade_to_capella` function is
31+
applied to transition the genesis state to this fork.
3232

3333
### Upgrading the state
3434

specs/deneb/fork.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ Warning: this configuration is not definitive.
2929

3030
The fork is triggered at epoch `DENEB_FORK_EPOCH`.
3131

32-
Note that for the pure Deneb networks, we don't apply `upgrade_to_deneb` since
33-
it starts with Deneb version logic.
32+
*Note*: For the pure Deneb networks, the `upgrade_to_deneb` function is applied
33+
to transition the genesis state to this fork.
3434

3535
### Upgrading the state
3636

specs/electra/fork.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ Warning: this configuration is not definitive.
2929

3030
The fork is triggered at epoch `ELECTRA_FORK_EPOCH`.
3131

32-
Note that for the pure Electra networks, we don't apply `upgrade_to_electra`
33-
since it starts with Electra version logic.
32+
*Note*: For the pure Electra networks, the `upgrade_to_electra` function is
33+
applied to transition the genesis state to this fork.
3434

3535
### Upgrading the state
3636

specs/fulu/fork.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ def initialize_proposer_lookahead(
4747

4848
The fork is triggered at epoch `FULU_FORK_EPOCH`.
4949

50-
Note that for the pure Fulu networks, we don't apply `upgrade_to_fulu` since it
51-
starts with Fulu version logic.
50+
*Note*: For the pure Fulu networks, the `upgrade_to_fulu` function is applied to
51+
transition the genesis state to this fork.
5252

5353
### Upgrading the state
5454

0 commit comments

Comments
 (0)