-
Notifications
You must be signed in to change notification settings - Fork 820
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
Huobi: Fix invalid contract type error when autoUpdatePairs is false #1707
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1707 +/- ##
==========================================
+ Coverage 37.07% 37.09% +0.02%
==========================================
Files 414 414
Lines 180275 180282 +7
==========================================
+ Hits 66828 66874 +46
+ Misses 105589 105556 -33
+ Partials 7858 7852 -6
|
6afccd2
to
1ea8fd4
Compare
5264e09
to
ccdcf0e
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.
tACK!
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.
tACK please rebase. ⭐
We were relying on autoUpdatePairs to fetch contract types before we need them. If the user disables it in config, we'll get them upfront.
ccdcf0e
to
c36bb36
Compare
Done. |
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.
Thanks for resolving this + @gloriousCode for test coverage C+P
We were relying on autoUpdatePairs to fetch contract types before we need them. If the user disables it in config, we'll lazily fetch just the relevant Futures.
Type of change
Please delete options that are not relevant and add an
x
in[]
as item is complete.How has this been tested