You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Collect protocol's last 24 hours worth of 10 minute TVL data points (144 periods)
Requirements to receive reward: triggers report action
Does protocol contain 21 hours worth of TVL oracle data points (126 periods)?
Compute median TVL value in USD & EOS
Is EOS TVL above min_tvl_report (ex: 200K EOS)
if all statements are true, send rewards
Result
More forgiving when Yield+ oracle missing updateall actions (3 hours of missing data would force a full recalibration instead of 1 hour per 8 hour period)
Enhancement Proposal
Collect
protocol
's last 24 hours worth of 10 minute TVL data points (144 periods)Requirements to receive reward: triggers
report
actionprotocol
contain 21 hours worth of TVL oracle data points (126 periods)?min_tvl_report
(ex: 200K EOS)Result
updateall
actions (3 hours of missing data would force a full recalibration instead of 1 hour per 8 hour period)Current mechanic
eosio.yield-contracts/contracts/oracle.yield/oracle.yield.cpp
Lines 450 to 482 in 477dc15
The text was updated successfully, but these errors were encountered: