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

fix: use unixfs exporter to traverse DAGs #455

Merged
merged 7 commits into from
Feb 27, 2024

Commits on Feb 27, 2024

  1. fix: use unixfs exporter to traverse DAGs

    Reuse the existing exporter `walkPath` method to traverse a DAG as
    it is clever enough to not load unecessary blocks which is important
    when traversing HAMTs.
    achingbrain committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    c27f637 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    89642e1 View commit details
    Browse the repository at this point in the history
  3. chore: expand comment

    achingbrain committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    d697d8a View commit details
    Browse the repository at this point in the history
  4. chore: linting

    achingbrain committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    43d0bca View commit details
    Browse the repository at this point in the history
  5. chore: update comment

    achingbrain committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    fa47e08 View commit details
    Browse the repository at this point in the history
  6. chore: simplify

    achingbrain committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    f992160 View commit details
    Browse the repository at this point in the history
  7. chore: fix deps

    achingbrain committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    e9edf81 View commit details
    Browse the repository at this point in the history