You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// @audit this fails, because by counting 100% of votes, the ones that don't make it steal the yield/// This is MED at most, in this test a 50 BPS loss/// Due to this, we'll acknowledge it for nowassertEq(governance.claimForInitiative(baseInitiative1), 9950e18);
assertEq(governance.claimForInitiative(baseInitiative1), 0);
assertEq(lusd.balanceOf(baseInitiative1), 14950e18);
The text was updated successfully, but these errors were encountered:
GalloDaSballo
changed the title
Loss of yield for votes that cannot meet threshold
Known Issue 1 - Loss of yield for votes that cannot meet threshold
Oct 17, 2024
See the changes to
V2-gov/test/Governance.t.sol
Lines 1153 to 1160 in e4ccbc0
The text was updated successfully, but these errors were encountered: