We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 takes 4 bytes. Since this field is transmitted on wire we should take it down to 1 byte, since we only have 6 Roles.
The text was updated successfully, but these errors were encountered:
+1
I'd suggest to not only change the SSZ representation but also the Go representation of RunnerRole to type byte.
RunnerRole
byte
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: