You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Pull Request Info
## Description
"Refactor: Livepeer Webhook and Session Model Enhancements
This pull request refines the Livepeer webhook handling system, focusing
on 'asset ready' and 'asset failed' events.
Key improvements include:
- Updating the Session model to support new propert fields.
- Modifying the state object to accurately reflect current asset status.
These enhancements boost our system's ability to process Livepeer
notifications, ensuring better user interactions.
## Type of change
- [x] Code refactor (non-breaking change which fixes an issue)
- [x] New feature (non-breaking change which adds functionality)
Fixes (#775 )
## Checklist:
- [x] My code follows the style guidelines of this project
- [ ] I have performed a self-review of my own code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [x] My changes generate no new warnings
- [ ] I have added tests that prove my fix is effective or that my
feature works
- [ ] New and existing unit tests pass locally with my changes
- [ ] Any dependent changes have been merged and published
0 commit comments