-
Notifications
You must be signed in to change notification settings - Fork 213
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
Bug: public funding trades mapping is wrong. #555
Comments
Hi, I fixed this issue and am waiting for reviewing now. |
Hi all, (and @crazyguitar ) I can read comment about 1 year and half ago stating the issue was fixed, but in v5.0.3 the issue is still alive. Could I please have an estimation of when the fix will be merged and published? Thank you |
Hi @iccicci @crazyguitar , we'll take a look at the issue asap, thanks for the info |
Hi @vigan-abd, I've checked the
I also checked the |
There is a simple fix: to use PublicTrade instead of FundingTrade, since it is already designed for this, but this will be a breaking change Public Funding trade has format
while finding trades
and as far as I found out correctly, _handleTradeMessage receives only data from public trades channel, so FundingTrade should not be used in this case @vigan-abd wdyt? |
fixed in #578 |
thanks @vitaliystoliarovcc for investigating and providing a fix :) |
Sorry for my late reply @vigan-abd , I'm so busy in this period... |
thanks for confirming @iccicci, we're glad we could help :) |
Issue type
Brief description
Public funding trade mapping is wrong. There is no maker column in public funding trades.
Steps to reproduce
output:
Additional Notes:
I had found the same issue in 4.0.2 - 4.0.15 ;(
The text was updated successfully, but these errors were encountered: