proposal-25-restore-rewards/test
2023-06-12 16:45:32 -07:00
..
interfaces Create solidity source and tests for proposal 2023-06-12 06:22:32 -07:00
Mock.sol Add tests (bugged) 2023-06-12 15:17:34 -07:00
MockProposal.sol Add tests (bugged) 2023-06-12 15:17:34 -07:00
Proposal.t.sol 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
ProposalUtils.sol Create solidity source and tests for proposal 2023-06-12 06:22:32 -07:00
Utils.sol Create solidity source and tests for proposal 2023-06-12 06:22:32 -07:00