exchanges/bittrex,kucoin: Remove exchange implementation and fix minor test issue (#1403)

* exchanges/Bittrex: Remove exchange implementation

* Kucoin: Fix TestProcessMarketSnapshot after pair removal update

* Kucoin: Fix race due to duplicate setupWS call

Unleash your inner Max Verstappen

* Kucoin: Actually test spot/margin market snapshot replication
This commit is contained in:
Adrian Gallagher
2023-11-22 10:20:09 +11:00
committed by GitHub
parent 86e091028f
commit 0fd433e865
29 changed files with 11 additions and 4152 deletions

View File

@@ -202,7 +202,6 @@ Yes means supported, No means not yet implemented and NA means protocol unsuppor
| Bithumb | Yes | NA | NA |
| BitMEX | Yes | Yes | NA |
| Bitstamp | Yes | Yes | No |
| Bittrex | Yes | Yes | NA |
| BTCMarkets | Yes | No | NA |
| BTSE | Yes | Yes | NA |
| COINUT | Yes | Yes | NA |
@@ -233,7 +232,6 @@ var Exchanges = []string{
"bithumb",
"bitmex",
"bitstamp",
"bittrex",
"btc markets",
"btse",
"coinbasepro",

View File

@@ -50,7 +50,6 @@ $ ./gctcli withdrawcryptofunds --exchange=binance --currency=USDT --address=TJU9
| Bithumb | No | No | |
| BitMEX | No | No | Supports BTC only |
| Bitstamp | No | No | |
| Bittrex | No | No | NA |
| BTCMarkets | No | No| NA |
| BTSE | No | No | Only through website |
| Bybit | Yes | Yes | |

View File

@@ -73,7 +73,6 @@ A helper tool [cmd/dbseed](../cmd/dbseed/README.md) has been created for assisti
| Bitmex | |
| Bitstamp | Y |
| BTC Markets | Y |
| Bittrex | |
| BTSE | Y |
| Bybit | Y |
| Coinbase Pro | Y |