Bernardo Garces Chapero

Results 9 issues of Bernardo Garces Chapero

:computer: **Environment** Solidity 0.5 Version of Ethernaut (https://solidity-05.ethernaut.openzeppelin.com/) Ubuntu 19.10 Chrome Version 78.0.3904.108 (Official Build) (64-bit) MetaMask 7.6.1 :memo: **Details** When attempting to get a new instance for the Alien...

:computer: **Environment** Solidity 0.5 Version of Ethernaut (https://solidity-05.ethernaut.openzeppelin.com/) :memo: **Details** After finishing the Elevator level (11) in Ethernaut, a tip appears stating that solidity does nothing to prevent a view...

:computer: **Environment** Solidity 0.5 Version of Ethernaut (https://solidity-05.ethernaut.openzeppelin.com/) :memo: **Details** After finishing the Re-entrancy level (10) in Ethernaut, a tip appears suggesting to use _transfer_ to move funds out of...

## Explanation The constant for polling DeFi positions called `TEN_MINUTES_IN_MS` was set to `60_000` instead of `600_000`. Which causes more frequent polling than expected. This fixes the issue. ## References...

## **Description** - Bolder text for an import token header - Fixed display of scam warning link [![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/MetaMask/metamask-extension/pull/38718?quickstart=1) ## **Changelog** CHANGELOG entry: Fixed minor display issues with...

team-assets
size-S

## **Description** Enable spot prices v3 by removing patch forcing a fallback. [![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://codespaces.new/MetaMask/metamask-extension/pull/38393?quickstart=1) ## **Changelog** CHANGELOG entry: null ## **Related issues** Fixes: https://consensyssoftware.atlassian.net/browse/ASSETS-1746 ## **Manual testing steps**...

team-assets
size-L

## **Description** Enable spot prices v3 by removing patch forcing a fallback. ## **Changelog** CHANGELOG entry: null ## **Related issues** Fixes: https://consensyssoftware.atlassian.net/browse/ASSETS-1746 ## **Manual testing steps** ```gherkin Feature: my feature...

team-assets
size-S

## **Description** Addresses two issues brought up in https://consensyssoftware.atlassian.net/browse/ASSETS-1325 - Title of header is not vertically aligned with action buttons. - Hides X button in search token input when the...

team-assets
size-S

## Explanation Popular Network nicknames are incorrect and they are currently being overwritten in both clients during onboarding. Here we can see how both clients override the names: https://github.com/MetaMask/metamask-mobile/blob/main/app/core/Engine/controllers/network-controller-init.ts#L55 https://github.com/MetaMask/metamask-extension/blob/main/app/scripts/controller-init/network-controller-init.ts#L83...