-
Notifications
You must be signed in to change notification settings - Fork 57
Conversation
- adds script to auto update - reduces bundle size by having only one explicit table - remove defaultLengths seems to not be used and multicoded tables doesn't have it BREAKING CHANGE: defaultLengths removed
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 @hugomrdias!
also breaks by changing case of some of the names, like but very good change though! I wondered why this was manually replicated and I guess that's just historical. |
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.
LGTM!
@hugomrdias could you please force-push this commit again with an updated commit message that also makes the "Skein" casing change as breaking change (this way it should show up nicely in the changelog). It could be done while merging, but i also forgot doing those things quite often :) |
@jacobheun FYI changed the maintainer to me |
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.
LGTM
This contains a breaking change, it should have gone out as
Please can you re-release |
Since multiformats/js-multihash#76 was released the `multihashes` module does not export default hash lengths any more. Sadly it went out as a patch release which means `ipld-git` is broken. This PR hard codes the hash length as it is known, and also removes the `multihashes` dep as we can use the one exported from `multihashing-async`. Ref: multiformats/js-multihash#76 (comment)
Since multiformats/js-multihash#76 was released the `multihashes` module does not export default hash lengths any more. For reasons that are unclear it went out as a patch release which means `ipld-git` is currently broken. This PR hard codes the hash length as it is known, and also removes the `multihashes` dep as we can use the one exported from `multihashing-async` and updates other deps. Ref: multiformats/js-multihash#76 (comment)
Since multiformats/js-multihash#76 was released the `multihashes` module does not export default hash lengths any more. For reasons that are unclear it went out as a patch release which means `ipld-git` is currently broken. This PR hard codes the hash length as it is known, and also removes the `multihashes` dep as we can use the one exported from `multihashing-async` and updates other deps. Ref: multiformats/js-multihash#76 (comment)
closes #73
BREAKING CHANGE: defaultLengths removed, skein is now lowercase