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
The staking ADO has an Unstake message that undelegates tokens from the specified validator. Currently this message does not have an amount to specify how much funds to undelegate so it undelegates the total amount. If possible we would like to add the option to add an amount and if not specified would default to taking the maximum.
Also we might want to change the Claim message recipient to be of type Recipient instead of AndrAddr. This is to allow the rewards to be sent to another ADO which might be useful for some use cases:
Description
The staking ADO has an Unstake message that undelegates tokens from the specified validator. Currently this message does not have an amount to specify how much funds to undelegate so it undelegates the total amount. If possible we would like to add the option to add an amount and if not specified would default to taking the maximum.
Also we might want to change the Claim message recipient to be of type Recipient instead of AndrAddr. This is to allow the rewards to be sent to another ADO which might be useful for some use cases:
Acceptance Criteria
The text was updated successfully, but these errors were encountered: