Details
Details
The plan requires D8971 to easily upload and view reports
- Commented out the size check to store all reports in blob service.
- Uploaded multiple reports. Verified that they are stored in blob service.
- Downloaded one report directly from blob service, using blob hash. When opened the file, it contained the report JSON.
- Viewed the report using report HTTP endpoint
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Use sha2 instead of sha256 for hashing
I'm not necessarily happy because in fact I had to add the hex too, previous library was more convenient :P Anyway, it works