Skip to content
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

chore: replace go-merkledag walk with go-ipld-prime traversal for dag export #8506

Merged
merged 2 commits into from
Oct 26, 2021

Commits on Oct 26, 2021

  1. chore: replace go-merkledag walk with go-ipld-prime traversal for dag…

    … export
    
    This is "safe" now because we can limit duplicate block loads like
    go-merkledag does and won't get trapped taking a long time for complex
    DAGs. We can do this while we're using an exhaustive selector (like
    ExploreAll here) but will need an alternative strategy when we go for
    arbitrary selectors.
    rvagg authored and aschmahmann committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    dac0ddc View commit details
    Browse the repository at this point in the history
  2. fixup! chore: replace go-merkledag walk with go-ipld-prime traversal …

    …for dag export
    rvagg authored and aschmahmann committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    3305059 View commit details
    Browse the repository at this point in the history