Release v0.1.1:3 with Configure Subspaces, monitor CLI, and spaces v0.0.9x.
Build Service / BuildPackage (push) Has been cancelled

Adds a user toggle for SUBS_PUBLISH_REQUIRE_FINALIZED, copies the certrelay monitor binary to /data/bin for terminal use, and bumps the spaced image to horologger/spaces:v0.0.9x.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-07-16 18:53:22 -04:00
co-authored by Cursor
parent ad64a47d42
commit 1fa9674d49
11 changed files with 127 additions and 51 deletions
+5 -3
View File
@@ -34,12 +34,14 @@ export const SUBSPACES_PROVER_PORT = 8888
export const SUBSPACES_REGISTRY_PORT = 8081
export const SUBSPACES_WALLET = 'default'
// Certrelay ships as the prebuilt horologger/certrelay image; both binaries
// are static musl, so `fabric` runs anywhere once copied onto the volume.
// Certrelay ships as the prebuilt horologger/certrelay image; CLI binaries
// are static musl, so they run anywhere once copied onto the volume.
export const CERTRELAY_BIN = '/usr/local/bin/certrelay'
export const CERTRELAY_FABRIC_BIN = '/usr/local/bin/fabric'
// Copied here so the gotty terminal (which has /data/bin on PATH) can run it.
export const CERTRELAY_MONITOR_BIN = '/usr/local/bin/monitor'
// Copied here so the gotty terminal (which has /data/bin on PATH) can run them.
export const CERTRELAY_FABRIC_DEST = '/data/bin/fabric'
export const CERTRELAY_MONITOR_DEST = '/data/bin/monitor'
export const CERTRELAY_DIR = '/data/certrelay'
export const CERTRELAY_DATA_DIR = '/data/certrelay/data'
export const CERTRELAY_PORT = 7778