-
Notifications
You must be signed in to change notification settings - Fork 515
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
Fixed potential deadlocks by opening sessions only on demand (Wallet endpoints) #1472
Fixed potential deadlocks by opening sessions only on demand (Wallet endpoints) #1472
Conversation
36ea6ea
to
cc69732
Compare
Codecov Report
@@ Coverage Diff @@
## main #1472 +/- ##
==========================================
- Coverage 95.81% 95.81% -0.01%
==========================================
Files 489 489
Lines 30018 30027 +9
==========================================
+ Hits 28762 28770 +8
- Misses 1256 1257 +1 |
cc69732
to
86bb36b
Compare
…wallet Signed-off-by: Andraž Cuderman <[email protected]>
… use seperate sessions for wallet calls Signed-off-by: Andraž Cuderman <[email protected]>
…on wallet_rotate_did_keypair Signed-off-by: Andraž Cuderman <[email protected]>
…sort out Signed-off-by: Andraž Cuderman <[email protected]>
…needed Signed-off-by: Andraž Cuderman <[email protected]>
699f9b3
to
3c8e2f9
Compare
Signed-off-by: Andraž Cuderman <[email protected]>
Signed-off-by: Andraž Cuderman <[email protected]>
3c8e2f9
to
1d05f73
Compare
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.
All tests pass, code looks good
@acuderman can you sync up with the latest updates in the |
@ianco thanks for the review. Branch is synced with main. |
Removed potential deadlocks for Wallet endpoints
Additional info in this issue: #1417