-
-
Notifications
You must be signed in to change notification settings - Fork 7.9k
New Exchange: Coinzip #4797
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New Exchange: Coinzip #4797
Conversation
Hi! First of, thanks for the PR! Appreciate your involvement! There's a few issues with it, however, namely, on the language portability... Have you read this: ... and, especially, this:
? ) We need to make sure that it passes the tests and syntactic checks. After that we will be able to verify that all methods are implemented properly, but tests first. |
You might also want to read this to run the same set of tests locally: https://github.com/ccxt/ccxt/blob/master/CONTRIBUTING.md#how-to-build--run-tests-on-your-local-machine |
Thanks for the feedback. I guess I have to refactor all the Though I've run this script on my local machine:
Everythings green on my last run, but I guess I need to remove the I'll update this PR once I've complied to all the standards and everythings green. |
This isn't necessary, we actually do support |
Ok, I've updated the guidelines – |
Okay good to hear that. Thanks again. I'll review the CI errors also to see where that Issue is. |
Hi @kroitor, I've updated my fork and fixed the failing test. Can you please verify it. Thank you. |
Hi Mark! Thank you for the effort and for your time on this! I will review the work that you've done asap and will post my comments on it. In the meantime, if you can help clean up this PR a bit more – that would really speed up things, namely, we need to restore the generated files to their original versions – no need to commit those, as most of them will be overwritten upon building on travis anyway. From this list: .editorconfig // ←-------- we'd take this file
README.md
ccxt.d.ts
ccxt.js
dist/ccxt.browser.js
js/coinzip.js // ←------------- and we need this file
php/Exchange.php
php/coinzip.php
python/ccxt/__init__.py
python/ccxt/async_support/__init__.py
python/ccxt/async_support/coinzip.py
python/ccxt/coinzip.py
wiki/Exchange-Markets-By-Country.md
wiki/Exchange-Markets.md
wiki/Manual.md All the other files are generated, so you can revert them to the master version with this command in your local repo:
Thx again! Will get back to you on this soon! |
HI @kroitor, I've already updated my PR. Can you please check it again. Thanks! |
…hods for coinzip.
…des() methods for coinzip python client
…ohlcv() and fetch_trades() methods for coinzip php client
…orders(), fetch_closed_orders(), create_order() and cancel_order() methods for coinzip php client
Hi @kroitor any feedback? |
@iammac360 pardon for the long wait, i'll do my best to get to it asap, didn't have the chance to do it yet, hope for your understanding. |
dead exchange |
Hi, we recently launch Coinzip(https://www.coinzip.co/) and we want to integrate with ccxt. Hope you can accept our PR. Thanks