Open madMax92221 opened 10 months ago
Couple of functions do not emit an event which might not be good for off-chain monitoring. Emit an event on state change on the following functions in VeUnoDaoYieldDistributor.sol:
VeUnoDaoYieldDistributor.sol
sync()
toggleGreylist()
toggleRewardNotifier()
setPauses()
setYieldRate()
setTimelock()
fixed at commit https://github.com/Uno-Re/unore-uno-dao/commit/edbb5e94fee2d423da3bf4f0e35ea162826c9c59
Couple of functions do not emit an event which might not be good for off-chain monitoring. Emit an event on state change on the following functions in
VeUnoDaoYieldDistributor.sol
:sync()
toggleGreylist()
toggleRewardNotifier()
setPauses()
setYieldRate()
setTimelock()