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
{{ message }}
This repository was archived by the owner on Apr 25, 2026. It is now read-only.
The process_schedule_delegator_unstake function in the multi-asset-delegation pallet contains a validation bug that prevents users from undelegating the full available amount of deposited assets when there are pending nomination unstake requests.
Overview
The
process_schedule_delegator_unstakefunction in the multi-asset-delegation pallet contains a validation bug that prevents users from undelegating the full available amount of deposited assets when there are pending nomination unstake requests.This causes nomination unstake requests to be incorrectly included when calculating available deposited asset amounts.