-
Notifications
You must be signed in to change notification settings - Fork 1k
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
base: develop
Are you sure you want to change the base?
Builder: Electra #14344
Conversation
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 |
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.
temp uses lightclient's fork to use the updated libraries in e2e
} | ||
for _, c := range kzgCommitments { |
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.
removing this validation as we already validate when we convert the bid from json to proto
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