Issue:
ChainlinkMock was deemed frozen even though its price was updated right before the PriceFeed#fetchPrice was called.
Cause:
Chainlink uses roundData to return its prices and timestamp. The current implementation misses to update the roundData when its price is updated via the setLastPrice function.
Issue:
ChainlinkMock was deemed frozen even though its price was updated right before the PriceFeed#fetchPrice was called.
Cause:
Chainlink uses roundData to return its prices and timestamp. The current implementation misses to update the roundData when its price is updated via the setLastPrice function.