cloudflare / daphne

Implementation of DAP

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DAP-04

cjpatton opened this issue · comments

We have already done most of the work (https://github.com/cloudflare/daphne/tree/draft04), but there are a few more things to do. Let's track them in this issue.

  • media types
  • adding the task id to the col job queue pending and processed spaces. (@bhalleycf: "I think we need to do more work on the protocol that DO uses too, as it doesn't get the task id in all cases it needs it. For now, things work if everyone picks a unique collection id.")
  • Add tests for the interval returned in the CollectResp
  • Add tests for correct helper round behavior.
  • Upgrade to prio 0.12 (VDAF-05)
  • Rename http_post_upload() et al in light of the fact that we PUT as well as POST.
  • Go through the draft once more to look for changes.
  • Update documentation referring to old API endpoints.