Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 993 Bytes

Lack of event emission after sensitive actions.md

File metadata and controls

24 lines (21 loc) · 993 Bytes

Lack of event emission after sensitive actions The _getLatestFundingRate function of the FundingRateApplier contract does not emit relevant events after executing the sensitive actions of setting the fundingRate, updateTime and proposalTime, and transferring the rewards.

Recommendation:

Consider emitting events after sensitive changes take place, to facilitate tracking and notify off-chain clients following the contract’s activity.


Slide Screenshot

077.jpg


Slide Text

  • OpenZeppelin Audit UMA Finding M01
  • Auditing & Logging
  • Medium Severity
  • Sensitive Actions
  • No Events
  • Events -> Offchain Tracking

References


Tags