T. Todua

Results 545 comments of T. Todua

@kroitor @carlosmiei after fiddling with this whole day, finally I was able to ("so so") make transpiler more flexible to : - catch & recognize all exchange instantiations within functions...

Thanks! A) atm, only simple examples will be transpiled (into both sync & async), which demonstrates the typical usage of the lib. later, ofc, I will try to advance 'examples'...

@carlosmiei sorry if this made a trouble for you, but i've completely re-organized the syntax (not functionality itself, just variable names and format) of the code, because we should aim...

@carlosmiei if you notice, the `force` flag (which handles files re-transpilation) is only present/passed to [`transpileDerivedExchangeClasses`](https://github.com/ccxt/ccxt/blob/11a104be88f4585d353811da5fe1c8cfe456285f/build/transpile.js#L2052 ), but not passed in other methods - `this.transpileTests, transpileExamples, transpilePythonAsyncToSync, transpilePhpAsyncToSync, transpilePhpBaseClassMethods ..`...

I've linked a PR above. After merge, you have to input the `network` param, i.e.: ``` const address = await exch.fetch_deposit_address ('USDT', {network: 'TRC20'}); ```

> @cabanossi this merge not approved ? You have incorrectly tagged @cabanossi , you have to tag @carlosmiei

There has been no follow-up posted by user for more than 1 month. I'll close this issue, and if anyone experiencing anything alike, let us know, with more details of...

builds have been broken bcz of whitebit, and it was fixed after your PRs. so, i've re-triggered PRs to pass builds (it should be green now).

@hosseinab just remove `bybit.set_sandbox_mode(True)` and it should work. Also, just for curiosity, can you please do this (as a one time test): ``` bybit_time = await bybit.fetch_time() my_time = await...

this seems really weird and exceptional issue. As the time doesn't seem to differ from exchange's time significantly (to consider also the roundtrip time, your and exchange's time might not...