-
Notifications
You must be signed in to change notification settings - Fork 10
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
fix: migrate from forked file-type to original #192
Conversation
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.
self review
This is not passing locally on macos for me.. even after pulling down a fresh clone for this branch. So i am not sure we can switch back to file-type yet. |
I ran the tests with this PR locally it passed (for node.js). Which test failed for you @SgtPooki? Was it in a browser runtime? |
It was gateway conformance.. @helia/verified-fetch-gateway-conformance: TestDagPbConversion has a success rate of at least 35.38%:
@helia/verified-fetch-gateway-conformance: Error: Timeout of 60000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/Users/sgtpooki/code/work/ipshipyard/ipfs/helia-verified-fetch/packages/gateway-conformance/dist/src/conformance.spec.js) i'm thinking I need a restart.. it's failing on other runs too.. not sure what's going on. I think since it passed in CI and passed for you we can proceed.. I will update this PR once #193 is in (or I can update file-type in that pr) |
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.
self review
## [@helia/verified-fetch-v2.6.1](https://github.com/ipfs/helia-verified-fetch/compare/@helia/verified-fetch-2.6.0...@helia/verified-fetch-2.6.1) (2025-03-10) ### Bug Fixes * migrate from forked file-type to original ([#192](#192)) ([28320e1](28320e1))
🎉 This PR is included in version @helia/verified-fetch-v2.6.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Title
fix: migrate from forked file-type to original
Description
Tests currently failing locally
Related #191 (comment)
Notes & open questions
seems to make no difference in size.. this is expected and ideal.
Before change:
After change:
Change checklist