-
Notifications
You must be signed in to change notification settings - Fork 60
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 v0.12.0-rc1 fails during blockstore migration #151
Comments
Thank you for submitting your first issue to this repository! A maintainer will be here shortly to triage and review.
Finally, remember to use https://discuss.ipfs.io if you just need general support. |
I discovered the source of the problem. The test function is looking for the Qm hash and v0.12.0-rc1 only outputs the base32 hashes... bafy... Tested by pausing the installation before the end of the script.
Outputs the expected QmTFJQ68kaArzsqz2Yjg1yMyEA5TXTfNw6d9wSFhxtBxz2 And:
So, the script will probably function if there is a test for which version is being installed. If >= v0.12 then bafy... |
This fix works all the way down to go-ipfs 0.4.21, so it should be acceptable. fixes #151
2022-01-06 discussion:
|
I'm not sure what this particular CID might be, but its existence seems to be tested for during blockstore migrations:
ipfs-update/test-dist/testnew.go
Line 340 in 10bb4f2
The text was updated successfully, but these errors were encountered: