-
Notifications
You must be signed in to change notification settings - Fork 24
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 PriceTracker to Price Oracle #403
Conversation
looks like this branch had an older commit from |
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.
I don't quite get why price_tracker.rs is in the file_store at all.. We have none of the other services declare types here so why this one?
i wondered about that; seems like a reasonable if imprecise place to put it since it's technically just a client for streaming price_report files and there was little enough code required that it seems overkill to put it in its own crate |
94c316b
to
19a95a7
Compare
I originally created a new |
yes please? it's a running service/oracle right? not just a utility class |
It is a task that will be ran in other services/oracles just like |
Update price tracker and have it fail it unable to get initial prices appease clippy Update PriceTracker to be in price oracle Remove unused Error Refactor to use more streaming
e56ce09
to
f88bf9b
Compare
Co-authored-by: Matthew Plant <matty@nova-labs.com>
No description provided.