From 3370b9bb2ca39d10fc35fae59412b917cc08d702 Mon Sep 17 00:00:00 2001 From: Siddharth Suresh Date: Thu, 25 Jun 2026 03:18:47 -0700 Subject: [PATCH 1/2] =?UTF-8?q?SPIKE:=20Protocol=2028=20(CAP-0084)=20?= =?UTF-8?q?=E2=80=94=20point=20nightly-next=20at=20p28=20forks?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bump the nightly-next quickstart variant to protocol 28 and repoint xdr/core/rpc/horizon/lab to the sisuresh forks at their p28-cap-0084 HEADs (friendbot/galexie untouched). Add pull_request to events so this SPIKE PR builds+tests the full stack (SPIKE-only; revert before merge). --- images.json | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/images.json b/images.json index 5db823e3..d4d1e0da 100644 --- a/images.json +++ b/images.json @@ -260,36 +260,37 @@ { "tag": "nightly-next", "events": [ + "pull_request", "push", "schedule" ], "config": { - "protocol_version_default": 27, + "protocol_version_default": 28, "horizon_skip_protocol_version_check": true }, "deps": [ { "name": "xdr", - "repo": "stellar/rs-stellar-xdr", - "ref": "main" + "repo": "sisuresh/rs-stellar-xdr", + "ref": "bd30d420ce6f63ccd9360e371830384cb84d1c04" }, { "name": "core", - "repo": "stellar/stellar-core", - "ref": "master", + "repo": "sisuresh/stellar-core", + "ref": "fc0a370d044b2ab8f69b966b069c830f1ba55f4a", "options": { "configure_flags": "--disable-tests --enable-next-protocol-version-unsafe-for-production" } }, { "name": "rpc", - "repo": "stellar/stellar-rpc", - "ref": "protocol-next" + "repo": "sisuresh/stellar-rpc", + "ref": "16dbf8aa5417468366a88407d14a79212b17a75d" }, { "name": "horizon", - "repo": "stellar/stellar-horizon", - "ref": "protocol-next", + "repo": "sisuresh/stellar-horizon", + "ref": "7b8b493befe590cefc1739951049c8b19d005e27", "options": { "pkg": "github.com/stellar/stellar-horizon" } @@ -304,8 +305,8 @@ }, { "name": "lab", - "repo": "stellar/laboratory", - "ref": "main" + "repo": "sisuresh/laboratory", + "ref": "208e83667aafa875ac63d136ed594d8c0c2cf72a" }, { "name": "galexie", From 447bc36577bc33b53dc15aa2d3bf6a6982cf08fb Mon Sep 17 00:00:00 2001 From: Siddharth Suresh Date: Sat, 27 Jun 2026 00:46:01 -0700 Subject: [PATCH 2/2] =?UTF-8?q?SPIKE:=20Protocol=2028=20(CAP-0084)=20?= =?UTF-8?q?=E2=80=94=20re-pin=20nightly-next=20to=20current=20fork=20heads?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bump xdr/core/rpc/horizon/lab pins to the current HEADs of their p28-cap-0084 PR branches (the SPIKE commit's pins had gone stale as the upstream PRs advanced). friendbot/galexie untouched. pull_request event kept so the draft PR builds+tests the full stack (revert before merge). --- images.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/images.json b/images.json index d4d1e0da..134fa2a5 100644 --- a/images.json +++ b/images.json @@ -272,12 +272,12 @@ { "name": "xdr", "repo": "sisuresh/rs-stellar-xdr", - "ref": "bd30d420ce6f63ccd9360e371830384cb84d1c04" + "ref": "7b46a60d914c1e5befd6a2d2c50d2fdf7e5eb1f0" }, { "name": "core", "repo": "sisuresh/stellar-core", - "ref": "fc0a370d044b2ab8f69b966b069c830f1ba55f4a", + "ref": "e32fa4234e767b1dea40a2b06f1250b23999bf73", "options": { "configure_flags": "--disable-tests --enable-next-protocol-version-unsafe-for-production" } @@ -285,12 +285,12 @@ { "name": "rpc", "repo": "sisuresh/stellar-rpc", - "ref": "16dbf8aa5417468366a88407d14a79212b17a75d" + "ref": "cd4e29cd0aa1d81feb2b74f5a116da2eff873b3c" }, { "name": "horizon", "repo": "sisuresh/stellar-horizon", - "ref": "7b8b493befe590cefc1739951049c8b19d005e27", + "ref": "51fd10ebcf4021ffc205457c5d644391ea37592d", "options": { "pkg": "github.com/stellar/stellar-horizon" } @@ -306,7 +306,7 @@ { "name": "lab", "repo": "sisuresh/laboratory", - "ref": "208e83667aafa875ac63d136ed594d8c0c2cf72a" + "ref": "634add38dbaad2eb2bbdf23eae6dd0a69f153864" }, { "name": "galexie",