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
Metric is increased, but never decreased once we remove a delegation.
HandleAllBTCDelegations we fetch all delegations, but we should only fetch by status: [BTCDelegationStatus_PENDING, BTCDelegationStatus_VERIFIED, BTCDelegationStatus_ACTIVE]
BTCDelegationIndex grows over time, basically, we only remove from this if there is slashing happening. Should we periodically check this cache and remove delegations that are no longer relevant?
The text was updated successfully, but these errors were encountered:
BTCDelegationStatus_PENDING
,BTCDelegationStatus_VERIFIED
,BTCDelegationStatus_ACTIVE
]BTCDelegationIndex
grows over time, basically, we only remove from this if there is slashing happening. Should we periodically check this cache and remove delegations that are no longer relevant?The text was updated successfully, but these errors were encountered: