Skip to content

Conversation

@deseti
Copy link

@deseti deseti commented Dec 21, 2025

  • Address.checksum() can throw errors but should never return null/undefined
  • Removed dead null checks that could never execute
  • Added try-catch blocks to handle invalid addresses from data source
  • Improves error messages for debugging invalid address data
  • Affects 5 occurrences across 2 files

This prevents runtime crashes when encountering corrupted address data and provides better error reporting to help identify data quality issues.

- Address.checksum() can throw errors but should never return null/undefined
- Removed dead null checks that could never execute
- Added try-catch blocks to handle invalid addresses from data source
- Improves error messages for debugging invalid address data
- Affects 5 occurrences across 2 files

This prevents runtime crashes when encountering corrupted address data
and provides better error reporting to help identify data quality issues.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant