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.
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.