You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(config): enforce chain.joinbase.ai as public registry default
Codify Compose install templates and docs so public registry/weights stay on
https://chain.joinbase.ai, keep validator --master-url operator-explicit (no
hard-coded public IP defaults), and guard the contract with unit assertions.
Copy file name to clipboardExpand all lines: docs/compose.md
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,6 +59,19 @@ Every deployable first-party reference is immutable: `repository@sha256:<64 hex>
59
59
60
60
Base and Prism do **not** launch evaluator containers. Prism runs in `PRISM_COMBINED_MODE=true` and verifies/ingests external results. External long-lived TEE runtimes are never lifecycle-managed by this Compose project.
61
61
62
+
## Public chain and master URL
63
+
64
+
- Public chain/registry control-plane URL: `https://chain.joinbase.ai`
65
+
(master `registry_url` and validator `registry_url` / default weights resolution
66
+
for the public network).
67
+
- Validator coordination uses an **explicit** operator master URL
68
+
(`install-validator.sh --master-url` / `validator.agent.master_url`). That is
69
+
the operator's running master API (often loopback in disposable setups), not a
70
+
hardcoded public IP host inventory.
71
+
- Docker Compose installers must not invent alternate public master IP defaults.
72
+
Historical Swarm advertise addresses under `deploy/swarm/` are unsupported for
0 commit comments