-
Notifications
You must be signed in to change notification settings - Fork 1.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
Electra e2e minimal #14842
base: develop
Are you sure you want to change the base?
Electra e2e minimal #14842
Conversation
Let's not merge this yet because it replaces our geth with sina's geth version... sina's branch has something changed for the backend making the output return nil ... |
@@ -760,8 +760,9 @@ def prysm_deps(): | |||
patches = [ | |||
"//third_party:com_github_ethereum_go_ethereum_secp256k1.patch", | |||
], | |||
sum = "h1:8hl57x77HSUo+cXExrURjU/w1VhL+ShCTJrTwcCQSe4=", | |||
version = "v1.14.12", | |||
replace = "github.com/s1na/go-ethereum", |
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.
This should be a proper release as we will use all the geth packages in production for prysm. Any reason we have to use a geth fork ?
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.
yeah we should wait but i couldn't test yet I think since it may not have been released, will try to revert to 1.14.13 and try that
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 just tested 1.14.13 and it fails minimal e2e electra is not enabled there only on sina's branch
@@ -126,6 +126,11 @@ func validatorsParticipating(_ *types.EvaluationContext, conns ...*grpc.ClientCo | |||
if e2eparams.TestParams.LighthouseBeaconNodeCount != 0 { | |||
expected = float32(expectedMulticlientParticipation) | |||
} | |||
if participation.Epoch == params.BeaconConfig().ElectraForkEpoch { | |||
// The first slot of Electra will be missed due to the switching of attestation types |
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.
Is this by design ? Why aren't we fixing it
What type of PR is this?
Other
What does this PR do? Why is it needed?
Does not
Which issues(s) does this PR fix?
Fixes #
Other notes for review
Acknowledgements