When an action is triggered based on a user's action, not being able to filter based on
who triggered the action makes event processing a lot more cumbersome.
Including the msg.sender
the events of these types of action will make events much more
useful to end users.
There are 7
instances of this issue:
PoolBalanceUpdated(poolId,p.poolBalance) should add msg.sender
to event.
PoolCreated(poolId,p) should add msg.sender
to event.
PoolUpdated(poolId,p) should add msg.sender
to event.
PoolMaxLoanRatioUpdated(poolId,maxLoanRatio) should add msg.sender
to event.
PoolInterestRateUpdated(poolId,interestRate) should add msg.sender
to event.
LoanBought(loanId) should add msg.sender
to event.
Refinanced(loanId) should add msg.sender
to event.
Adding msg.sender
to event.
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.