ADD-04 MitigationConfirmed #38
Labels
edited-by-warden
mitigation-confirmed
MR-ADD-04
satisfactory
satisfies C4 submission criteria; eligible for awards
The PR reserve-protocol/protocol#1197 addresses the QA finding The throttle may be incorrectly updated when dissolving or melting rTokens.
The finding described how the RToken issuance/redemption throttle not being updated in the
dissolve()
,melt()
andmint()
functions could cause it to return slightly incorrect values after these operations.The mitigation introduces a call to update the issuance and redemption throttles in the
dissolve()
andmint()
functions. In the case of themelt()
function, the mitigation was left out in favour of lower gas costs because "melting is frequent and always small".We agree with this observation and consider the issue fixed.
The text was updated successfully, but these errors were encountered: