Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensure the nominator's deposit must >= minimum nominator stake #1714

Merged
merged 1 commit into from
Jul 28, 2023

Conversation

NingLin-P
Copy link
Member

close #1709

Add a constraint to reject withdraw requests while this is pending deposit and reject deposit requests while there is pending withdrawal. This constraint is used to ensure while a nominator is participating staking its deposit must >= operator.minimum_nominator_stake.

Code contributor checklist:

Don't allow deposit while this is pending withdraw and don't allow withdraw
while this is pending deposit, this constraint is used to ensure while a nominator
is participating staking its deposit must >= operator.minimum_nominator_stake.

Signed-off-by: linning <[email protected]>
@NingLin-P NingLin-P changed the title Ensure the nominator's deposit must >= than minimum nominator stake Ensure the nominator's deposit must >= minimum nominator stake Jul 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Nominator can stake less than minimum nominator stake
2 participants