-
Notifications
You must be signed in to change notification settings - Fork 20
chore: Update dependencies #452
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
Conversation
Are the code changes necessary after the update? |
# Conflicts: # anchor/client/src/lib.rs
This pull request has merge conflicts. Could you please resolve them @dknopik? 🙏 |
This pull request has merge conflicts. Could you please resolve them @dknopik? 🙏 |
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
This pull request has been removed from the queue for the following reason: Pull request #452 has been dequeued. The pull request rule doesn't match anymore. The following conditions don't match anymore:
You can check the last failing draft PR here: #472. You should look at the reason for the failure and decide if the pull request needs to be fixed or if you want to requeue it. |
Sorry, realized last second that this introduced a bug due to slightly changed semantics of the sync selection proof config. Fixed in fe8f956 |
Update all dependencies.
Notably,
anchor
branch. This is includes an update to recent unstable as well asnetwork_utils
crate lighthouse#7761 to decouple us fromlighthouse_network
selections
Beacon API endpoints to support DVT middleware lighthouse#7016, which was already inanchor
previouslyProvider
s, renamingon_*
toconnect_*
.I tried to split this up, but all above are linked: LH and alloy need to be updated together as the native library
c-kzg
is used by both. LH and libp2p unfortunately need to be updated together due to our use of dependency version patching for the unreleased peer store.