witnet / data-feeds-explorer

Catalog of Witnet-powered public data feeds and price feeds available on Ethereum, Conflux, Boba, Celo and other networks
5 stars 8 forks source link

[api] Implement automatic update of supported price feeds #415

Closed gabaldon closed 3 months ago

gabaldon commented 4 months ago

The DFE does not currently support updating supported price feeds list when new array of supported price feeds is received from the contract. listenWitnetPriceFeeds method only updates resultRequests

Tommytrg commented 3 months ago

After some debugging, we detected that the problem is related to deleted price feeds from the contract. With the current implementation, the DFE can detect if a new price feed is added but will detect a removed price feed as delayed.

Tommytrg commented 3 months ago

close by #421