-
Notifications
You must be signed in to change notification settings - Fork 2
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: tg acceleration for multi-guardian #182
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #182 +/- ##
=======================================
Coverage 89.76% 89.76%
=======================================
Files 21 21
Lines 215 215
Branches 70 70
=======================================
Hits 193 193
Misses 8 8
Partials 14 14
Flags with carried forward coverage won't be shown. Click here to find out more. |
}; | ||
}); | ||
console.log('intg--resetGuardianList', resetGuardianList); | ||
setGuardianList(resetGuardianList as unknown as UserGuardianStatus[]); |
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.
would be nice to have comment explaning why do we need to reset guardian list here
tg acceleration for multi-guardian