-
-
Notifications
You must be signed in to change notification settings - Fork 631
add balances and accountant for aura finance #8974
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 balances and accountant for aura finance #8974
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #8974 +/- ##
==========================================
Coverage 55.73% 55.73%
==========================================
Files 1879 1879
Lines 133755 135964 +2209
Branches 16708 16816 +108
==========================================
+ Hits 74543 75777 +1234
- Misses 56401 57370 +969
- Partials 2811 2817 +6
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
2373233
to
e64dd40
Compare
54f8cbf
to
7bc8ad8
Compare
def _update_cache_timestamp(count: int | None = None) -> None: | ||
with GlobalDBHandler().conn.write_ctx() as write_cursor: | ||
globaldb_set_unique_cache_value( | ||
write_cursor=write_cursor, | ||
key_parts=[CacheType.MORPHO_VAULTS], | ||
value=str(count) if count is not None else '0', | ||
) | ||
|
||
|
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.
dead code removal.
44bc13e
to
90a0b16
Compare
90a0b16
to
59131ca
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.
LGTM
rotki/test-caching#58 was successfully merged |
Closes #7406