Conversation
|
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
| '0x985c30949c92df7a0bd42e0f3e3d539ece98db24', | ||
| '1', | ||
| ); | ||
| await sendScreenToConfirmScreen(driver, mockMaliciousAddress, '1'); |
There was a problem hiding this comment.
for some reason, the address set previously was not the malicious address. Here I fixed it by adding the malicious address
| it('should not show security alerts for benign requests', async function () { | ||
| if (process.env.MULTICHAIN) { | ||
| return; | ||
| } |
There was a problem hiding this comment.
the flow for the multichain build needs to be updated altogether. It's left out of scope of this PR, since this purely focuses on enabling mocks. The update multichain flow should be tackled in a subsequent PR (see description)
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #23062 +/- ##
========================================
Coverage 68.57% 68.57%
========================================
Files 1163 1163
Lines 44134 44134
Branches 11813 11813
========================================
Hits 30262 30262
Misses 13872 13872 ☔ View full report in Codecov by Sentry. |
| @@ -0,0 +1,3 @@ | |||
| { | |||
| "Etag": "bb28e40153ff052671b8ad835d368d89" | |||
There was a problem hiding this comment.
only the etag is needed to verify the file signature
Builds ready [4dcffb1]
Page Load Metrics (811 ± 548 ms)
Bundle size diffs
|
|
Missing release label release-11.14.0 on PR. Adding release label release-11.14.0 on PR and removing other release labels(release-11.14.1), as PR was added to branch 11.14.0 when release was cut. |
Description
Particularities of these mocks:
ppom-version.jsonresponse, which contains the version, checksum, signature, hashSignature for each file and each supported chainconfig,staleandstale_difffilesEtag. The rest of the headers can be omittedNext steps:
Related issues
Fixes: #23639
Manual testing steps
Screenshots/Recordings
Response data compressed (Brotli)
Pre-merge author checklist
Pre-merge reviewer checklist