fix(android): stabilize lightserver connectivity, endpoint routing, a… - #10
Merged
Merged
Conversation
finalis-core
commented
May 2, 2026
Contributor
…nd send/read diagnostics
- normalize endpoint input to explorer base URL and derive RPC URL internally
- migrate / inputs to explorer
- strip accidental route inputs like
- enforce correct surface split
- explorer reads via
- broadcast via
- fix balance semantics in app UI
- trust for displayed spendable balance
- keep UTXO list for coin selection/send flow
- add strict UTXO parsing policy
- accept
- reject entries missing both instead of defaulting to zero
- improve endpoint health + diagnostics
- add malformed-data classification
- include resolved explorer URL, resolved RPC URL, and raw transport error
- add per-endpoint probe diagnostics in saved endpoint cards
- prioritize active-endpoint failure visibility over fallback noise
- improve resilience/performance
- add short TTL caching + stale-if-error fallback for explorer reads
- avoid redundant same-cycle address/status fetches
- increase explorer HTTP connect/read timeouts to 15s
- fix stale UI state behavior
- clear sticky endpoint-status messages correctly
- preserve last good dashboard state on transient unavailable reads
- align labels/UX
- rename “Finalized balance” -> “Spendable balance”
- update endpoint input copy to avoid confusion
- housekeeping
- remove deprecated manifest attributes in feature/data modules
- update tests for endpoint normalization/fallback and diagnostics wiring
…nd send/read diagnostics - normalize endpoint input to explorer base URL and derive RPC URL internally - migrate / inputs to explorer - strip accidental route inputs like - enforce correct surface split - explorer reads via - broadcast via - fix balance semantics in app UI - trust for displayed spendable balance - keep UTXO list for coin selection/send flow - add strict UTXO parsing policy - accept - reject entries missing both instead of defaulting to zero - improve endpoint health + diagnostics - add malformed-data classification - include resolved explorer URL, resolved RPC URL, and raw transport error - add per-endpoint probe diagnostics in saved endpoint cards - prioritize active-endpoint failure visibility over fallback noise - improve resilience/performance - add short TTL caching + stale-if-error fallback for explorer reads - avoid redundant same-cycle address/status fetches - increase explorer HTTP connect/read timeouts to 15s - fix stale UI state behavior - clear sticky endpoint-status messages correctly - preserve last good dashboard state on transient unavailable reads - align labels/UX - rename “Finalized balance” -> “Spendable balance” - update endpoint input copy to avoid confusion - housekeeping - remove deprecated manifest attributes in feature/data modules - update tests for endpoint normalization/fallback and diagnostics wiring
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.