0.3.0:1
Build Service / BuildPackage (push) Canceled after 0s

Group Actions and Config by category (Space-CLI, Bitcoin, Spaced,
Subspaces, Certrelay, Nacho) and build x86 + arm only.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-08-24 03:34:34 -04:00
co-authored by Cursor
parent 2b0224a678
commit 073344d4d1
30 changed files with 74 additions and 34 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
import { storeJson } from '../fileModels/storeJson'
import { actionGroups } from '../actionGroups'
import { i18n } from '../i18n'
import { sdk } from '../sdk'
import { dataDir, SPACED_CHAIN } from '../utils'
@@ -37,7 +38,7 @@ export const importWallet = sdk.Action.withInput(
'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.',
),
allowedStatuses: 'only-running',
group: null,
group: actionGroups.spaced,
visibility: 'enabled',
}),