Skip to content

Commit 1c7378e

Browse files
V43 Gate 3: Refresh demonstration Packs evidence
Updates the demonstration MVP source-evidence test to inspect the Packs client after Exchange became a compatibility redirect. Regenerates the route vocabulary proof artifact so the maintained gate inventory stays current in CI.
1 parent 5c6192f commit 1c7378e

2 files changed

Lines changed: 12 additions & 11 deletions

File tree

.bitcode/v43-route-vocabulary-inventory.json

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"currentTarget": "V42",
66
"sourceSafetyVerdict": "source-safe-route-vocabulary-inventory-metadata",
77
"generatedAt": "deterministic",
8-
"artifactRoot": "v43-route-vocabulary-inventory:d4d430ceb13707ec969061b3",
8+
"artifactRoot": "v43-route-vocabulary-inventory:f0087be9e1d1057116bc0eaf",
99
"passed": true,
1010
"tokenIds": [
1111
"route:/exchange",
@@ -8426,19 +8426,20 @@
84268426
},
84278427
{
84288428
"path": "protocol-demonstration/test/v28-mvp-qa.test.js",
8429-
"pathRoot": "v43-route-vocabulary-file:b502b6d453fe34094af7e3ce",
8429+
"pathRoot": "v43-route-vocabulary-file:8a60f1f24664681a72f618c0",
84308430
"categories": [
84318431
"telemetry",
84328432
"test"
84338433
],
84348434
"tokenCounts": {
8435-
"route:/exchange": 2,
8435+
"route:/exchange": 1,
84368436
"route:/terminal": 2,
8437+
"route:/packs": 1,
84378438
"symbol:Exchange": 2,
8438-
"word:exchange": 4,
8439+
"word:exchange": 3,
84398440
"word:terminal": 3
84408441
},
8441-
"totalMatches": 13,
8442+
"totalMatches": 12,
84428443
"sourceSafeMetadataOnly": true,
84438444
"rawSourceTextSerialized": false,
84448445
"sourceSnippetSerialized": false
@@ -15256,9 +15257,9 @@
1525615257
"coverage": {
1525715258
"sourceFileCount": 897,
1525815259
"tokenTotals": {
15259-
"route:/exchange": 151,
15260+
"route:/exchange": 150,
1526015261
"route:/terminal": 1435,
15261-
"route:/packs": 147,
15262+
"route:/packs": 148,
1526215263
"route:/read": 242,
1526315264
"route:/deposit": 84,
1526415265
"symbol:Exchange": 1968,
@@ -15268,7 +15269,7 @@
1526815269
"symbol:Depositing": 234,
1526915270
"symbol:PackActivity": 28,
1527015271
"symbol:DepositAssetPackOption": 12,
15271-
"word:exchange": 1719,
15272+
"word:exchange": 1718,
1527215273
"word:terminal": 3655,
1527315274
"word:self-referential": 30
1527415275
},

protocol-demonstration/test/v28-mvp-qa.test.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ const mockReviewModeSource = readFileSync(
2222
new URL('../../uapi/lib/mock-review-mode.ts', import.meta.url),
2323
'utf8',
2424
);
25-
const exchangePageClientSource = readFileSync(
26-
new URL('../../uapi/app/exchange/ExchangePageClient.tsx', import.meta.url),
25+
const packsPageClientSource = readFileSync(
26+
new URL('../../uapi/app/packs/PacksPageClient.tsx', import.meta.url),
2727
'utf8',
2828
);
2929
const terminalTransactionDetailSurfaceSource = readFileSync(
@@ -79,7 +79,7 @@ test('V28 BTD tracker opens wallet-owned BTD auxillary posture', () => {
7979

8080
test('V28 generic Exchange intent entry does not auto-focus the first activity route', () => {
8181
assert.doesNotMatch(
82-
exchangePageClientSource,
82+
packsPageClientSource,
8383
/replaceExchangeSearchParams\(writeTerminalTransactionId\(routeSearchParams, runs\[0\]\.id\)\)/u,
8484
);
8585
assert.match(shippablesCardsPanelSource, /autoScrollOnAnimation = true/u);

0 commit comments

Comments
 (0)