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

chore(workspace): Dependency Bumps #786

Closed
wants to merge 3 commits into from
Closed

Conversation

refcell
Copy link
Collaborator

@refcell refcell commented Nov 6, 2024

Description

Bumps alloy and op-alloy dependencies to 0.6.0.

Also removes the custom IndexedBlobHash type in favor of the upstream type in alloy.

Closes #706

@refcell refcell added A-workspace Area: Top level workspace modifications F-deps Flag: Updates dependencies K-chore Kind: chore labels Nov 6, 2024
@refcell refcell self-assigned this Nov 6, 2024
@refcell
Copy link
Collaborator Author

refcell commented Nov 6, 2024

📚 $\text{Stack Overview}$

Pulls submitted in this stack:

This comment was automatically generated by st.

Copy link

codecov bot commented Nov 6, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.2%. Comparing base (71e35a7) to head (7a09dca).
Report is 3 commits behind head on main.

✅ All tests successful. No failed tests found.

Additional details and impacted files

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Comment on lines +56 to +60
[patch.crates-io]
op-alloy-genesis = { git = "https://github.com/alloy-rs/op-alloy", branch = "rf/feat/batch-reader" }
op-alloy-protocol = { git = "https://github.com/alloy-rs/op-alloy", branch = "rf/feat/batch-reader" }
op-alloy-consensus = { git = "https://github.com/alloy-rs/op-alloy", branch = "rf/feat/batch-reader" }
op-alloy-rpc-types-engine = { git = "https://github.com/alloy-rs/op-alloy", branch = "rf/feat/batch-reader" }
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

TODO: remove

@refcell
Copy link
Collaborator Author

refcell commented Nov 6, 2024

#788 replaces this PR

@refcell refcell closed this Nov 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-workspace Area: Top level workspace modifications F-deps Flag: Updates dependencies K-chore Kind: chore
Projects
None yet
Development

Successfully merging this pull request may close these issues.

fix(derive): Upstream IndexedBlobHash to Alloy
1 participant