This repository was archived by the owner on Sep 9, 2023. It is now read-only.
Releases: altangent/ccxws
Releases · altangent/ccxws
v0.33.1
v0.33.0
v0.32.0
v0.31.1
Changes
- Creation of zlib utility to serialize
unzip
orinflateRaw
operations - Modified Huobi client ot use serial
unzip
utility - Modified OKEx client to use serial
unzip
utility
v0.31.0
v0.30.0
v0.29.6
OKEx:
- Changes port to final v3 port 8443
v0.29.5
v0.29.4
v0.29.3
Changes
- Removing extraneous logging in KuCoin
- Dynamic symbol loading for Poloniex
- Added lint rule to check for console.log
Exchanges
Kucoin
- Removing extraneous logging
Poloniex
- Ticker symbols were previously static. This meant new markets would not be available by the client until a new release of the software. This change dynamically loads the market id => symbol map from the REST API when the class is instantiated. This behavior can be controlled by an optional flag
autoloadSymbolMaps
that can be supplied to the constructor.