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

gx: update ipldcbor #4067

Merged
merged 1 commit into from
Jul 19, 2017
Merged

gx: update ipldcbor #4067

merged 1 commit into from
Jul 19, 2017

Conversation

Stebalien
Copy link
Member

I previously optimized the IPLD cbor decoder to not encode and then re-decode
objects when constructing them with WrapObject. Unfortunately, we rely on this
to canonicalize the object before computing the tree/links.

@daviddias daviddias added the status/in-progress In progress label Jul 14, 2017
@Stebalien Stebalien requested a review from Kubuxu July 14, 2017 19:25
@Kubuxu
Copy link
Member

Kubuxu commented Jul 14, 2017

LGTM but I would prefer for #4033 to be merged first, resolving merge conflict will be easier on this side.

@Stebalien
Copy link
Member Author

Sure. It doesn't look like IPFS is hitting this bug anyways.

@whyrusleeping
Copy link
Member

@Stebalien wanna rebase?

@Stebalien Stebalien force-pushed the gx/update-cbor branch 4 times, most recently from 3310967 to 1fb1bac Compare July 16, 2017 21:31
I previously optimized the IPLD cbor decoder to *not* encode and then re-decode
objects when constructing them with `WrapObject`. Unfortunately, we rely on this
to canonicalize the object before computing the tree/links.

License: MIT
Signed-off-by: Steven Allen <[email protected]>
@whyrusleeping whyrusleeping merged commit c854d2a into master Jul 19, 2017
@whyrusleeping whyrusleeping deleted the gx/update-cbor branch July 19, 2017 20:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants