Niranjana Binoy
0c2af43d3a
changing token address to lowercase for dynamic token list ( #12071 )
3 years ago
Niranjana Binoy
05aadb38f2
Adding fake token warning and replacing `Add Token` labels with `Import Tokens` ( #11798 )
3 years ago
Niranjana Binoy
769beb2a26
Adding `Refresh list` and `import tokens` link to the main page ( #11755 )
3 years ago
Niranjana Binoy
18c35ad91e
Adding Token Detection Toggle to Security & Privacy ( #11851 )
3 years ago
Alex Donesky
490d3b8d40
Integrate TokensController ( #11552 )
...
* Integrate controllers/tokensController
* address rebase issues
* small cleanup
* addressing feedback
* more feedback
3 years ago
dependabot[bot]
ad7d85b04e
Bump @metamask/controllers from 15.0.2 to 15.1.0 ( #12054 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years ago
Niranjana Binoy
eb987a47b5
Integrating the TokenListController to Extension ( #11398 )
3 years ago
ryanml
5cf3e19910
Merge pull request #12044 from MetaMask/dev-olu-12028
...
Use the same wording during onboard for importing a wallet, secret recovery phrase, and remove the term vault
3 years ago
Erik Marks
413700afc7
Rationalize build system arguments ( #12047 )
...
This rationalizes how arguments are passed to and parsed by the build system. To accomplish this, everything that isn't an environment variable from `.metamaskrc` or our CI environment is now passed as an argument on the command line.
Of such arguments, the `entryTask` is still expected as a positional argument in the first position (i.e. `process.argv[2]`), but everything else must be passed as a named argument. We use `minimist` to parse the arguments, and set defaults to preserve existing behavior.
Arguments are parsed in a new function, `parseArgv`, in `development/build/index.js`. They are assigned to environment variables where convenient, and otherwise returned from `parseArgv` to be passed to other functions invoked in the same file.
This change is motivated by our previous inconsistent handling of arguments to the build system, which will grow increasingly problematic as the build system grows in complexity. (Which it will very shortly, as we introduce Flask builds.)
Miscellaneous changes:
- Adds a build system readme at `development/build/README.md`
- Removes the `beta` package script. Now, we can instead call: `yarn dist --build-type beta`
- Fixes the casing of some log messages and reorders some parameters in the build system
3 years ago
David Walsh
dd62d17c7f
Update verbiage of Main Net to Mainnet ( #11880 )
3 years ago
Brad Decker
ec1fd38076
remove unused sidebar component ( #12048 )
3 years ago
ryanml
cd30536cb7
Merge pull request #11963 from BboyAkers/aakers/8905
...
Add scrollbar in My Accounts Menu
3 years ago
Jyoti Puri
e410cd3a82
Merge pull request #12039 from jpuri/dev_12035
...
Fix padding at bottom of custom network form in popup view
3 years ago
Elliot Winkler
bbe972ca46
Upgrade chromedriver to 93 ( #11990 )
...
This allows developers to run the Chrome e2e tests locally without
having to have a custom version of Chrome installed.
3 years ago
David Walsh
7b827ca5e7
Create MetaMask Beta build ( #10985 )
3 years ago
Akintayo A. Olusegun
515f8561b7
Use the same wording during onboard for importing a wallet, secret recovery phrase, and remove the term vault
...
Signed-off-by: Akintayo A. Olusegun <akintayo.segun@gmail.com>
3 years ago
Daniel
6f0d6b1693
Add support for swaps via a direct contract for wrapping and unwrapping ( #11845 )
...
* Update contract address validations in swaps for different networks
* Add support for direct contract swaps for wrapping and unwrapping
* Add WETH_RINKEBY_CONTRACT_ADDRESS
3 years ago
Elliot Winkler
a35f22fcdf
Add Max Fee Per Gas to transaction breakdown ( #12042 )
...
This comes through in EIP-1559 transactions and so it is helpful to show
this to users.
3 years ago
Elliot Winkler
72617d7036
Fix e2e to not check for X when running locally ( #12043 )
...
The X server check was only added to make Chrome tests run successfully
on CI.
3 years ago
Daniel
09d5f43a70
Set up Jest minimum threshold for "ui" and "shared" folders ( #11922 )
3 years ago
Daniel
93cdd3c159
Use Swaps dev APIs based on an env variable ( #11924 )
3 years ago
ryanml
6989ac38e5
Merge pull request #12040 from rokkit/develop
...
A typo in the button name
3 years ago
ryanml
4cc4092e1f
Merge pull request #11964 from BboyAkers/aakers/7397
...
Disabled spell-check on ens input
3 years ago
Akintayo A. Olusegun
df69d2e5a8
Merge pull request #12019 from MetaMask/dev-olu-11148
...
Fix for: Confirmation screen should show local nicknames even when invoking a contract method
3 years ago
Maksim
0b5b7de2f2
A typo in the button name
...
Unnecessary quotes in russian locale.
3 years ago
jpuri
ec9b94ccfe
Fix padding at bottom of custom network form in popup view
3 years ago
kumavis
5daf8cc77c
Update eth_sign warning language ( #12034 )
...
* Update messages.json
* Update messages.json
3 years ago
Etienne Dusseault
09e79f273a
fix state problems with Storybook ( #11984 )
...
* fix state problems with Storybook
* lint
* lint
* Cleanup
Co-authored-by: ryanml <ryanlanese@gmail.com>
3 years ago
Akintayo A. Olusegun
0339a8715b
Refactor contact name code using ternary operator.
...
Signed-off-by: Akintayo A. Olusegun <akintayo.segun@gmail.com>
3 years ago
Akintayo A. Olusegun
1ad80f0ae8
Use variable to check if should display dialog and display dialog
...
inline.
Signed-off-by: Akintayo A. Olusegun <akintayo.segun@gmail.com>
3 years ago
ryanml
60920d34b5
Merge pull request #12033 from MetaMask/master-sync
...
Sync `master` with `develop`
3 years ago
ryanml
17fe978c82
Adding usage instructions for Ledger Live users to confirmation screen ( #12020 )
...
* Adding usage instructions for Ledger Live users to confirmation screen
* Using design system components
* Hiding first step on Firefox
3 years ago
ryanml
6836789d2c
Merge remote-tracking branch 'origin/develop' into master-sync
3 years ago
Akintayo A. Olusegun
409bb00748
Separate container from component as per https://github.com/MetaMask/metamask-extension/pull/12019#discussion_r703804969
...
Signed-off-by: Akintayo A. Olusegun <akintayo.segun@gmail.com>
3 years ago
ryanml
9658e4fce6
Merge pull request #11991 from MetaMask/Version-v10.1.0
...
Version v10.1.0 RC
3 years ago
Ferit Tunçer
dc85f375f8
fix(locales): bad Turkish translation for rejecting a transaction ( #12021 )
3 years ago
ryanml
449da1d095
Improving warning text for eth_sign ( #12013 )
...
* Improving warning text for eth_sign
* Copy update
3 years ago
Shane
362b54b2dd
Added `getPersistentState` support for V2 controllers `persist` metadata ( #12007 )
3 years ago
Akintayo A. Olusegun
d78855cb3d
Fix for: Confirmation screen should show local nicknames even when invoking a contract method #11148
...
1. Display the new address detected dialog if the contract is not in the address book
2. Use the address book if exists, else use the default.
Signed-off-by: Akintayo A. Olusegun <akintayo.segun@gmail.com>
3 years ago
Elliot Winkler
49e1abc374
Sort contacts alphabetically ( #11982 )
...
* Sort contacts alphabetically
Contacts are grouped together by letter, and the groups are listed
alphabetically, but the contacts in each group are not sorted
alphabetically themselves.
Fixes #10318 .
* Improve tests to be less brittle
* Remove this matcher
* Revert this file
* Also don't need this change anymore
* Don't need this data attribute either
3 years ago
ryanml
fe59cbfe66
Autofilling new issue link with url and domain (Phishing detect page) ( #12000 )
3 years ago
Alex Donesky
7a8f65d642
fix import account page layout ( #11944 )
...
* fix import account page layout
* cleanup
3 years ago
Alex Donesky
dcebf49032
fix contact settings layout issues ( #11967 )
3 years ago
Alex Donesky
3358ac2c1f
send user to account page upon adding a custom network ( #11945 )
3 years ago
dependabot[bot]
b5b2c3fdb0
Bump tar from 4.4.15 to 4.4.19 ( #11998 )
...
Bumps [tar](https://github.com/npm/node-tar ) from 4.4.15 to 4.4.19.
- [Release notes](https://github.com/npm/node-tar/releases )
- [Changelog](https://github.com/npm/node-tar/blob/main/CHANGELOG.md )
- [Commits](https://github.com/npm/node-tar/compare/v4.4.15...v4.4.19 )
---
updated-dependencies:
- dependency-name: tar
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years ago
Alex Donesky
e8ab578ed0
bump @metamask/controllers to v15.0.2 and remove AbortController workaround in e2e tests ( #11988 )
...
* bump @metamask/controllers to v15.0.1 and remove AbortController workaround in e2e tests
* remove old abortcontroller polyfill
* bump @metamask/controllers to v15.0.2
3 years ago
Alex Donesky
da305656bd
cap resubmit transaction retries to within 50 blocks of first submission ( #12003 )
3 years ago
Dan Finlay
2df159841a
Add eth_feeHistory to safe method list ( #11999 )
...
So that we can expose this method to dapps.
3 years ago
ryanml
a4ab20d8fc
Updating changelog
3 years ago
ryanml
cce623f5b6
Fixing horizontal line for gas recommendations ( #11890 )
...
* Fixing horizontal line for gas recommendations
* Unify browser differences between Chrome and FF
* Remove duplicate style
* Remove browser hacks
Co-authored-by: Elliot Winkler <elliot.winkler@gmail.com>
3 years ago