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

feat: UniversalProposal for produceBlockV3 #109

Closed
wants to merge 3 commits into from

Conversation

pinebit
Copy link
Contributor

@pinebit pinebit commented Feb 28, 2024

This introduces UniversalProposal to support produceBlockV3 endpoint.

When I created the PR, I realized there is another one for the same purpose: #107 done by @y0sher just a couple days ago.

In my implementation I did not deprecate the v2 endpoints, I believe they may co-exist safely in go-eth2-client project.

If you want to proceed with the other implementation, that's fine, just leave a note in the comment so I can close the PR.

cc @mcdee

obol-bulldozer bot pushed a commit to ObolNetwork/charon that referenced this pull request Mar 1, 2024
Integrated the forked version of go-eth2-client that supporting UniversalProposal interface.

The changes for go-eth2-client can be found here: attestantio/go-eth2-client#109

category: feature
ticket: #2749
@mcdee
Copy link
Contributor

mcdee commented Mar 2, 2024

Hi thanks for the PR. Internally we have been working on unifying the underlying blinded and non-blinded proposal flows, and have an alternate pr #116

Please could you take a look at this and let me know if it meets your requirements? Thank you.

@pinebit
Copy link
Contributor Author

pinebit commented Mar 4, 2024

Please could you take a look at this and let me know if it meets your requirements? Thank you.

Thank you @mcdee !
I quickly checked the changes, it will certainly cause bunch of changes on our side, because of the breaking changes.
If you are certain about these changes will go master soon or late, then I can start migrating our code on this week.

@pinebit
Copy link
Contributor Author

pinebit commented Mar 19, 2024

Closed in favor of @mcdee 's implementation.

@pinebit pinebit closed this Mar 19, 2024
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.

2 participants