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

RunnerRole can be compressed farther on wire #423

Open
GalRogozinski opened this issue Jun 4, 2024 · 1 comment
Open

RunnerRole can be compressed farther on wire #423

GalRogozinski opened this issue Jun 4, 2024 · 1 comment
Labels

Comments

@GalRogozinski
Copy link
Contributor

Description

RunnerRole takes 4 bytes. Since this field is transmitted on wire we should take it down to 1 byte, since we only have 6 Roles.

@moshe-blox
Copy link
Contributor

moshe-blox commented Jun 5, 2024

+1

I'd suggest to not only change the SSZ representation but also the Go representation of RunnerRole to type byte.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants