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

circular dependency #7403

Open
xlc opened this issue Jan 30, 2025 · 0 comments
Open

circular dependency #7403

xlc opened this issue Jan 30, 2025 · 0 comments
Labels
I9-optimisation An enhancement to provide better overall performance in terms of time-to-completion for a task.

Comments

@xlc
Copy link
Contributor

xlc commented Jan 30, 2025

I was looking Cargo.lock file to resolve merge conflict and found out that the Cargo.lock is a bit messy. It contains "polkadot-sdk 0.1.0" and "polkadot-sdk 0.7.0". One is the dep, one is pulled via subxt.

So polkadot-sdk repo is using subxt which is using crate from polkadot-sdk.

Not super critical as it haven't caused any issue (yet) but this will increase build time / disk usage / network bandwidth.

@bkchr bkchr added the I9-optimisation An enhancement to provide better overall performance in terms of time-to-completion for a task. label Feb 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
I9-optimisation An enhancement to provide better overall performance in terms of time-to-completion for a task.
Projects
None yet
Development

No branches or pull requests

2 participants