António Regadas

Results 12 issues of António Regadas

Added two more points/ideas of a decent web :)

## **Description** We were hardcoding the custody type to always be `JSON-RPC`, but in reality it can be also `ECA3`, or a legacy custodian such as `Qredo`. Therefore we now...

team-mmi

## **Description** Updates MMI dependency to latest version. ## **Related issues** Fixes: ## **Manual testing steps** 1. Go to this page... 2. 3. ## **Screenshots/Recordings** ### **Before** ### **After** ##...

team-mmi

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

No outstanding conflicts. Cherry picks commit: https://github.com/MetaMask/metamask-extension/commit/4cf7e804e1b4c2aad7fc56ec7436eddf34db5763 Pull request: https://github.com/MetaMask/metamask-extension/pull/24581 Fixes: 1. Go to this page... 2. 3. - [ ] I’ve followed [MetaMask Coding Standards](https://github.com/MetaMask/metamask-extension/blob/develop/.github/guidelines/CODING_GUIDELINES.md). - [ ] I've...

## **Description** Improvements to our E2E tests. ## **Related issues** Fixes: ## **Manual testing steps** 1. Go to this page... 2. 3. ## **Screenshots/Recordings** ### **Before** ### **After** ## **Pre-merge...

team-mmi

## **Description** Passing the state to route using history.push in order to get these values in the final view. They were not arriving before. ## **Related issues** Fixes: ## **Manual...

team-mmi

## **Description** Clean up the force update instruction. ## **Related issues** Fixes: ## **Manual testing steps** 1. Go to this page... 2. 3. ## **Screenshots/Recordings** ### **Before** ### **After** ##...

team-mmi

## **Description** This PR adds the support for Solana devnet transactions, previously we only supported mainnet. https://github.com/user-attachments/assets/0f642d2a-ea4c-4011-af4c-353ebb400d56 ## **Related issues** Fixes: ## **Manual testing steps** 1. Checkout this branch and...

team-new-networks

## Explanation We are removing the async call that existed in the constructor and moving it to a initialize method, the goal is to not have side-effects such as this...