You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: optionally reclaim expired account rent from operator (#172)
**Problem**
Our rent reclamation is currently an ad-hoc script. The tip router
operator should handle operations like these without a need for manual
action.
**Solution**
- Add tx_utils for common utils for sending **bulk** transactions
- Add reclaim mod with the expired claim status account related
functions
- Add expired distribution account related functions
- Use num_monitored_epochs as bounds for epochs to check for expired
accounts
- Call reclaim expired accounts from main.rs Run
- Emit metrics related to expired transactions
<img width="835" height="290" alt="Screenshot 2025-07-23 at 1 53 03 PM"
src="https://github.com/user-attachments/assets/acebe38f-8b09-4be3-a0ac-8a0a05c42409"
/>
<img width="832" height="278" alt="Screenshot 2025-07-24 at 12 05 02 PM"
src="https://github.com/user-attachments/assets/373b6037-fec2-459b-9405-f58c508e47b5"
/>
0 commit comments