-
Notifications
You must be signed in to change notification settings - Fork 784
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
Add EIP-7636 support #6793
base: unstable
Are you sure you want to change the base?
Add EIP-7636 support #6793
Conversation
I think github remembers the branch and doesn't re-run CI. Try amending your commit or pushing an empty commit with |
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.
I think adding some functions (like version()
, build_version()
) to the lighthouse_version
crate and using these functions at enr.rs
would be a good option to ensure the correct version info is obtained.
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.
Thanks for the update. It looks good to me. 🙏
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, thanks!
Looks like Then we can merge! |
Proposed Changes
This adds the option to self-report EIP-7636 information
Additional Info
This defaults to
true
as the reported information should not cause any issues.