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
Multiple indexers have reported that the Indexer Agent will close and renew allocations one epoch after creation.
This means that the maxAllocationEpochs value provided by the Staking contract is not being considered when identifying expired allocations during the reconciliation loop.
Requirements
The Agent must only close allocations when they are duly expired.
For a better indexer experience, add logs that inform how the allocation expiration epoch was calculated: either by an indexing rule, the maxAllocationEpoch value obtained from the Staking contract, or the minimum default of one epoch.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Multiple indexers have reported that the Indexer Agent will close and renew allocations one epoch after creation.
This means that the
maxAllocationEpochs
value provided by the Staking contract is not being considered when identifying expired allocations during the reconciliation loop.Requirements
The Agent must only close allocations when they are duly expired.
For a better indexer experience, add logs that inform how the allocation expiration epoch was calculated: either by an indexing rule, the
maxAllocationEpoch
value obtained from the Staking contract, or the minimum default of one epoch.Beta Was this translation helpful? Give feedback.
All reactions