docs(migration): clarify migration guide diagrams and enclave schema

This commit is contained in:
2026-01-09 16:38:01 -05:00
parent 76fb6c27cb
commit 16665cafc4

View File

@@ -32,8 +32,10 @@ This document outlines the SQL schema design for the Nebula wallet's **encrypted
└─────────────────────────────────────────────────────────────────────┘ └─────────────────────────────────────────────────────────────────────┘
``` ```
### What Goes in the Enclave (SQLite) ### What Goes in the Enclave (SQLite)
| Data Type | Rationale | | Data Type | Rationale |
|-----------|-----------| |-----------|-----------|
| WebAuthn Credentials | Device authentication, never leaves device | | WebAuthn Credentials | Device authentication, never leaves device |
@@ -46,6 +48,7 @@ This document outlines the SQL schema design for the Nebula wallet's **encrypted
### What Comes from APIs (NOT in SQLite) ### What Comes from APIs (NOT in SQLite)
| Data Type | Source | | Data Type | Source |
|-----------|--------| |-----------|--------|
| Token Balances | Chain RPC / Indexer API | | Token Balances | Chain RPC / Indexer API |