issues
search
kintsugi-tech
/
slash-refund
0
stars
0
forks
source link
Module improvements
#1
Closed
niilptr
closed
1 year ago
niilptr
commented
1 year ago
Done:
Upgraded to ignite 0.25.1.
Simplified check on allowed tokens: now it is an array of allowed denoms.
Updated setting of unbonding deposits to match staking module's setting of unbonding delegations.
Updated slash-refund logic: created a refund pool and fixed handling of slashed unbonding delegations and redelegations.
Added claim message to allow users to claim their refund.
Added unit tests for refund logic.
Next steps:
Update claim message: allow users to claim only the total amount of their refund.
Update refund logic: use pools to make it more efficient, avoiding cycling too many times on unbonding delegations and redelegations.
Complete unit and integration tests.
Benchmark tests.
Done:
Next steps: