Skip to content

Releases: smartcontractkit/external-adapters-js

Release v0.2.0-rc.1

04 Feb 18:57
e5c8646

Choose a tag to compare

Merge pull request #297 from smartcontractkit/release/v0.2.0-rc.1

[master] Preparing release v0.2.0-rc.1

Release v0.1.5

02 Feb 18:32
fa4ee66

Choose a tag to compare

Changed

  • Cache key generator now ignores 'meta' metadata as default setting

Release v0.1.5-rc.1

18 Feb 18:55
543a201

Choose a tag to compare

Add caching support

Release v0.1.4

01 Nov 10:20
56f0b08

Choose a tag to compare

Added

  • New adapters:
    • linkpool to get ICE futures quotes
    • onchain to get ICE futures quotes

Fixed

  • Local in-memory cache got broken in the last release, and was reinitialized on every request.
  • amberdata adapter wasn't responding for some assets because they don't make cross-rates by default. Cross-rates are now included which enables this adapter to support markets like BNB/USD, not just the actual BNB/USDT.

Release v0.1.3

29 Oct 19:22
6f9e746

Choose a tag to compare

Added

  • Caching improvements:
    • Request coalescing support to mitigate the issue of requests for data coming in bursts and missing the cache.
    • Remote cache (Redis/ElastiCache) support, with adapter key grouping, to enable more efficient serverless deployments.
  • Support for composite adapters:
    • composite/proof-of-reserves adapter combines multiple adapters to find total balance in custody for wBTC or renBTC protocols.
  • New adapters:
    • wbtc-address-set to query wBTC custody address set.
    • renvm-address-set to query renVM protocol custody address set.
    • blockchain.com to fetch balances for a set of Bitcoin addresses.
    • blockcypher to fetch balances for a set of Bitcoin addresses.
    • reduce to reduce an array to a result. Different reducers are supported like: sum, product, average, median, min & max.
    • trueusd to query supply and issuance data for TrueUSD.
    • cryptoid to get chain difficulty measurement from different networks.
    • blockchair to get chain difficulty measurement from different networks.
    • bitso to get last 24 hours volume weighted average price (vwap) for multiple markets.
    • cryptomkt to get last transaction price for multiple markets.
    • satoshitango to get last bid price for multiple markets.
    • bitex to get volume weighted average price (vwap) for multiple markets.
    • orchid-bandwidth to get available bandwidth from Chainlink as service provider.
    • genesis-volatility to get implied volatility of an asset.
    • covid-tracker to query COVID-19 statistics.
    • lition to query the price in Euros per MWh for Lition.
    • coinlore to query the Bitcoin market dominance and market capitalization.
    • messari to query the Bitcoin market dominance.

Changed

  • Improved logs.
  • Prettier logs in development environment.

Release v0.1.3-rc.0

13 Apr 22:26
0e7e451

Choose a tag to compare

Remove yahoo-finance from release workflow

Release v0.1.2

18 Sep 13:00
5595ba0

Choose a tag to compare

Merge pull request #86 from smartcontractkit/release/v0.1.2

Prepare v0.1.2 release

Release v0.1.1

18 Sep 11:51
49cf8af

Choose a tag to compare

Merge pull request #84 from smartcontractkit/release/v1.0.1

Release v0.1.0

17 Sep 17:36

Choose a tag to compare

Add lib packages to root package.json