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

ToBlinded: Use Fulu. #14797

Merged
merged 4 commits into from
Jan 15, 2025
Merged

ToBlinded: Use Fulu. #14797

merged 4 commits into from
Jan 15, 2025

Conversation

nalepae
Copy link
Contributor

@nalepae nalepae commented Jan 15, 2025

What type of PR is this?
Bug fix

What does this PR do? Why is it needed?
ToBlinded: Use Fulu for Fulu fork instead of Electra.

Acknowledgements

@nalepae nalepae requested a review from a team as a code owner January 15, 2025 14:29
}
header, err := PayloadToHeaderFulu(payload)
if err != nil {
return nil, errors.Wrap(err, "payload to header fulu")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In all other cases we've always just returned the error, if this is clearer should we add an errors.Wrap for the other fork versions too?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We, unless exception, should not return errors without wrapping them, because its make debugging much harder.
I'll add wrappers for other errors too.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed in c0f45a0.

@nalepae nalepae added this pull request to the merge queue Jan 15, 2025
Merged via the queue into develop with commit e07341e Jan 15, 2025
15 checks passed
@nalepae nalepae deleted the fix-fulu-sync branch January 15, 2025 19:58
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

Successfully merging this pull request may close these issues.

3 participants