feat(identity): remove deprecated items#3928
Conversation
|
Are all of those definitely released already? I remember merging a PR here after we opened the merge window for the breaking changes. |
@thomaseizinger I think any items that were flagged as Indeed, I remembered this comment where I had eliminated in #3866 some residual calls to deprecated functions. It therefore made sense to me to eliminate all the remaining residues, especially since each time these are functions whose execution is guaranteed in exactly the same way by another updated function, what do you think? |
thomaseizinger
left a comment
There was a problem hiding this comment.
Confirmed that all deprecations are listed on https://docs.rs/libp2p-identity/0.1.2/libp2p_identity/index.html and thus can be removed with this release.
Description
Related: #3647.
Notes & open questions
Change checklist