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

feat: Nonce is always editable in advanced details view #29627

Merged
merged 2 commits into from
Jan 10, 2025

Conversation

pedronfigueiredo
Copy link
Contributor

@pedronfigueiredo pedronfigueiredo commented Jan 10, 2025

Description

Previously, the nonce can only be edited if the option to do it is enabled in the corresponding settings toggle. This PR removes the link with that toggle in the redesigned transaction screens.

Open in GitHub Codespaces

Related issues

Fixes: #29512

Manual testing steps

  1. Go to the test dApp
  2. Disable Advanced > Customize transaction nonce in settings
  3. Create a send eth transaction
  4. Toggle on advanced details
  5. The edit nonce icon should be visible in the confirmation screen

Screenshots/Recordings

Before

After

Pre-merge author checklist

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 the team-confirmations Push issues to confirmations team label Jan 10, 2025
@pedronfigueiredo pedronfigueiredo self-assigned this Jan 10, 2025
@pedronfigueiredo pedronfigueiredo requested a review from a team as a code owner January 10, 2025 11:30
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 [714eecf]
Page Load Metrics (1836 ± 85 ms)
PlatformPageMetricMin (ms)Max (ms)Average (ms)StandardDeviation (ms)MarginOfError (ms)
ChromeHomefirstPaint15942276183017886
domContentLoaded15852192179417282
load15942281183617785
domInteractive26107412010
backgroundConnect1089442612
firstReactRender1883452612
getState65518188
initialActions01000
loadScripts11131750133817182
setupStore611921
uiStartup18522601210119091
Bundle size diffs
  • background: 0 Bytes (0.00%)
  • ui: -52 Bytes (-0.00%)
  • common: 0 Bytes (0.00%)

@metamaskbot
Copy link
Collaborator

Builds ready [8d54e1b]
Page Load Metrics (1734 ± 102 ms)
PlatformPageMetricMin (ms)Max (ms)Average (ms)StandardDeviation (ms)MarginOfError (ms)
ChromeHomefirstPaint30119521555426205
domContentLoaded134323531709219105
load135223651734212102
domInteractive24118462613
backgroundConnect85931189
firstReactRender1697483015
getState680222110
initialActions01000
loadScripts9811768127716177
setupStore6381294
uiStartup159726452040262126
Bundle size diffs
  • background: 0 Bytes (0.00%)
  • ui: -52 Bytes (-0.00%)
  • common: 0 Bytes (0.00%)

@pedronfigueiredo pedronfigueiredo added this pull request to the merge queue Jan 10, 2025
Merged via the queue into main with commit dd26784 Jan 10, 2025
79 checks passed
@pedronfigueiredo pedronfigueiredo deleted the pnf/29512 branch January 10, 2025 15:03
@github-actions github-actions bot locked and limited conversation to collaborators Jan 10, 2025
@metamaskbot metamaskbot added the release-12.11.0 Issue or pull request that will be included in release 12.11.0 label Jan 10, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
release-12.11.0 Issue or pull request that will be included in release 12.11.0 team-confirmations Push issues to confirmations team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Users should always be able to edit nonce within advanced view of redesigned confirmations
4 participants