Skip to content
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

Proposal: add validator registration into the transcript #46

Open
metachris opened this issue Dec 2, 2022 · 0 comments
Open

Proposal: add validator registration into the transcript #46

metachris opened this issue Dec 2, 2022 · 0 comments

Comments

@metachris
Copy link
Collaborator

metachris commented Dec 2, 2022

I think the transcript should include the validator registration.

  • It would remove the need to handle all of the registrations every epoch, quite unnecessarily.
    • This is a major pain point on the mev-boost relays, because 400k registrations come in all at once and need to be validated in time. Removing the need to handle these will make it significantly easier to run relay monitor, and also reduces the bandwidth requirements for both proposers and monitor operators.
    • Leaking all validator registrations is also a privacy concern (see also https://collective.flashbots.net/t/privacy-concerns-with-data-api/568)
  • if the transcript contains the validator registration, it contains all the available information, and doesn't rely on correlation with any other requests or collected data
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant