Claire's Monster

Results 252 comments of Claire's Monster

Ok, my mistake, there is a `pyjwt` in the pip section (bad) and my environment shows v2.8.0 after I removed the pip package. This is likely why I was not...

@joybrowny I implemented your solution under: https://github.com/hummingbot/hummingbot/pull/7088

Another user found that updating the JWT pypi package solved the issue. My opinion is that this PR should be the one that fixes the issue because it requests the...

Obsolete. This proposed to remove the internal JWT (copy of SDK but using the time-sync), which was not the issue with the auth failures.

@cardosofede This is the solution you should have looked at, instead of the mapping

Well, this solution provide a complete separation of concerns. It could potentially resolve circular imports. devs can add executors without touch the orchestrator and potentially add mistakes. Users can have...

@nikspz This is a addendum executor that could be used in place of a position executor to perform a live QA of stop-loss/take-profit on Kraken. I provide the functionality in...