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

spade v0 retrieval worker #33

Closed
wants to merge 23 commits into from
Closed

spade v0 retrieval worker #33

wants to merge 23 commits into from

Commits on Sep 12, 2023

  1. first try

    Jason Cihelka committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    f4b37c5 View commit details
    Browse the repository at this point in the history
  2. spike: spade-traverse separate file

    Jason Cihelka committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    6544e52 View commit details
    Browse the repository at this point in the history
  3. revert: bitswap.go

    Jason Cihelka committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    a6e8582 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2023

  1. spike: working test retrieve & decode

    Jason Cihelka committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    3cca7f8 View commit details
    Browse the repository at this point in the history
  2. feat: extract findLinks fn

    Jason Cihelka committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    074b282 View commit details
    Browse the repository at this point in the history
  3. spike: extract out SpadeTraversal

    Jason Cihelka committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    7ad9c20 View commit details
    Browse the repository at this point in the history
  4. spike: cleanup

    Jason Cihelka committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    9138b49 View commit details
    Browse the repository at this point in the history
  5. docs: add comment

    Jason Cihelka committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    158faa1 View commit details
    Browse the repository at this point in the history
  6. spike: rename

    Jason Cihelka committed Sep 14, 2023
    Configuration menu
    Copy the full SHA
    6077a56 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2023

  1. refactor: errors.Wrap

    Jason Cihelka committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    ac1a2b5 View commit details
    Browse the repository at this point in the history
  2. fix: PR comments

    Jason Cihelka committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    9651ce7 View commit details
    Browse the repository at this point in the history
  3. fix: typo

    Jason Cihelka committed Sep 15, 2023
    Configuration menu
    Copy the full SHA
    36729f8 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2023

  1. spike: fix for root node with only one link

    Jason Cihelka committed Oct 9, 2023
    Configuration menu
    Copy the full SHA
    fa83b78 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2023

  1. feat: merge spike code into bitswap.go

    Jason Cihelka committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    8b89e9b View commit details
    Browse the repository at this point in the history
  2. feat: spade traversal - return retrievalResult

    Jason Cihelka committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    1abee1f View commit details
    Browse the repository at this point in the history
  3. feat: wire up SpadeTraversal to bs worker

    Jason Cihelka committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    0aee0d1 View commit details
    Browse the repository at this point in the history
  4. chore: cleanup, comments

    Jason Cihelka committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    662ca60 View commit details
    Browse the repository at this point in the history
  5. docs: update comment

    Jason Cihelka committed Oct 10, 2023
    Configuration menu
    Copy the full SHA
    45e38cb View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. fix: resolve bsw client timeout issue

    Jason Cihelka committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    1596dd6 View commit details
    Browse the repository at this point in the history
  2. cleanup: remove unused retrieve_size

    Jason Cihelka committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    8e463e2 View commit details
    Browse the repository at this point in the history
  3. cleanup: use BitswapClient instead of creating new

    Jason Cihelka committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    4c43dbf View commit details
    Browse the repository at this point in the history
  4. fix: FindLinks return empty array

    Jason Cihelka committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    b9355b2 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2023

  1. feat: rework traverse_depth -> max_traverse_depth

    Jason Cihelka committed Oct 13, 2023
    Configuration menu
    Copy the full SHA
    7bf31de View commit details
    Browse the repository at this point in the history