-
Notifications
You must be signed in to change notification settings - Fork 23
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
add index for connection id #1358
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## staging #1358 +/- ##
========================================
Coverage 23.64% 23.64%
========================================
Files 87 87
Lines 10099 10099
========================================
Hits 2388 2388
Misses 7415 7415
Partials 296 296
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View 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
* check prev root and add constraint (#1356) * Hotfix update allocation worker * Fix lint * Fix * Fixed updateAllocationInDB check as well * check prev root and add constraint * check if alloc is updated * rmv check --------- Co-authored-by: Jayash Satolia <jayash.satolia.min19@iitbhu.ac.in> * add index for connection id (#1358) * get round on start * fix hook --------- Co-authored-by: Jayash Satolia <jayash.satolia.min19@iitbhu.ac.in>
* Fix get round (#1361) * check prev root and add constraint (#1356) * Hotfix update allocation worker * Fix lint * Fix * Fixed updateAllocationInDB check as well * check prev root and add constraint * check if alloc is updated * rmv check --------- Co-authored-by: Jayash Satolia <jayash.satolia.min19@iitbhu.ac.in> * add index for connection id (#1358) * get round on start * fix hook --------- Co-authored-by: Jayash Satolia <jayash.satolia.min19@iitbhu.ac.in> * fix alloc lock for commit * cleanup --------- Co-authored-by: Jayash Satolia <jayash.satolia.min19@iitbhu.ac.in>
* check prev root and add constraint (#1356) * Hotfix update allocation worker * Fix lint * Fix * Fixed updateAllocationInDB check as well * check prev root and add constraint * check if alloc is updated * rmv check --------- Co-authored-by: Jayash Satolia <jayash.satolia.min19@iitbhu.ac.in> * add index for connection id (#1358) * Fix chall cancel commit (#1359) * fix challenge cancel commit * change conn lifetime * Fixed updateAllocationInDB check as well (#1357) * fix alloc lock for commit (#1363) * Fix get round (#1361) * check prev root and add constraint (#1356) * Hotfix update allocation worker * Fix lint * Fix * Fixed updateAllocationInDB check as well * check prev root and add constraint * check if alloc is updated * rmv check --------- Co-authored-by: Jayash Satolia <jayash.satolia.min19@iitbhu.ac.in> * add index for connection id (#1358) * get round on start * fix hook --------- Co-authored-by: Jayash Satolia <jayash.satolia.min19@iitbhu.ac.in> * fix alloc lock for commit * cleanup --------- Co-authored-by: Jayash Satolia <jayash.satolia.min19@iitbhu.ac.in> * fix max objects in dir * fix ut * fix commit lock (#1365) --------- Co-authored-by: Jayash Satolia <jayash.satolia.min19@iitbhu.ac.in> Co-authored-by: Jayash Satolia <73050737+Jayashsatolia403@users.noreply.github.com>
Changes
Fixes
Tests
Tasks to complete before merging PR:
Associated PRs (Link as appropriate):