Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: 2 Duplicated Signature requests events are triggered for any signature #21955

Merged
merged 1 commit into from
Nov 23, 2023

Conversation

segun
Copy link
Contributor

@segun segun commented Nov 23, 2023

Description

For some reason, this merge is showing this warning on Github
Screenshot 2023-11-23 at 02 53 46

So I cherry picked it to develop and created this new PR.

This is basically a copy and paste of #21791 but this time using develop as base.

Below is the original Description copied over from 21791 for completion

When you click on a signature request that is flagged by PPOM, 2 events are sent to metrics instead of 1.

Expected behavior

Just 1 Signature request should be triggered for a Signature event flagged by PPOM

Related issues

Fixes: #21770

Manual testing steps

  1. Launch MM
  2. Open background console and open the network app, make sure it's recording network requests
  3. Open testdapp
  4. Click on any of the signature requests for PPOM e.g Malicious Trade Order
  5. Go to background console network tab and see 2 signature requests called as shown in the video
  6. Checkout this branch, build and run MM
  7. Repeat steps 2-4
  8. On the background console, you should now see only 1 signature request sent.

Screenshots/Recordings

Before

2-signature-requests.mp4

After

Screen.Recording.2023-11-10.at.10.39.43.mov

Pre-merge author checklist

  • I’ve followed MetaMask Coding Standards.
  • I've clearly explained what problem this PR is solving and how it is solved.
  • I've linked related issues
  • I've included manual testing steps
  • I've included screenshots/recordings if applicable
  • I’ve included tests if applicable
  • I’ve documented my code using JSDoc format if applicable
  • I’ve applied the right labels on the PR (see labeling guidelines). Not required for external contributors.
  • I’ve properly set the pull request status:
    • In case it's not yet "ready for review", I've set it to "draft".
    • In case it's "ready for review", I've changed it from "draft" to "non-draft".

Pre-merge reviewer checklist

  • I've manually tested the PR (e.g. pull and build branch, run the app, test code being changed).
  • I confirm that this PR addresses all acceptance criteria described in the ticket it closes and includes the necessary testing evidence such as recordings and or screenshots.

…nature (#21791)

## **Description**

When you click on a signature request that is flagged by PPOM, 2 events
are sent to metrics instead of 1.

### Expected behavior

Just 1 Signature request should be triggered for a Signature event
flagged by PPOM

## **Related issues**

Fixes: #21770 

## **Manual testing steps**

1. Launch MM
2. Open background console and open the network app, make sure it's
recording network requests
3. Open testdapp
4. Click on any of the signature requests for PPOM e.g Malicious Trade
Order
5. Go to background console network tab and see 2 signature requests
called as shown in the video
6. Checkout this branch, build and run MM
7. Repeat steps 2-4
8. On the background console, you should now see only 1 signature
request sent.

## **Screenshots/Recordings**

<!-- If applicable, add screenshots and/or recordings to visualize the
before and after of your change. -->

### **Before**

[<!-- [screenshots/recordings]
-->](https://github.com/MetaMask/metamask-extension/assets/54408225/926b1da1-deac-45b3-91d9-f55f5da6cbe6)

### **After**


https://github.com/MetaMask/metamask-extension/assets/44811/f7f32a58-dcff-4a76-8bdb-6579d6693b88

## **Pre-merge author checklist**

- [x] I’ve followed [MetaMask Coding
Standards](https://github.com/MetaMask/metamask-extension/blob/develop/.github/guidelines/CODING_GUIDELINES.md).
- [x] I've clearly explained what problem this PR is solving and how it
is solved.
- [x] I've linked related issues
- [x] I've included manual testing steps
- [x] I've included screenshots/recordings if applicable
- [x] I’ve included tests if applicable
- [x] I’ve documented my code using [JSDoc](https://jsdoc.app/) format
if applicable
- [x] I’ve applied the right labels on the PR (see [labeling
guidelines](https://github.com/MetaMask/metamask-extension/blob/develop/.github/guidelines/LABELING_GUIDELINES.md)).
Not required for external contributors.
- [x] I’ve properly set the pull request status:
  - [ ] In case it's not yet "ready for review", I've set it to "draft".
- [x] In case it's "ready for review", I've changed it from "draft" to
"non-draft".

## **Pre-merge reviewer checklist**

- [ ] I've manually tested the PR (e.g. pull and build branch, run the
app, test code being changed).
- [ ] I confirm that this PR addresses all acceptance criteria described
in the ticket it closes and includes the necessary testing evidence such
as recordings and or screenshots.
@segun segun self-assigned this Nov 23, 2023
@segun segun requested a review from a team as a code owner November 23, 2023 00:06
Copy link
Contributor

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.

@metamaskbot
Copy link
Collaborator

Builds ready [a3c4c1f]
Page Load Metrics (494 ± 258 ms)
PlatformPageMetricMin (ms)Max (ms)Average (ms)StandardDeviation (ms)MarginOfError (ms)
ChromeHomefirstPaint861901112412
domContentLoaded691521012110
load821378494538258
domInteractive691521012110
Bundle size diffs
  • background: 0 Bytes (0.00%)
  • ui: -981 Bytes (-0.01%)
  • common: 0 Bytes (0.00%)

@segun segun added team-confirmations-secure-ux-PR PRs from the confirmations team needs-dev-review PR needs reviews from other engineers (in order to receive required approvals) labels Nov 23, 2023
@seaona seaona removed the needs-dev-review PR needs reviews from other engineers (in order to receive required approvals) label Nov 23, 2023
@seaona seaona merged commit 7dee5ba into develop Nov 23, 2023
72 of 74 checks passed
@seaona seaona deleted the olu/fix-this-commit branch November 23, 2023 08:21
@github-actions github-actions bot locked and limited conversation to collaborators Nov 23, 2023
@metamaskbot metamaskbot added the release-11.7.0 Issue or pull request that will be included in release 11.7.0 label Nov 23, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
release-11.7.0 Issue or pull request that will be included in release 11.7.0 team-confirmations-secure-ux-PR PRs from the confirmations team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: 2 Duplicated Signature requests events are triggered for any signature
5 participants