-
Notifications
You must be signed in to change notification settings - Fork 247
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
feat(dsp): new event dispatch on state changes #2622
feat(dsp): new event dispatch on state changes #2622
Conversation
Codecov ReportPatch coverage:
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more Additional details and impacted files@@ Coverage Diff @@
## main #2622 +/- ##
==========================================
- Coverage 64.52% 64.43% -0.09%
==========================================
Files 891 894 +3
Lines 18276 18302 +26
Branches 1087 1084 -3
==========================================
+ Hits 11792 11793 +1
- Misses 6050 6080 +30
+ Partials 434 429 -5
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report in Codecov by Sentry. |
a6de13d
to
753751d
Compare
753751d
to
32091c0
Compare
What this PR changes/adds
Add missing event dispatch on state changes
Why it does that
dataspace protocol implementation
Further notes
transition
methods onContractNegotiation
andTransferProcess
to match with the actual DSP statesLinked Issue(s)
Closes #2603
Checklist
no-changelog
)