AstarNetwork / astar-frame

Core frame modules for Astar & Shiden network.
Other
58 stars 38 forks source link

Fix an issue where a part of unbonding chunks would be skipped #26

Closed Dinonard closed 2 years ago

Dinonard commented 2 years ago

Pull Request Summary

Fixed an issue where we wouldn't account part of the unbonding info into TVL. This was due to the addition operation being performed only when max allowed migration weight has been exceeded.

This wouldn't have been a breaking change but we would have slightly incorrect TVL information.

Check list