This website requires JavaScript.
Explore
Help
Register
Sign In
Theo
/
proposal-25-restore-rewards
Watch
1
Star
0
Fork
1
You've already forked proposal-25-restore-rewards
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
13
Commits
1
Branch
0
Tags
185
KiB
f2a0e18cc0
Commit Graph
3 Commits
Author
SHA1
Message
Date
Theo
79d5bfd103
Fix rewards accrual bug mentioned by T-Hax: in 'accrueOldRewards' function we added rewards that staker hasn't earned, because 'checkReward' function in Staking contract returns updated (actual) reward amount, but not update it in storage. Replace 'checkReward' function with getter 'accumulatedRewards', which returns actual accumulated reward amount (not updated)
2023-06-12 16:45:32 -07:00
Theo
4a876ee7d0
Add tests (bugged)
2023-06-12 15:17:34 -07:00
Theo
015c5d8a14
Create solidity source and tests for proposal
2023-06-12 06:22:32 -07:00