-
Notifications
You must be signed in to change notification settings - Fork 129
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
BitsharesOrderEngine and BitsharesPriceFeed inconsistent attributes #596
Comments
BitsharesPriceFeed:
|
I think it's a good idea to have this fixed after or at the same time as merging tests for BitsharesOrderEngine and BitsharesPriceFeed. |
Yep, we are aware of that. Adding @bitProfessor to the conversation |
Will fix this on next set of pulls. |
I think it's a good idea to wait until the order engine is updated to the devel branch. |
This issue still wasn't addressed properly, looks like without tests it's hard to detect was the fix right or not.
|
@bitfag perhaps we should remove all overriding properties in StrategyBase, is this what you mean? |
@bitfag i made changes, see https://github.com/thehapax/DEXBot/tree/596-properties |
Not sure, I'd rather wait for tests to clearly see everything working as it should. |
BitsharesOrderEngine uses attributes which are not defined in
__init__
(or elsewhere):This means methods which uses these attrs are broken on standalone BitsharesOrderEngine. Now we're don't noticing this because the only user of BitsharesOrderEngine is StrategyBase. All these attrs defined inside StrategyBase.
The text was updated successfully, but these errors were encountered: