- Error API - Underlying exchange errors get propagated properly
- FX service handles null results from calculator
- GDAX API and console is complete (and uses official library)
- BittrexAPI deprecated in favour of CCXT implementation
- Lots of bugfixes
- Added
RobustCalculator
,FailoverCalculator
andFailoverProvider
to FXService
- Bugfixes (#64)
- Don't leak API keys in logs (see
Messages.sanitizeMessage
) - Update some package indices
- CCXT Historical Data Retrieval Methods (thanks @Ameobea)
- Add BitMex live feed
- Add CryptoProvider (exchange rates)
- Add RobustCalculator (exchange rates)
Trader
should handle Market orders better
- Bugfixes
- Add
origin
tag to messages - Many bugfixes to GDAX feed
- New Features
- Gemini Market feed! Thanks @github-ajt
- Bug Fixes
- Handle new API feed messages for GDAX
- GDAX Feed messages handle error messages more elegantly. Thanks @kostola
- Other
- Use CircleCI for integration testing on Github
Bug fixes and basic CCXT integration. There are quite a few bugfixes as well as public REST support for some 70 exchanges :)
- New Exchange support: Bittrex
- New Core filters:
- Product splitter (split a feed stream by product, with proper backpressure handling)
- Add ProductSplitter