Overview
Refactor the existing non-voting notification system to send alerts to delegators instead of the delegate address owners. When a delegate hasn't voted on recent proposals, their delegators should receive the notification, regardless of which addresses they have registered in the system.
Current Behavior
- System monitors delegates who haven't voted on the last 3 proposals
- Notifications are sent to users who have registered the delegate's address
- Example: If
alice.eth hasn't voted and is registered in the system, alice.eth receives the notification
Desired Behavior
- System monitors delegates who haven't voted on the last 3 proposals
- Notifications are sent to users who have delegated voting power to that delegate
- Example: If
alice.eth hasn't voted and bob.eth has delegated to alice.eth, then bob.eth receives the notification (even if bob.eth hasn't registered alice.eth's address)
Overview
Refactor the existing non-voting notification system to send alerts to delegators instead of the delegate address owners. When a delegate hasn't voted on recent proposals, their delegators should receive the notification, regardless of which addresses they have registered in the system.
Current Behavior
alice.ethhasn't voted and is registered in the system,alice.ethreceives the notificationDesired Behavior
alice.ethhasn't voted andbob.ethhas delegated toalice.eth, thenbob.ethreceives the notification (even ifbob.ethhasn't registeredalice.eth's address)