feat: migrate nodeAliasCache to room

This commit is contained in:
2026-06-01 23:59:42 +02:00
parent 38c6c6f723
commit 93332dc683
12 changed files with 166 additions and 180 deletions
@@ -67,6 +67,7 @@ class WalletViewModel(
init {
observePaymentEvents()
fetchLightningAddress()
viewModelScope.launch { aliasRepo.warmUp() }
}
// ── WebSocket event collection ────────────────────────────────────────────