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
Make developer app address lookups case-insensitive (#762)
## Summary
- Use `lower()` on both sides of the address comparison in
`GetDeveloperApps` and `GetDeveloperAppsWithGrants` SQL queries
- Previously, lookups were case-sensitive which could cause failures
when API keys were passed with mixed casing (e.g. `0x`-prefixed vs bare
hex)
## Test plan
- [ ] Verify developer app lookup works with uppercase, lowercase, and
mixed-case addresses
- [ ] Verify existing developer app lookups continue to work
🤖 Generated with [Claude Code](https://claude.com/claude-code)
---------
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
0 commit comments