-
Notifications
You must be signed in to change notification settings - Fork 33
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
Store Attestation to IPFS #1775
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Codecov Report
@@ Coverage Diff @@
## master #1775 +/- ##
===================================================
+ Coverage 53.80392% 54.72703% +0.92311%
===================================================
Files 75 77 +2
Lines 5100 5257 +157
Branches 1025 1066 +41
===================================================
+ Hits 2744 2877 +133
- Misses 2016 2028 +12
- Partials 340 352 +12
... and 2 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, just some nits/naming and a simple change on scheduler
Co-authored-by: Victor Elias <[email protected]>
What does this pull request do? Explain your changes. (required)
Add storing Attestation in IPFS.
Related task-runner PR: livepeer/task-runner#202
Specific updates (required)
export-data
which can export any content into IPFS (and potentially other storage providers)export-data
task while creating a new attestationHow did you test each of these updates (required)
Does this pull request close any open issues?
https://linear.app/livepeer/issue/VID-214/studio-task-runner-add-pinning-video-metadata-to-ipfs
Screenshots (optional)
Checklist
My change requires a change to the documentation.I have updated the documentation accordingly.