Igor Kroitor

Results 91 comments of Igor Kroitor

> @kroitor Was this issue fixed in another PR? Nope, not yet. I'll get to merging it shortly.

From my understanding, since adding time.sleep helps reproduce this issue, then it boils down to blocking in an async context, indeed. My advice is to make sure you exclude blocking...

@alexkli thank you for sharing it!

You probably want an average weighted price for each pair (which can be calculated across all exchanges in all currencies independently) and to find standard deviations from that. If you...

@Johnlouca what is the exchange you're using? Also, what is your version of CCXT ? Can you enable your verbose mode and paste it here? Please, read this carefully: https://github.com/ccxt/ccxt/wiki/faq#what-is-required-to-get-help

> But what does " soon " mean here ? :p That usually means at least a few days up to a few weeks depending on the workload on the...

> @kursadaydin try this it will get you all the networks listed in the 'options' 'network' property of each exchange @DoctorSlimm unfortunately, that won't help, cause options['networks'] don't contain all...

One more thing to add, this _networks_ aspect is going to be unified in the `'networks'` property of each currency, that will store those networks indexed by their unified names:...

@ViktorKov we will investigate, thank you!