indexer icon indicating copy to clipboard operation
indexer copied to clipboard

Feature request: outstanding queryFee summary via indexer-agent

Open cryptovestor21 opened this issue 4 years ago • 1 comments

As discussed with @fordN

It would be great to have the agent output a summary of outstanding queryFees per allocationId in a table, so an Indexer can get a visual representation of what they have outstanding in the queryFee pool and make decisions on how they want to set their batch claim thresholds.

cryptovestor21 avatar Jan 11 '22 19:01 cryptovestor21

https://github.com/graphprotocol/indexer/pull/403 This PR creates a table on allocations, one of the column is query fee collected. I think the table is sufficient for making decisions, or we can add a command for filtering (maybe something like get outstanding x_amount)

hopeyen avatar Apr 14 '22 19:04 hopeyen