-
Notifications
You must be signed in to change notification settings - Fork 14
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
CryptoYa: Exclude Binance #31
Conversation
Binance is providing an ARS blue rate (since 2023-06-20 apparently). Then it is getting transformed to approx 2x by the BlueRateTransformer. Is the solution enough to mark Binance as
|
If the provider is a BlueRateProvider, can we return
|
I tested 👍 with the 2 suggested changes above. Would be good to get them included @alvasw. |
CryptoYa queries 20 exchanges and returns their data. It makes more sense to pass the data from each exchange separately to the ExchangeRateService. The ExchangeRateService aggregates all exchange rates later.
b845b53
to
330e5ed
Compare
I created opened a new PR (#32) in which I mark Binance as |
Our Binance price provider gets the exchange rate from Binance already.
330e5ed
to
8ce245d
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.
ACK
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.
utACK based on #31 (review).
Our Binance price provider gets the exchange rate from Binance already.
Based on #30.