From 8673942b1a59ee0f950b2ccdd8b0b2d96b28e764 Mon Sep 17 00:00:00 2001 From: Siddharth Suresh Date: Thu, 30 Jul 2026 09:12:32 -0700 Subject: [PATCH] Point future image at futurenet's protocol 28 builds The future image pinned protocol 26 releases while futurenet has moved to protocol 28 vnext builds, so it could not join futurenet and its rpc v26 pin no longer compiles on stable Rust. Pin core, rpc, and horizon to the commits futurenet reports running, and xdr to the commit that ungates CAP-0083/CAP-0085 (no release has it yet). Move galexie to its latest release and lab to main, matching the other images -- neither has protocol 28 support to track. Bump nightly-next's default protocol to 28 to match futurenet. Fixes #960 --- images.json | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/images.json b/images.json index d0506ec9..eb4ceb33 100644 --- a/images.json +++ b/images.json @@ -143,32 +143,32 @@ "push" ], "config": { - "protocol_version_default": 26, + "protocol_version_default": 28, "horizon_skip_protocol_version_check": true }, "deps": [ { "name": "xdr", "repo": "stellar/rs-stellar-xdr", - "ref": "v26.0.0" + "ref": "3305b3e31f19fdb4e64e4b7a4354bb120cdf4415" }, { "name": "core", "repo": "stellar/stellar-core", - "ref": "v26.1.0", + "ref": "c10756394962b08796b8ed05ec15634608901546", "options": { - "configure_flags": "--disable-tests" + "configure_flags": "--disable-tests --enable-next-protocol-version-unsafe-for-production" } }, { "name": "rpc", "repo": "stellar/stellar-rpc", - "ref": "v26.0.0" + "ref": "0c06b41042d7d3283b19ade62c768811c36ace46" }, { "name": "horizon", "repo": "stellar/stellar-horizon", - "ref": "v26.0.0", + "ref": "4460e7f939d8110f578944b3b5154ff17a8513cc", "options": { "pkg": "github.com/stellar/stellar-horizon" } @@ -184,12 +184,12 @@ { "name": "lab", "repo": "stellar/laboratory", - "ref": "21cc0d0b9080e664b9dbfae5713d9c7615613729" + "ref": "main" }, { "name": "galexie", "repo": "stellar/stellar-galexie", - "ref": "galexie-v26.1.0" + "ref": "galexie-v27.0.0" } ], "tests": { @@ -264,7 +264,7 @@ "schedule" ], "config": { - "protocol_version_default": 27, + "protocol_version_default": 28, "horizon_skip_protocol_version_check": true }, "deps": [