external-adapters-js icon indicating copy to clipboard operation
external-adapters-js copied to clipboard

New IV Feeds for BTC and ETH, adding a circuit breaker

Open bryanjowers opened this issue 4 years ago • 0 comments

Today, we have an existing gvol adapter that provides IV Feeds for BTC and ETH. It is currently providing data for 1, 2, 7, 14, 21, 28 intervals.

This task is that we want to create a new set of Feeds (14 in total) that add a new data provider as the primary (dxfeed) and roll gvol to the circuit breaker position. The circuit breaker should be based on unresponsiveness, meaning only use gvol here if dxfeed is down/unresponsive.

I suggest you look into the gvol IV EA to learn how our IV currently works. Then look at a circuit breaker EA to see how we should pattern failure circuit breakers.

Create a new adapter using these 2 sources.

Ensure that the days available meet the requirement: 1, 2, 7, 14, 21, 28, 30, 60, 90 on both ETH and BTC

Primary sources:

  1. dxfeed
  2. backup: gvol

https://docs.chain.link/docs/ethereum-addresses/#Rinkeby Testnet

bryanjowers avatar Aug 31 '21 04:08 bryanjowers