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

cherry-pick: Fix increaseAllowance bugs #23929

Merged
merged 3 commits into from
Apr 10, 2024

Conversation

pedronfigueiredo
Copy link
Contributor

@pedronfigueiredo pedronfigueiredo commented Apr 10, 2024

Important

This Cherry-pick should be merged after #23883 only!

Description

Fixes two bugs: one related to the site suggested value and another to the function name on the view details panel. See linked issues for repro instructions.

Open in GitHub Codespaces

Related issues

Fixes: #23884 and #23885

Manual testing steps

  1. Go to test dApp
  2. Deploy an erc20 contract
  3. Click increase token allowance

Screenshots/Recordings

After

Pre-merge author checklist

  • I’ve followed MetaMask Coding Standards.
  • I've completed the PR template to the best of my ability
  • 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.

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.

@pedronfigueiredo pedronfigueiredo added team-confirmations-secure-ux DEPRECATED: please use "team-confirmations" label instead team-confirmations-secure-ux-PR PRs from the confirmations team labels Apr 10, 2024
@pedronfigueiredo pedronfigueiredo self-assigned this Apr 10, 2024
@pedronfigueiredo pedronfigueiredo requested a review from a team as a code owner April 10, 2024 09:37
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.

## **Description**

Fixes two bugs: one related to the site suggested value and another to
the function name on the view details panel. See linked issues for repro
instructions.

[![Open in GitHub
Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/MetaMask/metamask-extension/pull/23897?quickstart=1)

## **Related issues**

Fixes: #23884 and #23885

## **Manual testing steps**

1. Go to test dApp
2. Deploy an erc20 contract
3. Click increase token allowance

## **Screenshots/Recordings**

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

### **After**





## **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 completed the PR template to the best of my ability
- [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.

## **Pre-merge reviewer checklist**

- [x] I've manually tested the PR (e.g. pull and build branch, run the
app, test code being changed).
- [x] 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.
@metamaskbot
Copy link
Collaborator

Builds ready [13e2c42]
Page Load Metrics (581 ± 413 ms)
PlatformPageMetricMin (ms)Max (ms)Average (ms)StandardDeviation (ms)MarginOfError (ms)
ChromeHomefirstPaint741881103517
domContentLoaded97135189
load632165581860413
domInteractive97135189
Bundle size diffs [🚨 Warning! Bundle size has increased!]
  • background: -2.57 KiB (-0.07%)
  • ui: 7.93 KiB (0.11%)
  • common: 36.53 KiB (0.73%)

@danjm danjm merged commit e00eb35 into Version-v11.14.0 Apr 10, 2024
61 of 63 checks passed
@danjm danjm deleted the pnf-increase-allowance-bugfix-cp branch April 10, 2024 14:05
@github-actions github-actions bot locked and limited conversation to collaborators Apr 10, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
team-confirmations-secure-ux DEPRECATED: please use "team-confirmations" label instead team-confirmations-secure-ux-PR PRs from the confirmations team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants