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

Fix: API is returning empty values when fetching for price feeds #423

Closed Tommytrg closed 4 months ago

Tommytrg commented 4 months ago

The last improvement implemented in the API to cache values from the new contracts implementation has introduced a bug that doesn't return all the price feeds available. Apparently, this is because the values are being overwritten in the cache instead of added. This bug is not in production.

Tommytrg commented 4 months ago

Closed by #425