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,3 +1,4 @@
import { actionGroups } from '../actionGroups'
import { i18n } from '../i18n'
import { sdk } from '../sdk'
import { dataDir, SPACED_CHAIN } from '../utils'
@@ -16,7 +17,7 @@ export const resetSpacedState = sdk.Action.withoutInput(
"This deletes spaced's on-disk index. The next start will resync from spaces' anchor and can take a while. store.json (passwords + RPC credentials) is preserved.",
),
allowedStatuses: 'any',
group: null,
group: actionGroups.spaced,
visibility: 'enabled',
}),