reservoir-labs / oracle

GNU General Public License v3.0
0 stars 0 forks source link

feat: introduce return value for `updatePrice` to facilitate upkeep #18

Closed xenide closed 2 months ago

xenide commented 2 months ago

While writing the keeper bot to update price ourselves as a last resort (after a period of unclaimed bounty), I realized one thing that needs improvement:

So the proposed solution here is to add a return value such that:

Considerations

Other improvements