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

Responder can respond to a push request #14

Closed
hannahhoward opened this issue Oct 16, 2019 · 0 comments
Closed

Responder can respond to a push request #14

hannahhoward opened this issue Oct 16, 2019 · 0 comments
Assignees

Comments

@hannahhoward
Copy link
Collaborator

hannahhoward commented Oct 16, 2019

Longer:
As a responder, I can respond a received push request, so that the requestor can determine if request was accepted

In:

  • DataTransferModule's Receiver.ReceiveRequest should:
    • Validate the push request
    • If request validates, encode and send accepted response to requestor
    • If request doesn't validate, encode and send rejected response to requestor

Out:

  • doing anything with the response

Acceptance Criteria:

  • Send push request over libp2p to another node
  • Validate and respond on other side
  • If request validates, should receive accepted response on other side
  • If request doesn't validate, should receive rejected response on other side
  • Referenced tests pass
@hannahhoward hannahhoward added fake estimate means it's not really estimate, estimate is there for velocity needs definition means this story needs further data before it can be estimated labels Oct 18, 2019
@hannahhoward hannahhoward removed needs definition means this story needs further data before it can be estimated fake estimate means it's not really estimate, estimate is there for velocity labels Oct 30, 2019
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

No branches or pull requests

2 participants