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

Properly Implement Retrieval Lookups Based on CIDs #57

Merged
merged 8 commits into from
Jan 25, 2020

Commits on Jan 24, 2020

  1. feat(piecestore): maintain CID map

    seperate block infos to their own table -- mapping links with pieceCIDs
    hannahhoward committed Jan 24, 2020
    Configuration menu
    Copy the full SHA
    39a4f78 View commit details
    Browse the repository at this point in the history
  2. feat(retrievalmarket): translate payload CIDs

    modify markets to use actual payload CIDs instead of treating payload and piece CIDs as equavalent
    hannahhoward committed Jan 24, 2020
    Configuration menu
    Copy the full SHA
    4ca08b5 View commit details
    Browse the repository at this point in the history
  3. feat(storagemarket): save cid info for piece

    very simple implementation of storing a map between payload root and pieceCID. to be augmented later
    with actual block refs
    hannahhoward committed Jan 24, 2020
    Configuration menu
    Copy the full SHA
    b0d3c0c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9a31d7a View commit details
    Browse the repository at this point in the history
  5. fix(deps): go mod tidy

    hannahhoward committed Jan 24, 2020
    Configuration menu
    Copy the full SHA
    9211de0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7b74974 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d94a1cf View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2020

  1. Configuration menu
    Copy the full SHA
    582fa86 View commit details
    Browse the repository at this point in the history