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

[Market] Place same file order to same provider #150

Closed
badkk opened this issue May 31, 2020 · 0 comments · Fixed by #154
Closed

[Market] Place same file order to same provider #150

badkk opened this issue May 31, 2020 · 0 comments · Fixed by #154
Assignees

Comments

@badkk
Copy link
Member

badkk commented May 31, 2020

If client A place order a:

{
  "order_id": "1",
  "file_identifier": "0x123",
  "provider": "5Fg..."
}

and A place another order b:

{
  "order_id": "2",
  "file_identifier": "0x123",
  "provider": "5Fg..."
}

Then we will cover a as b, this restrict client's behaviour, so we should support multiple orders mapping to same file_identifier

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 a pull request may close this issue.

1 participant