Claire's Monster
Claire's Monster
PRP referred to previous failed PR #5500. THis PR is the one correcting the testcase
Related to issue:https://github.com/hummingbot/hummingbot/issues/5240
@rapcmia Good day to you too. Is this not due to ETH-USDT not being a campaign, thus the PARROT not finding it on the miner.hummingbot.io? Sorry, I saw the LGTM...
@rapcmia This is not an error, but a report in the parrot when a particular snapshot does not exist. I did not know how to best handle this case, it...
Tests are failing after changing a string in the code. I do not know how to make them pass
This seems to be a non-trivial issue with 'paper' exchanges, the `connect_market()` method returns 'None' for paper exchanges. The non-trivial aspect is "how do we want to resolve the issue"...
Why is this a bounty? The solution has been found, has it not? The dev version still has this unfixed, should I make the PR?
Also, I had also independently found this but somehow must have forgotten to submit it, for what's it's worth: https://github.com/MementoRC/hummingbot/commit/7a06e5f2bde9ac786fd04495a427455c6356c9dd
Confirmed the issue, there seems to be a quick work-around for this. The full correction requires a re-factoring of the connector to updated standard (like binance connector) - I will...
Could you try adding to`kraken_api_order_book_data_source.py`: ``` async def listen_for_subscriptions(self): """ Connects to the trade events and order diffs websocket endpoints and listens to the messages sent by the exchange. Each...