element-x-ada/features/wallet
Kayos efcc9cb841 fix(wallet): use direct HTTP calls for Koios API
The cardano-client-lib KoiosBackendService was returning empty responses
for funded addresses because it uses an outdated API format.

This fix:
- Uses OkHttp with direct POST requests to Koios v1 endpoints
- Correctly formats requests with _addresses array in body
- Parses JSON responses to extract balance and UTXOs
- Keeps cardano-client-lib backend for tx submission and protocol params

Tested with preprod address showing 10B lovelace balance correctly.
2026-03-28 14:12:58 -07:00
..
api feat(wallet): add no-wallet guard for /pay and fix payment event type 2026-03-28 09:47:55 -07:00
impl fix(wallet): use direct HTTP calls for Koios API 2026-03-28 14:12:58 -07:00
test Phase 3: Wallet panel UI and full /pay flow wiring 2026-03-28 09:23:58 -07:00