Skip to content

Commit

Permalink
Comments and correct number
Browse files Browse the repository at this point in the history
  • Loading branch information
lucassaldanha committed Oct 31, 2024
1 parent ad89d33 commit c4652c0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions EIPS/eip-7800.md → EIPS/eip-7804.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
eip: 7800
eip: 7804
title: Withdrawal Credential Update Request
description: Allow validators to update their withdrawal credentials via execution requests
author: lucassaldanha (@lucassaldanha)
discussions-to: https://ethereum-magicians.org/t/eip-7800-withdrawal-credential-update-request/21514
discussions-to: https://ethereum-magicians.org/t/eip-7804-withdrawal-credential-update-request/21514
status: Draft
type: Standards Track
category: Core
Expand All @@ -23,9 +23,9 @@ address was introduced in Capella, one of the most common questions was about
allowing the withdrawal credential to be changed in the future.
Either for security (e.g. credential rotation) or to allow for alternative ways
of handling withdrawals (e.g. having a contract address as credentials).
The main reason for not adding this options was because the complexity of implementing
this communication channel between the Execution Layer and the Consensus Layer was
complicated (based on the experience with the Eth1 bridge).
The main reason for not adding this options was because implementing
this communication channel between the Execution Layer and the Consensus Layer is
complex (based on the experience with the Eth1 bridge).

In Electra, the protocol was upgraded with Execution Requests (deposits, withdrawals and
consolidations), and a mechanism for general purpose execution requests
Expand Down

0 comments on commit c4652c0

Please sign in to comment.