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
We need a way to view the quality of the keepers. Keepers should be submitting distribute transactions to the REXMarket contracts. The questions we need to be able to answer about the keepers are:
How much gas is each keeper spending?
What is the average time between keeper distribute transactions for each contract?
How many contracts is each keeper keeping on? (i.e. how many contracts do they submit distribute transactions to)
Whats the average time between distribute transactions for each contract?
How much RIC has each keeper earned from the DAO? (We switched for streaming RIC to ERC20 transferring RIC once a month)
The quality assurance on keeprs is mainly about liveliness so the average time between submitting transactions to the REXMArket contracts is the primary metric. The metric we want is the average cycle time for each keeper on each contract, with the idea being they should all be around the same time (~1 hour). Sometimes transactions fail so I wouldn't expect any of the keepers to be at 1 hour cycle times but it should be something we aspire too.
The text was updated successfully, but these errors were encountered:
We need a way to view the quality of the keepers. Keepers should be submitting
distribute
transactions to the REXMarket contracts. The questions we need to be able to answer about the keepers are:distribute
transactions for each contract?distribute
transactions to)distribute
transactions for each contract?The quality assurance on keeprs is mainly about liveliness so the average time between submitting transactions to the REXMArket contracts is the primary metric. The metric we want is the average cycle time for each keeper on each contract, with the idea being they should all be around the same time (~1 hour). Sometimes transactions fail so I wouldn't expect any of the keepers to be at 1 hour cycle times but it should be something we aspire too.
The text was updated successfully, but these errors were encountered: