Results 34 issues of Dan J Miller

https://github.com/MetaMask/metamask-extension/issues/16696 importantly requests that we allow users to set a custom rpc during onboarding. We should also allow users to select between our suggested networks during onboarding. This does not...

type-enhancement
needs-design
area-customNetworks
area-onboarding
area-privacy
team-extension-ux

Opening this idea for discussion. What if I have an account that I want to keep super private, and another account that I want all the usability bells and whistles...

type-enhancement
area-settings
needs-decision
team-extension-ux

Split our e2e tests into multiple files and rewrite them with the state loader created in #6154

area-testSuite
type-refactor
stability
team-extension-platform

In as soon as 4 weeks time, MetaMask will release a fix to our EIP-712 signing code for ledger devices, and this has the possibility of breaking dapps which explicitly...

Encodings of contract arguments can include tuples (and tuples within tuples, etc.) An example signature: `fillOrder((address,address,address,address,uint256,uint256,uint256,uint256,uint256,uint256,bytes,bytes),uint256,bytes)` After https://github.com/danfinlay/eth-method-registry/pull/6, we represent the arguments in the tuple flatly, on equal level to...

team-wallet-framework

## **Description** The user experience for trezor connection on mv2 is this: 1. Click through the hardware wallet connect screen for trezor 2. Trezor popup tab opens 3. User can...

team-extension-platform

Currently, if the tooltip is fixed and the title changes dynamically, it can appear off-center if the title change also changes the width of the tooltip. For example: ![tooltip-title-change-wrong](https://user-images.githubusercontent.com/7499938/35581949-e7da203e-05c7-11e8-84de-9de1b886d782.gif) This...

We have a `formatDate` method in `ui/helpers/utils/util.js`. We also have one in `shared/notifications/index.ts`. As of https://github.com/MetaMask/metamask-extension/pull/24503, we also have one in `app/scripts/controllers/metametrics-data-deletion/metametrics-data-deletion.ts` We should create one standard `formatDate` method that...

team-extension-platform
INVALID-ISSUE-TEMPLATE

chore: Cherry pick 9024578 (Update gas fee controller to v11.15.2 #24520) Targeting `v11.16.0`.

INVALID-PR-TEMPLATE

## **Description** [![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/MetaMask/metamask-extension/pull/24631?quickstart=1) ## **Related issues** Fixes: ## **Manual testing steps** 1. Go to this page... 2. 3. ## **Screenshots/Recordings** ### **Before** ### **After** ## **Pre-merge author...