-
Notifications
You must be signed in to change notification settings - Fork 27
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
✨ Introduce wallet exchange 🗃️ #7033
base: master
Are you sure you want to change the base?
✨ Introduce wallet exchange 🗃️ #7033
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #7033 +/- ##
==========================================
- Coverage 87.57% 85.27% -2.30%
==========================================
Files 1629 1574 -55
Lines 63454 62079 -1375
Branches 2047 1794 -253
==========================================
- Hits 55569 52940 -2629
- Misses 7549 8828 +1279
+ Partials 336 311 -25
Continue to review full report in Codecov by Sentry.
|
….com:matusdrobuliak66/osparc-simcore into changing-wallet-after-running-out-of-credits
Quality Gate passedIssues Measures |
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.
👌
What do these changes do?
Currently, a project's connected wallet can go into a negative balance. This occurs because we have a policy to avoid interrupting users' computational jobs when their wallet reaches 0 credits—only dynamic services are stopped.
This PR:
Example:
The project transaction is in debt:
After the user pays off the debt using another wallet (triggering 2 new transactions between the wallets), the project transaction status changes from IN_DEBT to BILLED, unblocking the project.
Related issue/s
How to test
Dev-ops checklist