Skip to content

fix: dag.import to support ReadableStream #290

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

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

badgooooor
Copy link

@badgooooor badgooooor commented Mar 9, 2025

Description

node:
 .dag.import
        ✔ should import a car file (51ms)
        ✔ should import a car file without pinning the roots
        ✔ should import multiple car files (101ms)
        ✔ should import car with roots but no blocks (4809ms)
        ✔ should import lotus devnet genesis shuffled nulroot
        ✔ should be able to import car file as a ReadableStream (52ms)

chromium:
      .dag.import
        ✅ should import a car file (54ms)
        ✅ should import a car file without pinning the roots (38ms)
        ✅ should import multiple car files (110ms)
        ✅ should import car with roots but no blocks (7658ms)
        ✅ should import lotus devnet genesis shuffled nulroot
        ✅ should be able to import car file as a ReadableStream (57ms)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

fix: support readable streams as iterable in dag.import
1 participant