-
Notifications
You must be signed in to change notification settings - Fork 931
Arbitrary trait for eth2/types #1040
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
Conversation
Signed-off-by: Kirk Baird <[email protected]>
Signed-off-by: Kirk Baird <[email protected]>
Signed-off-by: Kirk Baird <[email protected]>
Signed-off-by: Kirk Baird <[email protected]>
Signed-off-by: Kirk Baird <[email protected]>
Signed-off-by: Kirk Baird <[email protected]>
Signed-off-by: Kirk Baird <[email protected]>
Signed-off-by: Kirk Baird <[email protected]>
paulhauner
left a comment
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.
Looks good! Only a few small things!
Signed-off-by: Kirk Baird <[email protected]>
|
The other thing I'm not sure if it's worth adding to the CI to ensure it compiles as currently the CI won't check the Possibly do
|
I think this is a good idea. You can basically just copy-paste-modify this section and it'll run on the CI: lighthouse/.github/workflows/test-suite.yml Lines 77 to 83 in 36f213c
|
|
Looks good! Happy to merge, but I think it's worth throwing in the CI check if you have the time. It might save some time/frustration for the fuzzing team :) |
|
I had to derive the |
Done! |
Signed-off-by: Kirk Baird <[email protected]>
Signed-off-by: Kirk Baird <[email protected]>
paulhauner
left a comment
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.
Happy to merge! 🎉
Issue Addressed
#1031
Proposed Changes
Add the
Arbitrarytrait for all types ineth2/typesAdditional Info