You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: