ethereum / ethereum/builder-specs
Use Builder Pubkey instead of Builder Index
- Dominant language
- HTML
- Stars
- 234
- Forks
- 86
- Avg merge
- 4d 1h
- Merged PRs (30d)
- 2
Description
In the RequestAuth, we currently sign over the builder index. Builder indices are only known for builders after the Gloas fork transition which will require builders to advertise their indices once they have been registered on-chain at the fork.
If we use the Builder pubkey instead, builders can advertise the pubkey with which they will become an on-chain builder before the fork transition. Validators can then update their configurations with the builder pubkey before the fork and not have to rely on the builder having to advertise their index after the fork.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.