Skip to content

Commit 76e8203

Browse files
committed
SPIKE: Protocol 28 (CAP-0084) — bump nightly-next to p28 + CAP-0084 SPIKE deps
1 parent 16a5741 commit 76e8203

1 file changed

Lines changed: 12 additions & 11 deletions

File tree

images.json

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -260,36 +260,37 @@
260260
{
261261
"tag": "nightly-next",
262262
"events": [
263+
"pull_request",
263264
"push",
264265
"schedule"
265266
],
266267
"config": {
267-
"protocol_version_default": 27,
268+
"protocol_version_default": 28,
268269
"horizon_skip_protocol_version_check": true
269270
},
270271
"deps": [
271272
{
272273
"name": "xdr",
273-
"repo": "stellar/rs-stellar-xdr",
274-
"ref": "main"
274+
"repo": "sisuresh/rs-stellar-xdr",
275+
"ref": "p28-cap-0084"
275276
},
276277
{
277278
"name": "core",
278-
"repo": "stellar/stellar-core",
279-
"ref": "master",
279+
"repo": "sisuresh/stellar-core",
280+
"ref": "p28-cap-0084",
280281
"options": {
281282
"configure_flags": "--disable-tests --enable-next-protocol-version-unsafe-for-production"
282283
}
283284
},
284285
{
285286
"name": "rpc",
286-
"repo": "stellar/stellar-rpc",
287-
"ref": "protocol-next"
287+
"repo": "sisuresh/stellar-rpc",
288+
"ref": "p28-cap-0084"
288289
},
289290
{
290291
"name": "horizon",
291-
"repo": "stellar/stellar-horizon",
292-
"ref": "protocol-next",
292+
"repo": "sisuresh/stellar-horizon",
293+
"ref": "p28-cap-0084",
293294
"options": {
294295
"pkg": "github.com/stellar/stellar-horizon"
295296
}
@@ -304,8 +305,8 @@
304305
},
305306
{
306307
"name": "lab",
307-
"repo": "stellar/laboratory",
308-
"ref": "main"
308+
"repo": "sisuresh/laboratory",
309+
"ref": "p28-cap-0084"
309310
},
310311
{
311312
"name": "galexie",

0 commit comments

Comments
 (0)