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(deps): update rust crate thegraph-core to v0.8.5 #970

Merged
merged 1 commit into from
Nov 27, 2024

Conversation

LNSD
Copy link
Contributor

@LNSD LNSD commented Nov 8, 2024

This pull request includes several changes to the Cargo.toml file and multiple Rust source files to update dependencies and refactor import paths. The main changes involve updating versions of dependencies and modifying import paths to use the re-exported thegraph_core::alloy::primitives module.

Dependency updates:

  • Updated alloy dependency to remove specific features and added new features to thegraph-core dependency in Cargo.toml.

Refactor import paths:

  • Changed import paths from alloy to thegraph_core::alloy::primitives in various source files, including src/auth.rs, src/block_constraints.rs, src/blocks.rs, src/chain.rs, src/client_query.rs, and more.

These changes ensure the codebase uses the updated dependency versions, v0.8.5, and the correct import paths for the thegraph_core module.

@LNSD LNSD requested a review from Theodus November 8, 2024 17:59
@LNSD LNSD self-assigned this Nov 8, 2024
@LNSD LNSD changed the title chore(deps): update rust crate thegraph-core to v0.x.x chore(deps): update rust crate thegraph-core to v0.x.y Nov 8, 2024
@LNSD

This comment was marked as outdated.

@LNSD LNSD force-pushed the lnsd/chore-deps-update-thegraph-core-crate branch 4 times, most recently from dcfc1a6 to 4745b78 Compare November 9, 2024 23:13
@LNSD LNSD force-pushed the lnsd/chore-deps-update-thegraph-core-crate branch 2 times, most recently from b432eba to 1f209de Compare November 26, 2024 18:29
@LNSD

This comment was marked as outdated.

@LNSD LNSD force-pushed the lnsd/chore-deps-update-thegraph-core-crate branch 2 times, most recently from 65e609d to 1319dee Compare November 27, 2024 09:18
@LNSD LNSD changed the title chore(deps): update rust crate thegraph-core to v0.x.y chore(deps): update rust crate thegraph-core to v0.8.5 Nov 27, 2024
@LNSD LNSD force-pushed the lnsd/chore-deps-update-thegraph-core-crate branch from 1319dee to edb9c6f Compare November 27, 2024 09:23
@LNSD LNSD marked this pull request as ready for review November 27, 2024 09:29
Copy link
Member

@Theodus Theodus left a comment

Choose a reason for hiding this comment

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

LGTM

@LNSD LNSD merged commit 4cc5c63 into main Nov 27, 2024
2 checks passed
@LNSD LNSD deleted the lnsd/chore-deps-update-thegraph-core-crate branch November 27, 2024 12:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants