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
Currently, the indexer does not handle active staking transaction expiration, which works only if the staking transactions expire in a very long time. However, this limits out options for unbonding time which might lead to additional concerns. One solution would be to connect the expiry checker with the indexer, and before processing a new block, first check whether any active transactions have expired on that block. There might be other solutions.
The text was updated successfully, but these errors were encountered:
Currently, the indexer does not handle active staking transaction expiration, which works only if the staking transactions expire in a very long time. However, this limits out options for unbonding time which might lead to additional concerns. One solution would be to connect the expiry checker with the indexer, and before processing a new block, first check whether any active transactions have expired on that block. There might be other solutions.
The text was updated successfully, but these errors were encountered: