AtomicLoans / agent

💥 Atomic Agent
1 stars 3 forks source link

Fix oracle updating #147

Closed matthewjablack closed 4 years ago

matthewjablack commented 4 years ago

Description

This PR fixes oracle updating.

By adding additional logic to whether the Medianizer hasPrice and checking whther oracle is past expiry, past timeout and whether the price has changed more than 1%, we can filter out oracles that don't need to be updated, while making sure that the Medianizer hasPrice is always true.

Submission Checklist :pencil: