-
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
Update Deps For Capella #12067
Update Deps For Capella #12067
Conversation
Blocked by bazel-contrib/rules_go#3411 |
Unblocked by 19c3741 |
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.
LGTM, I applied a workaround for zstd
Tests fail for //beacon-chain/execution:go_default_test
|
It seems like this was because of this PR: |
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'm not a fan of the hacky patch, but I am guessing it will break again on their next release?
I dont think so, this seems like it was because the geth team fixed a long-standing bug and our test relied on that bug to pass. I don't expect this to break anymore. In anycase this test is testing a function that is cosmetic and deprecated after the merge, so not a big issue. |
What type of PR is this?
Dependency Update
What does this PR do? Why is it needed?
This updates our go-ethereum dependency to v1.11.2 and lighthouse dependency to v3.5.0 . These are capella compatible versions for both clients which should allow us to test them out properly in our E2E tests.
Which issues(s) does this PR fix?
N.A
Other notes for review