Submitted by adelamo, also found by 0xRajeev, cmichel, greiart, and shw_
UniswapV3Oracle.sol is calling latestAnswer to get the last WETH price. This method will return the last value, but you wont be able to check if the data is fresh.
On the other hand, calling the method latestRoundData allow you to run some extra validations
See the chainlink documentation for more information.
talegift (Wild Credit) confirmed
ghoul-sol (Judge) commented:
