From 3c4492179c619817bbbb81194f4df7740e2a3717 Mon Sep 17 00:00:00 2001 From: Claude Agent Date: Mon, 15 Jun 2026 02:19:36 +0000 Subject: [PATCH] arc: Malachite CL is now a proper node component (arc-testnet-node) Consensus service renamed arc-testnet-consensus -> arc-testnet-node: it is now generated by templates/nodes/malachite.yml (node: malachite) instead of being hacked into the arc client template's indexer block. Container body unchanged. Co-Authored-By: Claude Opus 4.8 (1M context) --- arc/arc/arc-testnet-arc-full.yml | 2 +- compose_registry.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/arc/arc/arc-testnet-arc-full.yml b/arc/arc/arc-testnet-arc-full.yml index 15aa6b61..acfd675f 100644 --- a/arc/arc/arc-testnet-arc-full.yml +++ b/arc/arc/arc-testnet-arc-full.yml @@ -136,7 +136,7 @@ services: - ${NO_SSL:+traefik.http.routers.arc-testnet-arc-full.rule=Path(`/arc-testnet`) || Path(`/arc-testnet/`)} - traefik.http.routers.arc-testnet-arc-full.middlewares=arc-testnet-arc-full-stripprefix, ipallowlist - arc-testnet-consensus: + arc-testnet-node: image: ${ARC_CONSENSUS_IMAGE:-docker.cloudsmith.io/circle/arc-network/arc-consensus}:${ARC_TESTNET_CONSENSUS_VERSION:-0.7.2} user: 0:0 expose: diff --git a/compose_registry.json b/compose_registry.json index 777753bb..814649f8 100644 --- a/compose_registry.json +++ b/compose_registry.json @@ -797,7 +797,7 @@ "compose_file": "arc/arc/arc-testnet-arc-full", "features": [], "network": "arc", - "node": null, + "node": "malachite", "relay": null, "stack": null, "type": "full",