imp/exp/show/cookie
Build Service / BuildPackage (push) Has been cancelled

This commit is contained in:
2026-05-14 18:27:20 -04:00
parent 172e3f63ac
commit 2cdc4a5f34
9 changed files with 409 additions and 38 deletions
+24 -3
View File
@@ -12,9 +12,14 @@ const dict = {
'Spaced Sync': 7,
'spaced is querying Bitcoin and indexing — this can take a while on first run.':
8,
'spaced is fully synced.': 9,
'spaced is indexing. Progress: ${pct}%': 10,
'spaced RPC did not respond.': 11,
'spaced is fully synced (blocks ${blocks} / headers ${headers}).': 9,
'spaced is indexing: ${pct}% (blocks ${blocks} / headers ${headers}).': 10,
'getserverinfo non-JSON. stdout=${stdout} stderr=${stderr}': 11,
'Spaced Sync health check crashed: ${error}': 53,
'space-cli exited ${code}: ${error}': 54,
'Show Web UI Password': 55,
'Display the existing username and password for the Spaces web terminal.':
56,
// interfaces.ts
'Web UI': 12,
@@ -53,6 +58,22 @@ const dict = {
36,
'Spaced state has been wiped. Start (or restart) the service to resync.': 37,
'Could not wipe spaced state: ${error}': 38,
'Export Wallet': 39,
"Export the `default` spaces wallet to /data/mainnet/wallets_backup/default.json and surface the JSON below.":
40,
'Could not export wallet: ${error}': 41,
'Wallet exported.': 42,
'Wallet JSON': 43,
'A copy of this JSON is saved inside the container at /data/mainnet/wallets_backup/default.json.':
44,
'Import Wallet': 45,
'Restore a previously-exported default.json wallet into spaced.': 46,
'Existing /data/mainnet/wallets_backup/default.json and /data/mainnet/wallets/default will be renamed with .bakNNN suffixes before the import. The active spaced daemon will load the imported wallet on success.':
47,
'Paste the JSON contents of a default.json wallet export.': 48,
'Could not parse wallet JSON: ${error}': 49,
'Wallet imported and loaded.': 50,
'Could not import wallet: ${error}': 51,
} as const
/**