diff --git a/specs/_features/eip7732/fork.md b/specs/_features/eip7732/fork.md index dc61b22160..866cb14569 100644 --- a/specs/_features/eip7732/fork.md +++ b/specs/_features/eip7732/fork.md @@ -63,9 +63,7 @@ def compute_fork_version(epoch: Epoch) -> Version: ### Fork trigger -TBD. This fork is defined for testing purposes, the EIP may be combined with other -consensus-layer upgrade. -For now, we assume the condition will be triggered at epoch `EIP7732_FORK_EPOCH`. +The fork is triggered at epoch `EIP7732_FORK_EPOCH`. The EIP may be combined with other consensus-layer upgrade. ### Upgrading the state diff --git a/specs/deneb/fork.md b/specs/deneb/fork.md index ff28c94186..d6901eea9e 100644 --- a/specs/deneb/fork.md +++ b/specs/deneb/fork.md @@ -57,8 +57,7 @@ def compute_fork_version(epoch: Epoch) -> Version: ### Fork trigger -TBD. This fork is defined for testing purposes. -For now, we assume the condition will be triggered at epoch `DENEB_FORK_EPOCH`. +The fork is triggered at epoch `DENEB_FORK_EPOCH`. Note that for the pure Deneb networks, we don't apply `upgrade_to_deneb` since it starts with Deneb version logic. diff --git a/specs/electra/beacon-chain.md b/specs/electra/beacon-chain.md index cbb3528026..650667671d 100644 --- a/specs/electra/beacon-chain.md +++ b/specs/electra/beacon-chain.md @@ -1644,7 +1644,7 @@ def process_consolidation_request( switch_to_compounding_validator(state, source_index) return - # Verify that source != target, so a consolidation cannot be used as an exit. + # Verify that source != target, so a consolidation cannot be used as an exit if consolidation_request.source_pubkey == consolidation_request.target_pubkey: return # If the pending consolidations queue is full, consolidation requests are ignored diff --git a/specs/electra/fork.md b/specs/electra/fork.md index 879e548853..efea997e51 100644 --- a/specs/electra/fork.md +++ b/specs/electra/fork.md @@ -61,8 +61,7 @@ def compute_fork_version(epoch: Epoch) -> Version: ### Fork trigger -TBD. This fork is defined for testing purposes, the EIP may be combined with other consensus-layer upgrade. -For now, we assume the condition will be triggered at epoch `ELECTRA_FORK_EPOCH`. +The fork is triggered at epoch `ELECTRA_FORK_EPOCH`. Note that for the pure Electra networks, we don't apply `upgrade_to_electra` since it starts with Electra version logic. diff --git a/specs/fulu/fork.md b/specs/fulu/fork.md index 5f97c265b3..8cd0a5489c 100644 --- a/specs/fulu/fork.md +++ b/specs/fulu/fork.md @@ -63,8 +63,7 @@ def compute_fork_version(epoch: Epoch) -> Version: ### Fork trigger -TBD. This fork is defined for testing purposes, the EIP may be combined with other consensus-layer upgrade. -For now, we assume the condition will be triggered at epoch `FULU_FORK_EPOCH`. +The fork is triggered at epoch `FULU_FORK_EPOCH`. Note that for the pure Fulu networks, we don't apply `upgrade_to_fulu` since it starts with Fulu version logic.