-
Notifications
You must be signed in to change notification settings - Fork 23
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
SOV-3117: reward claiming #550
Conversation
🦋 Changeset detectedLatest commit: 9e0c9e0 The changes in this PR will be included in the next version bump. This PR includes changesets to release 3 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
✅ Deploy Preview for sovryn-storybook canceled.
|
✅ Deploy Preview for sovryn-dapp ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
ca1f2d9
to
687cd09
Compare
4a5855d
to
9ea3b0f
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@creed-victor I tried the Withdraw all
functionality but SOV
and ZUSD
fees were not withdrawn, even though the tx was successful. Can you look into it? My testing address is 0xaaa5a190accbc50f4f9c130b5876521e4d5f9d6c
if needed.
apps/frontend/src/app/5_pages/RewardsPage/components/Staking/Staking.tsx
Outdated
Show resolved
Hide resolved
...rc/app/5_pages/RewardsPage/components/Staking/components/WithdrawAllFees/WithdrawAllFees.tsx
Outdated
Show resolved
Hide resolved
This is how smart contract function works and it's expected. If user has a lot of tokens and checkpoints, they will have to send multiple transactions until all tokens/checkpoints are withdrawn. |
* SOV-2756: Clean up Babelfish token config (#592) * chore: Clean up Babelfish token config * Create big-grapes-stare.md * SOV-2992: lending withdraw with max amount issue (#593) * fix: lending withdraw with max amount issue * Create polite-apples-taste.md --------- Co-authored-by: Peiman <[email protected]> Co-authored-by: Peiman <[email protected]> * SOV-2942: fix adjust stake data refresh (#582) * fix: adjust stake data refresh * Create six-tips-tease.md * fix: resolve PR comments * SOV-2993: Vesting reward history (#577) * SOV-2993: Vesting reward history * Create nervous-brooms-guess.md * chore: update amount renderer * SOV-3077: Prevent reward SOV claiming (#606) * chore: add missed data-attr * SOV-3077: update claim button logic * Create thin-jobs-pull.md * chore: update changeset --------- Co-authored-by: soulBit <[email protected]> * SOV-3021: update tooltip component (#595) * SOV-2913: vesting delegate history (#588) * feat: vesting delegate history * Create pretty-starfishes-collect.md * feat: filter out delegate changes without previous delegee --------- Co-authored-by: soulBit <[email protected]> * Version Packages (#594) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> * SOV-2787: updated notification service api (#553) * feat: updated notification service api * Create soft-birds-hunt.md * SOV-3117: reward claiming (#550) * feat: improved fee quering * feat: claim all rewards with single tx * feat: implement new rewards withdrawal feature * fix: review comments * fix: increase withdrawable checkpoints * fix: show single btc token * fix: show no reward row if there is no fees * Version Packages (#615) Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> --------- Co-authored-by: soulBit <[email protected]> Co-authored-by: Pietro Maximoff <[email protected]> Co-authored-by: Victor Creed <[email protected]> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
https://sovryn.atlassian.net/browse/SOV-2799
https://sovryn.atlassian.net/browse/SOV-3117