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

Unstake feature for end of active round #95

Merged
merged 15 commits into from
Sep 16, 2022
Merged

Unstake feature for end of active round #95

merged 15 commits into from
Sep 16, 2022

Conversation

ghostffcode
Copy link
Contributor

Screen Shot 2022-09-16 at 1 04 19 PM

@ghostffcode ghostffcode self-assigned this Sep 16, 2022
@vercel
Copy link

vercel bot commented Sep 16, 2022

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
identity-staking ✅ Ready (Inspect) Visit Preview Sep 16, 2022 at 6:32PM (UTC)
staging-identity-staking ✅ Ready (Inspect) Visit Preview Sep 16, 2022 at 6:32PM (UTC)

const unstakeHandler = async () => {
const users = roundData.map(i => i?.to?.address);

console.log({ users });
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This console.log should be removed

@farque65
Copy link
Contributor

There are some changes on the dev branch that need to be pulled in

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.

[STORY] As a passport holder, I want to unstake when the round is over so that I can get my tokens back
2 participants