-
Notifications
You must be signed in to change notification settings - Fork 999
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
Update to latest multihash. #1566
Conversation
Since the |
It hasn't changed, all multihashes have always been included. The only difference is that now digest is called on What you could do if you don't want all the hashers is provide a custom Also multihash would require a feature gate to be added |
Could you add an entry in CHANGELOG.md if you don't mind? Since multihash is exposed on the public API, that's a breaking change that should be mentioned |
Added an entry, let me know if you want it to contain more information. --- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -27,6 +27,8 @@
be supported. IPv4 listener addresses are not affected by this change.
[PR 1555](https://github.com/libp2p/rust-libp2p/pull/1555)
+- `libp2p-core`: Updated to multihash 0.11.0.
+
# Version 0.18.1 (2020-04-17)
- `libp2p-swarm`: Make sure inject_dial_failure is called in all situations. |
Also fixes an unused warning when compiled with no-default-features