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

Builder: Electra #14344

Draft
wants to merge 30 commits into
base: develop
Choose a base branch
from
Draft

Builder: Electra #14344

wants to merge 30 commits into from

Conversation

james-prysm
Copy link
Contributor

@james-prysm james-prysm commented Aug 14, 2024

What type of PR is this?

Feature

What does this PR do? Why is it needed?

implements ethereum/builder-specs#101

Which issues(s) does this PR fix?

Fixes #

Other notes for review

@james-prysm james-prysm added Builder PR or issue that supports builder related work Electra electra hardfork labels Aug 14, 2024
@james-prysm james-prysm added the Blocked Blocked by research or external factors label Aug 15, 2024
go.mod Outdated
@@ -284,3 +284,5 @@ replace github.com/json-iterator/go => github.com/prestonvanloon/go v1.1.7-0.201

// See https://github.com/prysmaticlabs/grpc-gateway/issues/2
replace github.com/grpc-ecosystem/grpc-gateway/v2 => github.com/prysmaticlabs/grpc-gateway/v2 v2.3.1-0.20230315201114-09284ba20446

replace github.com/ethereum/go-ethereum => github.com/lightclient/go-ethereum v1.10.10-0.20240726203109-4a0622f95d30
Copy link
Contributor Author

Choose a reason for hiding this comment

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

temp uses lightclient's fork to use the updated libraries in e2e

@james-prysm james-prysm changed the title Builder electra Builder: Electra Sep 24, 2024
}
for _, c := range kzgCommitments {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

removing this validation as we already validate when we convert the bid from json to proto

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Blocked Blocked by research or external factors Builder PR or issue that supports builder related work Electra electra hardfork
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant