-
Notifications
You must be signed in to change notification settings - Fork 5
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
Error while parsing lot-of-cid.txt #46
Comments
If you test this on your machine i recommend using the release profile because the dev build takes ~30 min to run vs 3 min. |
The error prone cid`s are:
|
There is a tool at https://cid.ipfs.tech/, which parses most of these. |
I'm not sure how we should handle the "protobuf" case. Maybe we really should ignore it, like we're doing now. I have no clue what these are for, I hope it's not many. |
I started from below and also found the last one to be invalid. |
I wonder if the issue is the size limitation of the Multihash crate (see here)? If this is a problem with the multihash crate, so be it. We'll more forward with the PR for now, and maybe rewrite some stuff later, but I don't want to drag this out forever :) |
I already added context and looked at the backtrace and came to the conclusion that the error is in the |
We could try using a larger |
The text was updated successfully, but these errors were encountered: