Skip to content

Releases: linkpoolio/asset-price-cl-ea

Fluxmonitor Support

26 Apr 15:01
9102b1b
Compare
Choose a tag to compare
  • Returns a result key with the price value as float64
  • Migrate to Github Actions for CI
  • Remove COSS as API returns 502

Docker Build Fixes

29 Oct 13:01
6e26297
Compare
Choose a tag to compare

Fixes for the Docker build.

High RAM usage fix

29 Oct 12:49
c540840
Compare
Choose a tag to compare

Re-work of the exchange package to resolve a high RAM utilisation bug that'd cause RAM to keep increasing.

GCP Support

25 Oct 11:26
2310e81
Compare
Choose a tag to compare

You can now deploy this adapter into GCP Functions, with simple steps in the README.

Dockerfile & Makefile Fixes

23 Jun 12:24
55ae717
Compare
Choose a tag to compare

Fixes for building the adaptor as a container and local.

Kraken & Gemini, use of Bridges

22 Jun 17:02
49a70ca
Compare
Choose a tag to compare

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

27 Feb 15:03
c2c85e8
Compare
Choose a tag to compare

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

23 Jul 20:52
7e181cd
Compare
Choose a tag to compare
Merge pull request #3 from linkpoolio/binance-and-error-handling

Binance Fix, Logrus and Set Pairs error handling

New Exchanges, Refactoring

09 Jul 17:54
Compare
Choose a tag to compare

New Exchanges Supported:

  • Bitfinex
  • Bittrex
  • HitBTC
  • Huobi Pro
  • ZB

Port is now specified with -p.

v0.2.1

06 May 14:08
Compare
Choose a tag to compare
Price & Volume now returning as strings for CL node compatibility