PeterYinusa
7f39a555e7
E2e fixtures navigate transactions ( #12101 )
...
* add state with unapproved transactions
* refactor navigate transactions test to use fixture
3 years ago
PeterYinusa
34f2d3e27f
limit x server check to CI ( #12099 )
3 years ago
jpuri
191a52f0e7
Scroll all inputs into view when clicking Advanced options in gas edit modal
3 years ago
Etienne Dusseault
3e0d79d251
Add send-gas-row to Storybook ( #12083 )
3 years ago
Etienne Dusseault
aec31cc8b7
Add send-footer to Storybook ( #12082 )
3 years ago
Etienne Dusseault
d1d01f434d
Add contact-list-tab to Storybook ( #12079 )
3 years ago
Etienne Dusseault
ad182c8fa4
Add advanced-tab to Storybook ( #12077 )
3 years ago
Etienne Dusseault
68c5f23569
Add transaction-list to Storybook ( #12011 )
3 years ago
Elliot Winkler
d403644e59
Truncate long network names ( #12058 )
...
In some languages, network names are longer than the visible width of
the network dropdown. In these cases, the currently selected network will
overflow the bounds of the network dropdown container.
This commit addresses this issue so that the dropdown container will
grow and shrink appropriately, truncating the currently selected network
if needed.
3 years ago
ryanml
5c03be009a
Fixing breakpoint fallthroughs
3 years ago
ryanml
069ebaf463
Using design system breakpoint values across ui/
3 years ago
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