Users staking their Fjord Foundry
token are eligibe to Fjord Points
rewards. Fjord Points can be distributed after 7 days by anyone.
Points are distributed at the end of an epoch. One user can stake for a few days longer and will still receive the same amount of tokens as user which staked at the end of the epoch.
Set bool isMock = false;
in FjordStakingBase.t.sol contract.
Paste this test inside stake.t.sol contract and run forge test --match-test "testStakingSameRewards" -vvv
.
Users will receive same amount of rewards even though they staked in different time.
Solution for this problem might be creating a reward system based on rewards per second. It is more fair to users and prevents rewards sniping.
The contest is live. Earn rewards by submitting a finding.
This is your time to appeal against judgements on your submissions.
Appeals are being carefully reviewed by our judges.