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

feat.check bitswap cid #49

Commits on Oct 17, 2023

  1. spade v0 retrieval worker (#1)

    * first try
    
    * spike: spade-traverse separate file
    
    * revert: bitswap.go
    
    * spike: working test retrieve & decode
    
    * feat: extract findLinks fn
    
    * spike: extract out SpadeTraversal
    
    * spike: cleanup
    
    * docs: add comment
    
    * spike: rename
    
    * refactor: errors.Wrap
    
    * fix: PR comments
    
    * fix: typo
    
    * spike: fix for root node with only one link
    
    * feat: merge spike code into bitswap.go
    
    * feat: spade traversal - return retrievalResult
    
    * feat: wire up SpadeTraversal to bs worker
    
    * chore: cleanup, comments
    
    * docs: update comment
    
    * fix: resolve bsw client timeout issue
    
    * cleanup: remove unused retrieve_size
    
    * cleanup: use BitswapClient instead of creating new
    
    * fix: FindLinks return empty array
    
    * feat: rework traverse_depth -> max_traverse_depth
    
    ---------
    
    Co-authored-by: Jason Cihelka <[email protected]>
    jcace and Jason Cihelka authored Oct 17, 2023
    Configuration menu
    Copy the full SHA
    5ca8a16 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    jcace authored Oct 17, 2023
    Configuration menu
    Copy the full SHA
    d3f0a63 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2023

  1. Configuration menu
    Copy the full SHA
    46fef27 View commit details
    Browse the repository at this point in the history
  2. Update build.yml (#2)

    * Update build.yml
    
    Thinking that the images should be called spade-retrieval bot
    
    * Update build.yml
    
    adding auto fix to linter to make our lives easier.
    
    * Update build.yml
    
    only look at new changes
    
    * Update build.yml
    
    removing new seemed to cause a lot more errors
    
    * Update build.yml
    
    looking only for new issues in the code
    
    * Update build.yml
    
    * Update build.yml
    
    Removing on lint on current file chagnes
    stephen-pl authored Oct 18, 2023
    Configuration menu
    Copy the full SHA
    b290d24 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. feat: add cid mismatch check

    Jason Cihelka committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    674eedb View commit details
    Browse the repository at this point in the history
  2. fix: retrieveblock error handling

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