-
Notifications
You must be signed in to change notification settings - Fork 467
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
Wrong cbor version used in tests #266
Comments
There was a discussion in https://protocollabs.slack.com/archives/G7XUR2TU2/p1522789325000360 A quick recap: The DAG service returns a value X of type If I then try to deserialize that JSON back into an IPLD Node Y using the version of The workaround that I came up with involved using, in the test, the version of @frrist investigated updating @dignifiedquire - Given the above, do you have an alternative proposal for how I can verify that the output of |
Alright, removing this from the current sprint, but open until we fix the issue upstream in go-ipfs |
@dignifiedquire or @laser Can you add a link to the relevant |
This might be loosely related to an issue in When updating the
|
Is |
Note: go-ipfs moving to our version of cbor here: ipfs/go-ipld-cbor#29 |
The move has happened, we can update all the things, and drop our own fork |
@dignifiedquire @travisperson is this issue obsolete? |
The gx version for
go-ipld-cbor
used incommands/dag_daemon_test.go
is not the one used inpackage.json
. Updating it breaks the test, so this needs some more detailed look into.The text was updated successfully, but these errors were encountered: