ryanml
472cf17bda
Adding UI helpers for URL parsing ( #11899 )
2021-08-24 15:28:16 -07:00
dependabot[bot]
b7009ac454
Bump @metamask/contract-metadata from 1.28.0 to 1.29.0 ( #11914 )
...
Bumps [@metamask/contract-metadata](https://github.com/MetaMask/contract-metadata ) from 1.28.0 to 1.29.0.
- [Release notes](https://github.com/MetaMask/contract-metadata/releases )
- [Commits](https://github.com/MetaMask/contract-metadata/compare/v1.28.0...v1.29.0 )
---
updated-dependencies:
- dependency-name: "@metamask/contract-metadata"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-08-24 14:13:33 -07:00
Alex Donesky
33849bfec6
Fix issue with chainId comparison in sign typed message param validation ( #11900 )
2021-08-24 11:23:29 -05:00
Elliot Winkler
0d63aa0402
Update header on Send page to be more accurate ( #11895 )
...
Change "Add Recipient" to "Send to".
2021-08-20 09:44:41 -06:00
ryanml
ac9660d573
Gas controls copy updates (EIP-1559) ( #11889 )
2021-08-19 07:01:53 -07:00
Dan Finlay
44ab05044c
Fix typo in mobile sync warning message ( #11888 )
2021-08-18 19:36:11 -07:00
ryanml
a4360e7201
Adding subtitles for additional languages (SRP Video) ( #11849 )
...
Adding support for: Spanish, Hindi, Indonesian, Japanese, Korean, Portuguese, Russian, Tagalog, and Vietnamese
2021-08-18 09:09:11 -07:00
ryanml
a44d863093
Adding yarn scripts for changelog validation ( #11868 )
2021-08-18 08:59:48 -07:00
ryanml
a1385b4f41
Merge pull request #11878 from MetaMask/master-sync
...
Sync `master` with `develop`
2021-08-18 08:56:14 -07:00
ryanml
352e1dd74c
Merge remote-tracking branch 'origin/develop' into master-sync
2021-08-18 08:36:19 -07:00
ryanml
0e7aec27c7
Merge pull request #11855 from MetaMask/Version-v10.0.2
...
Version v10.0.2 RC
2021-08-18 08:33:59 -07:00
ryanml
87cc7e3961
Using "Secret Recovery Phrase" throughout the onboarding flow ( #11850 )
...
Fixes MetaMask/metamask-extension#11848
2021-08-18 06:20:06 -07:00
ryanml
5be161e5e4
Updating changelog
2021-08-18 04:30:38 -07:00
Dan J Miller
f000e6f7e0
Update copy on tooltip shown when gas suggests gas fees ( #11873 )
2021-08-18 04:29:07 -07:00
ryanml
cfac223fe8
Adding trezor script/html to standardSubtask (build system) ( #11874 )
2021-08-18 04:29:01 -07:00
Dan J Miller
a42c15a3f7
Update copy on tooltip shown when gas suggests gas fees ( #11873 )
2021-08-18 08:57:02 -02:30
ryanml
659da36243
Adding trezor script/html to standardSubtask (build system) ( #11874 )
2021-08-18 04:26:44 -07:00
ryanml
ddae14dab9
Updating changelog
2021-08-18 03:00:32 -07:00
Dan J Miller
f6cd702f1b
Dont default gas limit in gas popover when non is available on transaction params ( #11872 )
...
* Dont default gas limit when non is available on transaction params
* Fix unit tests
2021-08-18 02:57:41 -07:00
Dan J Miller
05fa7961f1
Dont default gas limit in gas popover when non is available on transaction params ( #11872 )
...
* Dont default gas limit when non is available on transaction params
* Fix unit tests
2021-08-18 02:54:53 -07:00
ryanml
1a01172d93
Fix content cutoff issue (Mobile Sync View ( #11871 )
2021-08-18 02:19:42 -07:00
ryanml
d1d6f0531e
Fix content cutoff issue (Mobile Sync View ( #11871 )
2021-08-18 02:12:07 -07:00
ryanml
d96973e55b
Improving handling for non-existent props in state migrations ( #11829 )
2021-08-17 19:18:53 -07:00
ryanml
a3a5a07c33
Updating changelog
2021-08-17 18:23:34 -07:00
Dan Finlay
87d8598441
Increase saliency of mobile sync warning ( #11862 )
...
* Increase warning saliency of qr sync
* Remove duplciate locale entries
* Revise wording per Antonela feedback
* Avoid all caps
Co-authored-by: Erik Marks <25517051+rekmarks@users.noreply.github.com>
Co-authored-by: Erik Marks <25517051+rekmarks@users.noreply.github.com>
2021-08-17 18:21:01 -07:00
Dan Finlay
932474127e
Increase saliency of mobile sync warning ( #11862 )
...
* Increase warning saliency of qr sync
* Remove duplciate locale entries
* Revise wording per Antonela feedback
* Avoid all caps
Co-authored-by: Erik Marks <25517051+rekmarks@users.noreply.github.com>
Co-authored-by: Erik Marks <25517051+rekmarks@users.noreply.github.com>
2021-08-17 18:19:09 -07:00
Dan J Miller
17ae98ac39
Allow submission of transactions with dapp suggested gas fees, while estimates are loading ( #11858 )
...
* Allow submission of transactions with dapp suggested gas fees, while estimates are loading
* Allow editing of transactions with dapp suggested feeds, while estimates are still loading
* Ensure that advanced gas is always editible inline when gas is loading
* Ensure that insufficient balance error is shown when gas is loading if the user has customized the gas
* Only set gas price insufficient errors if the current network is non-eip-1559, or the txparams actually have a gas price
* Remove unnecessary param
* lint fix
* ensure insufficient balance warning is showing when loading
* Ensure that eip1559 network transactions do not combined eip1559 and non-eip1559 gas fee properties
* Lint fix
2021-08-17 13:11:07 -07:00
Dan J Miller
da42d60df1
Allow advanced inline gas editing when there is an estimates unavailable error ( #11859 )
2021-08-17 13:09:25 -07:00
Dan J Miller
29487ef277
Allow submission of transactions with dapp suggested gas fees, while estimates are loading ( #11858 )
...
* Allow submission of transactions with dapp suggested gas fees, while estimates are loading
* Allow editing of transactions with dapp suggested feeds, while estimates are still loading
* Ensure that advanced gas is always editible inline when gas is loading
* Ensure that insufficient balance error is shown when gas is loading if the user has customized the gas
* Only set gas price insufficient errors if the current network is non-eip-1559, or the txparams actually have a gas price
* Remove unnecessary param
* lint fix
* ensure insufficient balance warning is showing when loading
* Ensure that eip1559 network transactions do not combined eip1559 and non-eip1559 gas fee properties
* Lint fix
2021-08-17 17:38:13 -02:30
Dan J Miller
84036aacb6
Allow advanced inline gas editing when there is an estimates unavailable error ( #11859 )
2021-08-17 16:55:26 -02:30
ryanml
5cbece90c0
Removing unnecessary console log from the preferences controller ( #11828 )
2021-08-17 01:56:18 -07:00
Etienne Dusseault
46c4cc1966
Add confirm-add-suggested-token & confirm-add-token components to Storybook ( #11175 )
...
* add suggessted token
* lintfix
* lintfix
* silence use effect warning
* download token icons and use paths to avoid web urls
* lintifx
* Add confirm-add-token component to Storyboard (#11195 )
* create story for add token
* change code
* add confirm add token story
* lintfix
* Update confirm-add-token.component.js
* Update confirm-add-token.component.js
* different token list for confirm add token
* lintfix
* Update confirm-add-suggested-token.component.js
* remove bnb png
* remove redundant images and fix storybook image path
2021-08-17 00:33:46 -05:00
Etienne Dusseault
71a9fe2ed1
Add confirm-token-transaction-base component to Storybook ( #11414 )
...
* confirm-token-transaction-base
* Update ui/pages/confirm-token-transaction-base/confirm-token-transaction-base.stories.js
Co-authored-by: Brad Decker <git@braddecker.dev>
Co-authored-by: Brad Decker <git@braddecker.dev>
2021-08-17 00:33:32 -05:00
Etienne Dusseault
435b663f5f
awaiting signature ( #11656 )
2021-08-17 00:30:58 -05:00
ryanml
113e00e442
Update v10.0.2 changelog ( #11856 )
...
RC: https://github.com/MetaMask/metamask-extension/pull/11855
2021-08-16 18:30:19 -07:00
MetaMask Bot
31f751c7ca
Version v10.0.2
2021-08-17 01:04:25 +00:00
Dan J Miller
805859af4d
Improve flashing behaviour for loading gas estimates (on confirm screen) ( #11852 )
...
* Improve flashing behaviour for loading gas estimates
* Fix typo
* renderHeartBeatIfInTest
2021-08-16 18:00:11 -07:00
Dan J Miller
b6086ebc17
Allow editing custom gas while estimate is loading ( #11853 )
2021-08-16 18:00:00 -07:00
Alex Donesky
4da940fdd4
Add low/medium/high gas recommendations to the speedup/cancel gas popovers ( #11818 )
2021-08-16 17:57:09 -07:00
ryanml
b7bab56a04
Return an empty string when date is not provided [Date display utils] ( #11831 )
2021-08-16 17:56:56 -07:00
Daniel
f5f923d208
Fix Insufficient number of substitutions for key "swapYourTokenBalance" ( #11833 )
...
* Fix Insufficient number of substitutions for key "swapYourTokenBalance"
* Use an empty string if there is no default symbol
* Add ? after SWAPS_CHAINID_DEFAULT_TOKEN_MAP[chainId]
2021-08-16 17:56:45 -07:00
David Walsh
a0d8894989
Remove unwanted console.log from codebase ( #11820 )
2021-08-16 17:56:33 -07:00
ryanml
e7dc42be0b
Do not attempt to track tx metrics events if txMeta is not available ( #11823 )
2021-08-16 17:28:56 -07:00
Dan J Miller
ae247ea14a
Improve flashing behaviour for loading gas estimates (on confirm screen) ( #11852 )
...
* Improve flashing behaviour for loading gas estimates
* Fix typo
* renderHeartBeatIfInTest
2021-08-16 20:18:24 -02:30
Dan J Miller
b919884c6e
Allow editing custom gas while estimate is loading ( #11853 )
2021-08-16 20:15:55 -02:30
Christophe Chantraine
09bcafc976
Improve traduction "off" in french ( #11844 )
...
Co-authored-by: Chantraine Christophe <christophe.c@djmdigital.be>
2021-08-16 13:28:30 -07:00
David Walsh
01fd2a609e
Gas Timing with Negative attitude should be bold with tooltip ( #11772 )
2021-08-14 17:46:55 -05:00
David Walsh
b5baa6c1d1
EIP-1559 - Update tooltip text for gas fees ( #11805 )
2021-08-13 19:13:21 -05:00
David Walsh
df84a6efa6
Keep radio group contained and equal width ( #11771 )
2021-08-13 19:13:10 -05:00
ryanml
1837397202
Fixing persisting error message from MobileSyncPage ( #11835 )
2021-08-13 12:59:06 -07:00