Releases: linkpoolio/asset-price-cl-ea
Fluxmonitor Support
Docker Build Fixes
Fixes for the Docker build.
High RAM usage fix
Re-work of the exchange package to resolve a high RAM utilisation bug that'd cause RAM to keep increasing.
GCP Support
You can now deploy this adapter into GCP Functions, with simple steps in the README.
Dockerfile & Makefile Fixes
Fixes for building the adaptor as a container and local.
Kraken & Gemini, use of Bridges
Two new exchanges have been added:
- Kraken
- Gemini
This adaptor now uses the Bridges framework as a handler for the service:
https://github.com/linkpoolio/bridges
Bug fixes:
- Potential panic when receiving a bad response from an exchange
USD Prices, Coinall and COSS exchanges
In this new version, a usdPrice
is now returned for all queries where the exchanges support the USD price of the quote currency. For example, if you specify ETH-BTC
, the adaptor will get the price of ETH in sats as normal, then get an aggregate price of BTC to then calculate the USD price.
Two new exchanges have been added:
- Coinall
- COSS
Binance Fix, Better Error Handling
Merge pull request #3 from linkpoolio/binance-and-error-handling Binance Fix, Logrus and Set Pairs error handling
New Exchanges, Refactoring
New Exchanges Supported:
- Bitfinex
- Bittrex
- HitBTC
- Huobi Pro
- ZB
Port is now specified with -p
.