-
Notifications
You must be signed in to change notification settings - Fork 953
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
feat(core): remove deprecated identity
module
#4040
Conversation
This is currently failing because we made some errors in the previous release of Anyway, this will pass once we upgrade to the latest |
Actually, I found a way to temporarily unblock this. We just need to activate a feature-flag that very likely will be activated anywhere somewhere in the dependency graph. |
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.
Thanks 👍
@@ -39,11 +39,9 @@ libp2p-mplex = { workspace = true } | |||
libp2p-noise = { workspace = true } | |||
multihash = { version = "0.17.0", default-features = false, features = ["arb"] } | |||
quickcheck = { workspace = true } | |||
libp2p-identity = { workspace = true, features = ["ed25519"] } |
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.
Why was libp2p-identity
added here as a dev-dependency even though it is already included as a dependency @thomaseizinger?
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.
Originally to activate a feature but that probably became unnecessary in an iteration or something :)
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.
See #4040 (comment).
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.
Thus do I understand correctly that this line is no longer needed from now on @thomaseizinger?
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.
I think the line is needed but I think the feature can be removed!
Description
Related: #3647.
Notes & open questions
Change checklist