infiniteflower
infiniteflower
## Explanation This PR introduces a new state property `smartTransactionsOptInStatus` to the `PreferencesController`. This property allows the user to opt in or opt out of smart transactions. This is to...
## **Description** This PR only covers a smaller subset of the files from https://github.com/MetaMask/metamask-mobile/pull/9315 for ease of reviewing. Please refer to that issue for videos. This PR is mostly for...
> [!WARNING] > **DO NOT REVIEW** – Not intended for review PR for STX + TransactionController v13 ## **Description** This PR does the following: 1. Implements Smart Transactions (STX) across...
# DO NOT REVIEW ## **Description** ## **Related issues** Fixes: ## **Manual testing steps** 1. Go to this page... 2. 3. ## **Screenshots/Recordings** ### **Before** ### **After** ## **Pre-merge author...
## **Description** This PR only covers a smaller subset of the files from https://github.com/MetaMask/metamask-mobile/pull/9315/ for ease of reviewing. Please refer to that issue for videos. This PR is mostly for...
## **Description** This PR updates the TransactionController patch message to accurately reflect the correct branch the patch was generated from: `patch/mobile-transaction-controller-13-0-0-smart-transactions`. ## **Related issues** n/a ## **Manual testing steps** n/a...
## **Description** This PR adds some small changes to the STX Opt In Modal: - Updates the copy - Makes it not possible to close by accident ## **Related issues**...
### What is this about? From: https://github.com/MetaMask/metamask-mobile/pull/9442#discussion_r1589011924 In Mobile, the field `swapsController` is manually added to the `TransactionController` and accessed in several different places to determine the Swap metadata (e.g....
### What is this about? From: https://github.com/MetaMask/metamask-mobile/pull/9442#discussion_r1588996919 > Rather than passing in an entire ApprovalController instance, ideally we want to communicate via the controller messenger so we could instead provide...
## **Description** This PR lowers the minimum version required to see the STX Opt In Modal so that we can test it in QA before the official version bump for...