Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 871 Bytes

Chainlink pricer is using a deprecated API.md

File metadata and controls

26 lines (22 loc) · 871 Bytes

The Chainlink Pricer is currently using multiple functions from a deprecated Chainlink API such as latestAnswer() in L61, getTimestamp() in L74.

These functions might suddenly stop working if Chainlink stopped supporting deprecated APIs.

Recommendation:

Consider refactoring these to use the latest Chainlink API.


Slide Screenshot

199.jpg


Slide Text

  • OpenZeppelin Opyn Gamma Finding L11
  • Patching
  • Deprecated APIs
  • Chainlink V2 vs V3
  • Deprecated -> Stop Work
  • Use Latest APIs

References


Tags