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

Upgrade Query Protocol to Spec V0 #25

Merged
merged 8 commits into from
Jan 10, 2020
Merged

Commits on Jan 10, 2020

  1. feat(retrieval): add network abstraction skeleton

    Create a network to wrap cbor read/writes and introduce some typechecking, and provide a mockable
    abstraction
    shannonwells committed Jan 10, 2020
    Configuration menu
    Copy the full SHA
    786b28a View commit details
    Browse the repository at this point in the history
  2. feat(retrievalmarket): upgrade query protocol to spec v0

    Implements spec v0 of retrieval query protocol. Also defines mocks for network
    hannahhoward authored and shannonwells committed Jan 10, 2020
    Configuration menu
    Copy the full SHA
    ae002e4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9224620 View commit details
    Browse the repository at this point in the history
  4. updates after rebase

    shannonwells committed Jan 10, 2020
    Configuration menu
    Copy the full SHA
    6078ca1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8f154a6 View commit details
    Browse the repository at this point in the history
  6. fix tests/breakages

    shannonwells committed Jan 10, 2020
    Configuration menu
    Copy the full SHA
    cc8e97f View commit details
    Browse the repository at this point in the history
  7. fix test

    shannonwells committed Jan 10, 2020
    Configuration menu
    Copy the full SHA
    6c94789 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8a238c4 View commit details
    Browse the repository at this point in the history