-
Notifications
You must be signed in to change notification settings - Fork 60
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: Refresh prices on heartbeats #622
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #622 +/- ##
==========================================
- Coverage 56.51% 56.47% -0.05%
==========================================
Files 250 250
Lines 13023 13045 +22
==========================================
+ Hits 7360 7367 +7
- Misses 4955 4970 +15
Partials 708 708 ☔ View full report in Codecov by Sentry. |
cache[strings.ToLower(ticker.GetOffChainTicker())] = ticker | ||
cache[ticker.GetOffChainTicker()] = ticker | ||
cache[strings.ToUpper(ticker.GetOffChainTicker())] = ticker |
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.
why do we need 3 entries in the cache?
No description provided.