T. Todua

Results 545 comments of T. Todua

in combination with bitmart (which has also different approach, like digifinex iirc) I've updated few things in base and also submitted bitmart here for demonstrational purposes. So, now, we can...

## networkId to networkCode ## = A) crossing ids ``` networks: { 'ERC20': [ 'erc-20', 'ether' ], 'ETH': 'ether', } networkIdToCode ('erc-20', 'USDT'); ---> ERC20 networkIdToCode ('erc-20', 'ETH'); ---> ETH...

for another type of exchange - i.e. Bitmart, where we have to send request (for withdraw/fetchDepoistAddress...) without `chain` parameter in request, but with `currency-id` which is an unique junction-id: ```...

Added Hitbtc3 (which is very like to bitmart) , where there are no meaning for networkIds and are just currency&network junctions as currencyIds : USDTRX, USDT20, USDTBSC, etc... So, the...

The file is there https://github.com/ccxt/ccxt/blob/master/python/ccxt/test/test_trade.py can you again update and re-test? btw, what about antivirus marking is accidentally? I have no other ideas atm. How did you run the tests?...

Can you please try to install using wheel (instead of tarball)? might be related: https://stackoverflow.com/questions/31401762/python-packaging-wheels-vs-tarball-tar-gz https://stackoverflow.com/questions/22430150/pypi-tarball-includes-files-that-arent-in-the-dist-package

@KindSpidey We are in the process of unification of networks. Bitget is not yet unified. We are doing exchanges one by one, so it will need few days till I...

@KindSpidey Users are always welcome to contribute to the library. but it comes at some experience about how to do things. At first, you need to read this - https://github.com/ccxt/ccxt/blob/master/CONTRIBUTING.md...

I had something similar PR in the past: https://github.com/ccxt/ccxt/pull/14910/files#diff-306362d145a5405ce27b41bc5613c5371dcbd0857a90cfc7be651bf584db6656R947 and I think that we need to have it in such cases.

@frosty00 I think Sam is right and this method should be included in base. it wouldnt hurt/break anything, just be helpful in those cases. Specifically the same problem Sam has...