-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Add EIP: Builder generalized consolidation requests #10220
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
File
|
EIPS/eip-99999.md
Outdated
@@ -0,0 +1,57 @@ | |||
--- | |||
eip: 99999 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
eip: 99999 | |
eip: 8014 |
Assigning next sequential EIP/ERC/RIP number.
Please also update the filename.
EIPS/eip-99999.md
Outdated
@@ -0,0 +1,57 @@ | |||
--- | |||
eip: 99999 | |||
title: Builder generalized consolidation requests. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
title: Builder generalized consolidation requests. | |
title: Builder generalized consolidation requests |
No need for full stop
EIPS/eip-99999.md
Outdated
title: Builder generalized consolidation requests. | ||
description: Adds a new generalized consolidation requests to create builders. | ||
author: Potuz (@potuz) | ||
discussions-to: https://ethereum-magicians.org/t/eip-99999-generalized-consolidation-requests/11111 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please create a discussions topic in Eth Magicians using the template: https://ethereum-magicians.org/c/eips/5
The commit e2160a1 (as a parent of f51af94) contains errors. |
This EIP adds a generalized consolidation type as specified in #10218 to handle active validators becoming builders as per EIP-7732.
The consensus counterpart is in ethereum/consensus-specs#4522