kintsugi-tech / slash-refund

0 stars 0 forks source link

Set a maximum limit to unbonding deposit entries #8

Closed niilptr closed 1 year ago

niilptr commented 1 year ago

We have not set a limit to unbonding deposit entries yet. Since the refund process cycles on the unbonding deposits to find which is eligible for refund, we should set a limit on the maximum number of entries, otherwise we could have problems with too long computation times.

niilptr commented 1 year ago

PR #17 closes this issue.