-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
MR-M-03mitigation-confirmedsatisfactorysatisfies C4 submission criteria; eligible for awardssatisfies C4 submission criteria; eligible for awards
Description
The issue raised in M-03 was that the oracle feed wasn't validated to confirm that the data was fresh. To mitigate this, _stalenessThreshold was added. If block.timestamp - updatedAt > _stalenessThreshold
(i.e. the data wasn't update recently enough) then getRate
will revert disallowing use until fresher data is published.
Metadata
Metadata
Assignees
Labels
MR-M-03mitigation-confirmedsatisfactorysatisfies C4 submission criteria; eligible for awardssatisfies C4 submission criteria; eligible for awards