hummingbot icon indicating copy to clipboard operation
hummingbot copied to clipboard

(fix) Kraken order book failure

Open MementoRC opened this issue 3 years ago • 0 comments

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:

MementoRC avatar Sep 08 '22 23:09 MementoRC