Commit Graph
6002 Commits
Author SHA1 Message Date
Frederic Fortier d1529afeb3 BLD: enhancing registration features 2018-02-02 17:10:10 -05:00
Frederic Fortier 99dece953f BLD: ingesting marketplace bundles 2018-02-02 16:20:33 -05:00
Victor Grau Serrat 9ef000e529 BUG: balance returns different types 2018-02-02 12:06:57 -07:00
Victor Grau Serrat db4ee4c01e BLD: check for existence of dataset in ingestion & subscription 2018-02-01 23:42:40 -07:00
Victor Grau Serrat 0decdf5aab BLD: check for name duplicates when registering dataset 2018-02-01 22:30:24 -07:00
Victor Grau Serrat e460290056 BLD: better exception handling for failed multipart download 2018-02-01 21:59:30 -07:00
Frederic Fortier b9130fd968 BLD: added missing requirement 2018-02-01 22:03:16 -05:00
Frederic Fortier 37980f3580 BLD: working on marketplace integration 2018-02-01 20:43:48 -05:00
Victor Grau Serrat 56bd3db7a2 BLD: marketplace - ingestion downloads multiple files 2018-02-01 16:54:24 -07:00
Victor Grau Serrat 18123d7f7e BLD: marketplace constants in constants.py 2018-02-01 11:47:25 -07:00
Victor Grau Serrat a04a99373d BLD: marketplace: subscription to dataset 2018-02-01 08:07:17 -07:00
Victor Grau Serrat e906315969 BLD: marketplace: enigma contract files 2018-01-31 22:06:52 -07:00
Frederic Fortier a360a5fe3a Housekeeping 2018-01-31 23:57:22 -05:00
Frederic Fortier fcbdc131ec BLD: trying to catch as many trades as possible 2018-01-31 22:51:41 -05:00
Frederic Fortier 857a5d8a91 BUG: for issue #178, modified logic to track adjusted order amount 2018-01-31 21:57:33 -05:00
Frederic Fortier e914481325 BLD: minor adjustment 2018-01-31 17:19:09 -05:00
Frederic Fortier c0ba8b2ebb BUG: for issue #178, adjusted the fallback processing of orders for exchanges lacking a "my trades" api 2018-01-31 17:12:05 -05:00
Frederic Fortier 69507d1b00 BLD: for issue #178, fixed the "set" issue when fetching a ticker from positions 2018-01-31 16:32:22 -05:00
Frederic Fortier 311e357451 BLD: updated CCXT 2018-01-31 16:10:39 -05:00
Victor Grau Serrat d1cd95c492 BLD: marketplace subscribe + refactoring 2018-01-31 13:39:59 -07:00
Victor Grau Serrat 0f55f0e9a6 BLD: passing dataset to marketplace publish request 2018-01-31 10:50:10 -07:00
Victor Grau Serrat c26d78cf05 BLD: set AUTH_SERVER as a Catalyst constant 2018-01-30 11:20:06 -07:00
Avishai WeingartenandGitHub c3662443e4 Merge pull request #180 from gthouret/jupyter-allow-root-docker
Allow jupyter to run as root inside Docker image
2018-01-30 17:22:47 +02:00
Frederic Fortier 18c96303a6 BLD: improved unit test 2018-01-29 19:20:55 -05:00
Frederic Fortier 5c236a65f7 BUG: for issue #178, checking the order status instead of relying on the open amount 2018-01-29 19:20:34 -05:00
izokayandGitHub 1f29f7fdf1 Update beginner-tutorial.rst 2018-01-29 17:31:32 -05:00
izokayandGitHub cbae2465d2 Update beginner-tutorial.rst 2018-01-29 17:27:58 -05:00
izokayandGitHub 4a4e32846b Update beginner-tutorial.rst 2018-01-29 17:27:14 -05:00
izokayandGitHub 426fde40b1 Update beginner-tutorial.rst 2018-01-29 17:24:21 -05:00
izokayandGitHub e9a3bcf3e9 Update beginner-tutorial.rst 2018-01-29 17:23:22 -05:00
izokayandGitHub 5b77f5eeba Update beginner-tutorial.rst 2018-01-29 17:23:00 -05:00
izokayandGitHub 5417881a72 Update beginner-tutorial.rst 2018-01-29 17:21:53 -05:00
izokayandGitHub 1cadaf1ed0 Update beginner-tutorial.rst 2018-01-29 17:19:44 -05:00
izokayandGitHub 929e0a9a01 Update beginner-tutorial.rst 2018-01-29 17:18:16 -05:00
izokayandGitHub 15aadbb101 documentation for PyCharm 2018-01-29 17:14:15 -05:00
Frederic Fortier 7f021acb2e BUG: fixed catalyst import 2018-01-29 15:58:34 -05:00
Victor Grau Serrat 68faad4098 BLD: publish dataset in marketplace 2018-01-26 15:32:53 -07:00
Victor Grau Serrat ff989ba524 BLD: register dataset in marketplace 2018-01-25 22:39:54 -07:00
Frederic Fortier fa60457a0f BLD: misc adjustments to fetch all candles on the Binance exchange 2018-01-25 23:38:37 -05:00
Frederic Fortier 43737a9730 Merge branch 'alexiri-patch-1' into develop 2018-01-25 17:52:41 -05:00
Frederic Fortier e6fb708c1c Merge branch 'patch-1' of https://github.com/alexiri/catalyst into alexiri-patch-1 2018-01-25 17:52:22 -05:00
Frederic Fortier 8ff8e6458e BUG: fixed stats output issue #171 by adding orders and transactions in the header 2018-01-25 17:43:00 -05:00
Frederic Fortier 7d24433a42 Merge remote-tracking branch 'origin/develop' into develop 2018-01-25 17:41:02 -05:00
Frederic Fortier 7ae23e2340 BLD: conditionally fetching single or multi tickers for performance reasons 2018-01-25 17:40:45 -05:00
Avishai WeingartenandVictor Grau Serrat 940f625ec1 fix for click.echo
added sys.stdout to click.echo to prevent errors on jupyter
2018-01-25 12:46:27 -07:00
Victor Grau Serrat 2ec9aa2ca9 BLD: CLI implementation for the marketplace 2018-01-25 11:55:25 -07:00
Avishai WeingartenandGitHub c6dfd502d2 fix for click.echo
added sys.stdout to click.echo to prevent errors on jupyter
2018-01-25 16:02:44 +02:00
Frederic Fortier 0aa8c91577 BLD: for issue #174, re-implemented the fetch_tickers approach 2018-01-24 22:43:08 -05:00
Frederic Fortier c09f53449a BUG: fixed issue #176 with ignoring ticker errors instead of raising 2018-01-24 22:26:20 -05:00
Frederic Fortier f34a66e9c6 BUG: trying to fix issue #178 with Binance lot sizes 2018-01-24 21:54:05 -05:00