indexer icon indicating copy to clipboard operation
indexer copied to clipboard

Allow allocations to be closed to get query fees but not indexing rewards

Open matthewdarwin opened this issue 1 year ago • 1 comments

Currently there's no way to close allocations via the agent/cli for networks unsupported by indexing rewards. With the upgrade indexer now there is queries on networks where there is no indexing fees, so need to able to claim query fees

image

matthewdarwin avatar Jan 01 '24 16:01 matthewdarwin

graph indexer allocations close arbitrum-one <allocation id> 0x0000000000000000000000000000000000000000000000000000000000000000 --force

action queue won't work, have to close independently

Also closing independently does not update closedAt parameter for postgres db allocation_summaries, will not get query fees unless manually updating the date

jhjhjh94 avatar Jan 10 '24 17:01 jhjhjh94

This one should be resolved in #949

fordN avatar Jul 12 '24 19:07 fordN