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/datamodel selector retrieval #6393

Merged
merged 7 commits into from
Oct 5, 2021

Commits on Sep 10, 2021

  1. Expose basic text-based datamodel selector on retrieval

    Syntaxt of selection is located at
    https://pkg.go.dev/github.com/ipld/go-ipld-selector-text-lite#SelectorSpecFromPath
    
    Example use, assuming that:
      - The root of the deal is a plain dag-pb unixfs directory
      - The directory is not sharded
      - The user wants to retrieve the first entry in that directory
    
      lotus client retrieve --miner f0XXXXX --datamodel-path-selector 'Links/0/Hash' bafyROOTCID ~/output
    
    For a much more elaborate example see the top of ./itests/deals_partial_retrieval_test.go
    ribasushi committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    0444435 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2021

  1. Configuration menu
    Copy the full SHA
    16973bc View commit details
    Browse the repository at this point in the history
  2. feat: go-fil-markets-v1.13.0

    dirkmc committed Oct 4, 2021
    1 Configuration menu
    Copy the full SHA
    f70ec02 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2a1094f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    af0d9b6 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2021

  1. Configuration menu
    Copy the full SHA
    5e6acee View commit details
    Browse the repository at this point in the history
  2. Adjust error wording

    ribasushi committed Oct 5, 2021
    Configuration menu
    Copy the full SHA
    f8ac98b View commit details
    Browse the repository at this point in the history