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 Nov 15, 2023. It is now read-only.
Some infrastructure providers reconcile spendable balance against on-chain information (events, tx parameters). A number of functions in the Staking pallet update locks by an amount that is not known at dispatch, e.g. unbond will unbondlet mut value = value.min(ledger.active);
We should either emit an event with the actual value (un)bonded or return an error if the input parameters are not valid for the operation.