From ad06eb46f56a585125a4c63798917ca02f2fed6d Mon Sep 17 00:00:00 2001 From: Bryant Moscon Date: Sat, 19 Jan 2019 20:33:29 -0500 Subject: [PATCH 1/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a1aff8f2f..2cb7eccd9 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,7 @@ Supports the following exchanges: * BitMEX * Kraken * Binance +* EXX Also provides a synthetic NBBO (National Best Bid/Offer) feed that aggregates the best bids and asks from the user specified feeds. @@ -96,7 +97,6 @@ Cryptofeed supports some REST interfaces for retrieving historical data and plac # Planned Work ## Future Feeds -* EXX * CEX * BTCC * Many more... From 2b7b42f86287ee833e6fcecb1872e112853422ac Mon Sep 17 00:00:00 2001 From: Bryant Moscon Date: Sat, 19 Jan 2019 20:33:58 -0500 Subject: [PATCH 2/3] Update CHANGES.md --- CHANGES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.md b/CHANGES.md index c9df125aa..7546bccd9 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,6 +2,7 @@ ### 0.19.2 * Feature #55: OHLCV aggregation method in backends plus support for user defined aggregators + * Feature: EXX Feed support ### 0.19.1 (2019-01-11) * Bugfix: Poloniex logging had bug that prevented reconnect on missing sequence number From 0b479c5f948fad3d5684fa539469795105de9597 Mon Sep 17 00:00:00 2001 From: Bryant Moscon Date: Sat, 19 Jan 2019 20:34:32 -0500 Subject: [PATCH 3/3] Update CHANGES.md --- CHANGES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 7546bccd9..03a9a4267 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -2,7 +2,7 @@ ### 0.19.2 * Feature #55: OHLCV aggregation method in backends plus support for user defined aggregators - * Feature: EXX Feed support + * Feature: EXX exchange support ### 0.19.1 (2019-01-11) * Bugfix: Poloniex logging had bug that prevented reconnect on missing sequence number