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
refactor: optimize VotingPowerTrigger to eliminate N+1 API calls
- Replace sequential getWalletOwners calls inside loop with single batch call
- Extract unique account IDs and fetch wallet owners upfront using getWalletOwnersBatch
- Improve performance from O(n) API calls to O(1) batch call for n events
- Maintain same functionality while reducing network overhead and latency
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments