Changelog
All notable changes to this project will be documented in this file.
[0.6.7] - 2023-05-05
- Add
IPriceFeedDispatcher.decimals
back for backward compatible.
[0.6.6] - 2023-05-05
- Add
PriceFeedDispatcher.getPrice
for backward compatible.
[0.6.5] - 2023-03-31
- Refine natspec
[0.6.4] - 2023-03-30
- Rename
ChainlinkPriceFeedV3.getCachedTwap
toChainlinkPriceFeedV3.getPrice
. - Rename
ChainlinkPriceFeedV3.getCachedPrice
toChainlinkPriceFeedV3.getLatestOrCachedPrice
.
[0.6.3] - 2023-03-14
- Add
ChainlinkPriceFeedV3.getCachePrice
to fetch the latest valid price and updated timestamp. - Add
ChainlinkPriceFeedV3.getTimeout
to get timeout config of ChainlinkPriceFeedV3.