Assert that oracle price updates stay within an acceptable deviation range
forkPreState()
/ forkPostState()
: Capture oracle price before and after transaction, compare for deviationsgetCallInputs()
: Monitor all price update function calls within transactionregisterCallTrigger()
: Trigger when oracle price update is detectedNote: Full examples with tests available in the Phylax Assertion Examples Repository.