metamask-mobile
metamask-mobile copied to clipboard
Mobile web browser providing access to websites that use the Ethereum blockchain
## **Description** This PR aims to update transaction controller to version 7.1.0, in order to complete the update to controllers version 61. All the changes are present in this core...
### Describe the bug The pressedIn state for the link also overrides the spacing ### Expected behavior The spacing should remain the same if pressed ### Screenshots/Recordings https://github.com/MetaMask/metamask-mobile/assets/8112138/a6a38108-520f-47fe-a29a-d11f72febbe0 ### Steps...
## **Description** >[!IMPORTANT] > This PR will be split into smaller PRs. No way I ask you to review this many files at once. This PR is migrating all analytics...
## **Description** The `SmartTransactionsController` and the `TransactionController` interact with each other in the extension using multiple constructor callbacks. These include: - `SmartTransactionsController.getNonceLock` - Uses `TransactionController.getNonceLock` to generate nonces. - `SmartTransactionsController.confirmExternalTransaction`...
**Development & PR Process** 1. Follow MetaMask [Mobile Coding Standards](https://docs.google.com/document/d/1VJLwTRsUw_5EDq_o8d6sSbXUAYENLurkRitYO45eY5o/edit?usp=sharing) 2. Add `release-xx` label to identify the PR slated for a upcoming release (will be used in release discussion) 3....
## **Description** SES is shown at the top of the stack trace, but we don't have a lockdown (repairIntrinsics) option to hide it yet this simply removes the SES frame...
## **Description** We were experiencing `undefined is not an object (evaluating 'inputBn.toString')` this warning multiple times when opening the app, because `this.ethQuery` it was not defined yet at the `AccountTrackerController`...
### Describe the bug I sent an NFT to my wallet on my phone long ago (https://etherscan.io/tx/0x40f02ab36a05baf37a1743068c37a5f8f49198ecf2b10212fd04f1bb218c7c49) and now when I check on it, I can login to my wallet,...
### Describe the bug **Problem:** whenever I trigger a signature and I get the `No alerts received` from PPOM, if I check the signature details and go back, I see...
### Describe the bug When sending 'max' amount ETH value on the confirmation screen is not recalculated when gas fee changes. ### Expected behavior ETH value should be adjusted in...