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

feat(codetable): remove identity hasher #289

Merged

Conversation

thomaseizinger
Copy link
Contributor

@thomaseizinger thomaseizinger commented Apr 11, 2023

This itself is not a breaking changes because multihash-codetable isn't released yet. We add an example to multihash on how to do identity hashing.

Resolves #194.
Replaces #196.
Replaces #201.
Replaces #260.

examples/identity.rs Outdated Show resolved Hide resolved
@thomaseizinger thomaseizinger requested a review from vmx April 14, 2023 12:38
Copy link
Member

@vmx vmx left a comment

Choose a reason for hiding this comment

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

@Stebalien as you requested the removal, would you mind to have a quick look?

@thomaseizinger thomaseizinger added this to the v0.19 milestone May 2, 2023
@thomaseizinger
Copy link
Contributor Author

@Stebalien as you requested the removal, would you mind to have a quick look?

It has been 6 weeks and we are currently drafting a new release of rust-libp2p in which we'd like to include the latest multihash changes. After all, I've been making them to harden the API and reduce the number of breaking changes in the ecosystem :)

Given the two above approvals, I am merging this. Also note that this concerns mostly the multihash-codetable crate and thus can be patched afterwards easily.

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.

Remove Code::Identity support
3 participants