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

WIP: Spec Compliant Retrieval Deals #29

Closed

Conversation

hannahhoward
Copy link
Collaborator

@hannahhoward hannahhoward commented Jan 9, 2020

Goals

Implement retrieval deal spec v0

Builds on #25
fix filecoin-project/go-retrieval-market-project#7

Implementation

  • so far:

    • setup architecture for state transitions in retrieval deal
    • define state handlers
    • define abstraction for state handlers testing
    • implement and test two of the handlers
    • tests for third + psuedocode implementation
  • to do:

    • tests for final handler
    • remaining handler for client
    • provider side
    • integration tests

shannonwells and others added 4 commits January 8, 2020 15:56
Create a network to wrap cbor read/writes and introduce some typechecking, and provide a mockable
abstraction
Implements spec v0 of retrieval query protocol. Also defines mocks for network
Sets up basic infrastructure for client deals
@shannonwells shannonwells force-pushed the feat/retrieval-query-spec-v0 branch 2 times, most recently from 33c15a1 to 8a238c4 Compare January 10, 2020 18:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants