hummingbot
hummingbot copied to clipboard
(fix) Kraken order book failure
Before submitting this PR, please make sure:
- [x] Your code builds clean without any errors or warnings
- [x] You are using approved title ("feat/", "fix/", "docs/", "refactor/")
A description of the changes proposed in the pull request: Fix for issue: https://github.com/hummingbot/hummingbot/issues/5551 The issue seems to be a newer method was added to the base class, throwing a 'NotImplemented' error in subclasses that were not updated. It is likely that other connectors have the same flaw (i.e. same issue found for the coinbase_pro connector)
Tests performed by the developer: Ran a PMM strategy for a few minutes without the error message in the logs
Tips for QA testing: