Filip Sekulic
7d321c48e0
Removed ui related code from shared directory ( #15252 )
2 years ago
Frederik Bolding
1ec190bd8c
[FLASK] `snaps-skunkworks@0.18.1` ( #15230 )
...
* snaps-skunkworks@0.17.0
* Handle breaking changes
* Fix import
* Fix blocklist implementation
* snaps-skunkworks@0.18.0
* Fix lint
* Update LavaMoat policy
* Update iframe-execution-environment
* snaps-skunkworks@0.18.1
* Bump iframe-execution-environment
* Update LavaMoat policy
2 years ago
Nidhi Kumari
fe76317eef
added storybook files to alert and breadcrumbs component ( #15156 )
...
* added storyblok files to alert and breadcrumbs component
* formatted the files
* added confusable, i18n, export, hextToDecimal stories
* replaced alert class component to functional component
* removed i18n story files
* added storyblok files to alert and breadcrumbs component
* formatted the files
* added confusable, i18n, export, hextToDecimal stories
* replaced alert class component to functional component
* removed i18n story files
* added README files to storybook elements and fixed lint issues
* added readme files
* updated README file for confusable
* fixed linting errors in test
* removed unwanted tests
2 years ago
PeterYinusa
12da4303be
Send to contract e2e ( #15276 )
...
* fix leave running flag
* reuse mock
* add send to contract waring test
2 years ago
Nidhi Kumari
7a3ff7e436
added storybook component for send-content-stories ( #15210 )
...
* added storybook component for send-content-stories
* added draftTransactions to storybook
2 years ago
ryanml
07a2544da2
Update Node.js version in README ( #15281 )
2 years ago
Niranjana Binoy
2223e81c67
Disable Seedphrase import button if any of the characters is in uppercase ( #15186 )
2 years ago
ryanml
e38cc863a4
Remove dark mode and transaction insights announcements ( #15279 )
2 years ago
PeterYinusa
0e0f2b4bb0
skip tests & fix build ( #15280 )
...
* skip tests
* lint
2 years ago
Mark Stacey
0457d54c9d
Fix invalid build timestamp on certain timezones ( #15245 )
...
Currently the build .zip has its time set to the Unix epoch, which
apparently causes problems on certain operating systems when in a
timezone that is behind GMT.
The build timestamp has been changed to MetaMask's birthday. Time
zone adjustments will no longer result in invalid dates.
2 years ago
Alex Donesky
3ddebf818b
Preserve send amount when editing an ERC20 transaction ( #15275 )
...
* preserve amount when editing an ERC20 transaction
* fix tests
2 years ago
Brad Decker
751c119d10
enable direct routing to the send page ( #15259 )
2 years ago
Alex Donesky
d92936475a
Fix default currency symbol for `wallet_addEthereumChain` + improve warnings for data that doesn't match our validation expectations ( #15201 )
...
* set more appropriate default for ticker symbol when wallet_addEthereumChain is called
* throw error to dapp when site suggests network with same chainId but different ticker symbol from already added network, instead of showing error and disabled notification to user
2 years ago
Ayanami
6cd036e9a1
Add goerli, bsc, optimism, polygon, avalance, fantom, arbitrum network to query balances using BalanceChecker ( #13846 )
2 years ago
Filip Sekulic
769b16eaa9
Fix the Sentry error for `eth_getBalance` ( #14953 )
...
Co-authored-by: David Walsh <davidwalsh83@gmail.com>
Co-authored-by: Brad Decker <bhdecker84@gmail.com>
2 years ago
George Marshall
81a876f979
Adding media query sass vars, mixins and docs ( #15053 )
...
* Adding media query sass vars, mixins and docs
* Updates to docs and fixing page order in storybook
2 years ago
mirjanaKukic
6baa407f2c
add e2e test for token add approve action ( #13797 )
...
Co-authored-by: Brad Decker <bhdecker84@gmail.com>
2 years ago
Alex Donesky
09164dcabb
Bump controllers v30.0.2 ( #14906 )
...
* bump @metamask/controllers to v30.0.2 and adapt
2 years ago
Daniel
2744eaf760
Update the "results" state if "initialResultsState" array length is different ( #15270 )
2 years ago
ryanml
d8a1b3bcc7
Standardize spelling of 'cancelled' ( #15266 )
2 years ago
PeterYinusa
9ae909d6a7
[E2E] Install Firefox extension from dist folder ( #15255 )
...
* update webdriver
* install extension from dist folder
* remove redundant code
2 years ago
PeterYinusa
5bf30606fe
[E2E] quit mocha after test ( #15253 )
...
* quit mocha after test
* lint
2 years ago
Alex Donesky
4993d28a8f
Only send the rpc origin to segment when calling trackevent for newly added custom networks ( #15227 )
2 years ago
Alex Donesky
cbda923c61
small approve confirmation ui fixes ( #15239 )
2 years ago
ryanml
9e63a9a449
Adding "What's New" Notification for Add Popular networks ( #15121 )
...
* Adding "What's New" Notification for Add Popular networks
* Adding action text to notification
* Addressing review feedback
* Flag removal
2 years ago
ryanml
959a376347
Remove 'ADD_POPULAR_NETWORKS' feature flag ( #15229 )
2 years ago
Filip Sekulic
6b4fa46908
Removed the Infura v3 key from rpcUrl display ( #15193 )
...
* Removed infura v3 key from rpcUrl display
* Code refactor
* Fixed error
* Prevent submission of form when editing an featured rpc and there is a chainId error
* Add optional chaining to rpcurls to prevent type errors
Co-authored-by: Dan J Miller <danjm.com@gmail.com>
2 years ago
Jyoti Puri
aeb0147846
Adding tasks for MV3 test build ( #15133 )
2 years ago
Dan J Miller
0c163dd8aa
Show users a warning when they are sending directly to a token contract ( #13588 )
...
* Fix warning dialog when sending tokens to a known token contract address
Fixing after rebase
Covering missed cases
Rebased and ran yarn setup
Rebased
Fix checkContractAddress condition
Lint fix
Applied requested changes
Fix unit tests
Applying requested changes
Applied requested changes
Refactor and update
Lint fix
Use V2 of ActionableMessage component
Adding Learn More Link
Updating warning copy
Addressing review feedback
Fix up copy changes
Simplify validation of pasted addresses
Improve detection of whether this is a token contract
Refactor to leave updateRecipient unchanged, and to prevent the double calling of update recipient
Update tests
fix
* Fix unit tests
* Fix e2e tests
* Ensure next button is disabled while recipient type is loading
* Add optional chaining and a fallback to getRecipientWarningAcknowledgement
* Fix lint
* Don't reset recipient warning on asset change, because we should show recipient warnings regardless of asset
* Update unit tests
* Update unit tests
Co-authored-by: Filip Sekulic <filip.sekulic@consensys.net>
2 years ago
Daniel
75ac87e487
Show a block explorer URL hostname, hide token import if block explorer URL is not available ( #15198 )
2 years ago
Filip Sekulic
7246058797
Added metrics for adding a new network ( #15176 )
...
* Added metrics for adding a new network
* Applied requested changes
* Added missed changes
2 years ago
Dan J Miller
f785f77959
Improve confirm screen tests ( #15163 )
...
* Improve confirm screen tests
* Fix transaction controller unit test
* Fix unit test fixtures
* Fix e2e test
2 years ago
Makoto Inoue
fdd8646ce8
Support for ENS wildcard and offchain resolution ( #14675 )
2 years ago
Nidhi Kumari
0fd37cd5ff
removed i18nValue component ( #15179 )
...
* removed i18nValue component
* fixed bracket issue
2 years ago
VSaric
baeaf763d7
Handling invalid prop `loading` console warning ( #15177 )
2 years ago
Alex Donesky
4f0115fcdc
Add setApprovalForAll confirmation view ( #15010 )
...
* enhance setApprovalForAll confirmation flow
* cleanup
* address feedback
2 years ago
Justin Léger
2a73dea54d
Update confirmation screen styling ( #15136 )
...
* Added 8px of margin to the top of the network display as it was touching the edge of the view
* Removed the SiteIcon component and passed the icon url to the SiteOrigin to display the icon next to the origin.
Co-authored-by: David Walsh <davidwalsh83@gmail.com>
2 years ago
Dor Wiser
5ca8651fe1
NicknamePopover story: convert knobs and actions to controls / args ( #15167 )
...
* tabs story changes
* nickname popover implemented controls and actions
* fixed lint error
2 years ago
Dor Wiser
8ccd235a27
tabs story changes ( #15147 )
2 years ago
Daniel
8cbfa2ea9e
Show a tx link and the "create a new swap" link for STX ( #14995 )
2 years ago
Dan J Miller
6553b9a29b
Merge pull request #15126 from MetaMask/master-sync
...
Master sync following v10.17.0
2 years ago
Niranjana Binoy
bafc235928
Disable Seedphrase import button after switching seedphrase length ( #15139 )
2 years ago
Bowen Sanders
b486524c07
Snaps E2E Test Upgrades for the new test-snaps UI ( #14980 )
...
* fixed e2e tests for new UI
* fixed scrolling in tests to be bi-compatible
* updated enums to point to new UI version
2 years ago
Yuta Kurotaki
2366d1c85d
The Japanese word for sign is "署名" ( #15078 )
2 years ago
Dan J Miller
e8ea973f0f
Add feature flag to prevent add popular networks from being available on prod ( #15117 )
2 years ago
Erik Marks
08cc6c5e77
Bump minimum Node.js version to 16 ( #15131 )
2 years ago
ryanml
7ee492b434
Update Optimism ChainID from Kovan to Goerli ( #15119 )
2 years ago
干净
e1752a15db
fix Chinese translation ( #14994 )
2 years ago
PeterYinusa
4e1dbc6194
State logs e2e ( #15123 )
...
* download dir
* state logs e2e
* update ff version
2 years ago
PeterYinusa
dc780eeeb1
Send to hex-prefixed address e2e tests ( #15111 )
...
* add e2e test
* update variable name
* add test for ERC20
2 years ago