// https://docs.chain.link/docs/developer-communications/
A new function latestRoundData has been added. It returns roundId, answer, startedAt, updatedAt, and answeredInRound. This allows consumers of reference data to make decisions around if the data is acceptable in a single function call (ex: if answeredInRound < roundId could indicate stale data).
Handle
a_delamo
Vulnerability details
Impact
I would recommend using latestRoundData instead of latestAnswer. This way we can run extra validations and makes sure that the data is okay.