1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-02 06:07:06 +01:00
Commit Graph

15678 Commits

Author SHA1 Message Date
Dan J Miller
c9acbfb973 Use network provider state, instead of CurrencyRateController state, to select 'nativeCurrency' (#17450)
* Use network provider state, instead of CurrencyRateController state, select 'nativeCurrency'

* Fix unit tests

* Lint fix

* Only use the network provider ticket for the native currency when useCurrencyRateCheck is false

* Fix unit test

* Fix tests for real
2023-01-27 10:37:38 -07:00
Dan J Miller
bc6f43b6e6
Merge pull request #17303 from MetaMask/Version-v10.24.1
Version v10.24.1 RC
2023-01-20 09:46:48 -08:00
PeterYinusa
a1d5c1ad6e Update changelong for v10.24.1 2023-01-20 12:18:11 +00:00
Dan Miller
ebd302b1c2 Update changelong for v10.24.1 2023-01-20 08:25:36 -03:30
Dan J Miller
0a7f83172d Add missing appName in the zh_TW language file (#17304)
* Add missing appName in the zh_TW language file

* Fix
2023-01-19 19:23:57 -03:30
MetaMask Bot
df9ff6438c Version v10.24.1 2023-01-19 20:30:17 +00:00
Dan J Miller
c2be2ce6be
Merge pull request #16840 from MetaMask/Version-v10.24.0
Version v10.24.0
2023-01-19 13:52:26 -03:30
Dan J Miller
0a37e83aea
Merge pull request #17281 from MetaMask/update-v10.24-changelog
Update CHANGELOG.md
2023-01-19 12:19:06 -03:30
Dan J Miller
45fa923814 Clarify effect of autodetect tokens toggle (#17293)
* Clarify effect of autodetect tokens toggle

* Fix test

Co-authored-by: Nidhi Kumari <nidhi.kumari@consensys.net>
2023-01-19 15:10:40 +00:00
Dan J Miller
f4391bb5c4 Allow user to scroll network form in onboarding modal (#17291) 2023-01-19 15:10:24 +00:00
PeterYinusa
4f118feaad Update CHANGELOG.md 2023-01-18 22:28:31 +00:00
PeterYinusa
a464f128bc Update test-snap-notification.spec.js 2023-01-18 18:36:51 +00:00
PeterYinusa
fbea2f7c53 update more snaps tests 2023-01-18 17:48:07 +00:00
PeterYinusa
5380ec5e15 update address path snap e2e tests 2023-01-18 16:37:30 +00:00
PeterYinusa
0dc6be8e14 lint 2023-01-18 14:57:20 +00:00
ryanml
90dda81900 Update copy and fix duplicate entries for Token Detection Settings search results (#17273) 2023-01-18 14:55:41 +00:00
PeterYinusa
5a9d6333bd Fix e2e test 2023-01-18 14:49:06 +00:00
seaona
1c687180fd lavamoat:auto 2023-01-18 11:14:51 +01:00
PeterYinusa
59694cfac6 deduplicate dependencies 2023-01-17 20:56:14 +00:00
PeterYinusa
c601ca4b79 update lavamoat policies 2023-01-17 20:06:27 +00:00
PeterYinusa
5914b8f6b6 update dependencies 2023-01-17 20:01:58 +00:00
Niranjana Binoy
ca68e0e197 Toggle option to enable/disable balance and Token rate checking for using third-party API (#16772) 2023-01-17 18:41:47 +00:00
ryanml
a51d3d9f4c Fix MetaMetrics settings toggle styling (#17224) 2023-01-17 12:53:48 +00:00
Vladimir Saric
09067601a4 Validating or restricting the number of digits on token allowance flow (#17234)
* Validating or restricting the number of digits after the decimal point that the user can enter and styles for Max button and description with error message

* Use better solution for validation the number of digits on token allowance flow
2023-01-16 17:42:44 +00:00
Dan J Miller
94b4db7d14 Ensure that account tracker does not set balances incorrectly when us… (#17021)
* Ensure that account tracker does not set balances incorrectly when useMultiAccountBalanceChecker is false

* Lint fix

* Fix account setting in _updateAccount in useMultiAccountBalanceChecker === true case

* Fix _updateAccount

* Add unit tests
2023-01-16 17:42:33 +00:00
David Walsh
52a28d52b3 Remove ONBOARDING_V2 flag for release (#16865)
* Remove ONBOARDING_V2 flag for release

* Remove new usage

* Update e2e tests

* Update incremental-security.spec.js

* Fix lint

Co-authored-by: PeterYinusa <peter.yinusa@consensys.net>
2023-01-13 18:37:15 +00:00
David Walsh
3cc8a4535a Onboarding v2: Implement requested metrics (#17090) 2023-01-13 18:37:03 +00:00
David Walsh
ff6a9a19d5 Onboarding V2 - Fix CSS/React warnings from last screen (#17125) 2023-01-11 15:55:23 +00:00
PeterYinusa
3a27fd98f1 Update CHANGELOG.md 2023-01-11 15:54:21 +00:00
Filip Sekulic
61d5a6e4d5 Fixed navigation through multiple unapproved transactions for ERC20 tokens (#16822) 2023-01-11 15:53:03 +00:00
PeterYinusa
8690cb0f5a Security and Privacy Settings Re-org (#16756) 2023-01-11 14:17:55 +00:00
Olusegun Akintayo
effbd7f953 Security and Privacy Settings Re-org (#16756) 2023-01-11 12:55:20 +00:00
PeterYinusa
e027a8b966 Update CHANGELOG.md 2023-01-11 12:12:58 +00:00
PeterYinusa
e85d848fdd Merge remote-tracking branch 'origin/master' into Version-v10.24.0 2023-01-11 12:11:22 +00:00
Brad Decker
3fc1ac873b add an extra identifier on anonymized duplicate events (#17080) 2023-01-11 12:02:57 +00:00
Adnan Sahovic
f5c95860f7 Display large and small numbers as decimals instead of scientific notation on token allowance confirmation screens (#16676)
Co-authored-by: VSaric <vladimir.saric@consensys.net>
Co-authored-by: Vladimir Saric <92527393+VSaric@users.noreply.github.com>
2023-01-10 23:03:57 +00:00
Dan J Miller
6dddb2c640
Merge pull request #17096 from MetaMask/Version-v10.23.3
Version v10.23.3 RC
2023-01-10 11:08:30 -03:30
David Walsh
c2ffac6e31 Fix #16959 - Don't allow user to see welcome or password creation screen after a keyring has been created (#17024) 2023-01-10 13:56:50 +00:00
PeterYinusa
10d4429a54 Merge remote-tracking branch 'origin/master' into Version-v10.24.0 2023-01-10 13:50:03 +00:00
Alaa Hadad
bbd76bcb38 soft disable onramp provider wyre (#17102) 2023-01-09 20:29:29 -03:30
Brad Decker
6ac899b96a add an extra identifier on anonymized duplicate events (#17080) 2023-01-09 20:28:58 -03:30
PeterYinusa
da18f15950 fix audit failure for luxon by upgrading (#17106) 2023-01-09 16:06:32 -06:00
Alaa Hadad
ea97711143 soft disable onramp provider wyre (#17102) 2023-01-09 20:09:46 +00:00
ryanml
470bfea08d Fix 'Back' navigation from Restore Vault page when accessed from popup window (#17095) 2023-01-09 20:09:25 +00:00
ryanml
925c835a89 Onboarding V2: Fix 'Securing my Wallet' when coming from backup reminder after account recovery (#17088) 2023-01-09 20:09:02 +00:00
PeterYinusa
39f9b1e953 fix audit failure for luxon by upgrading (#17106) 2023-01-09 19:26:21 +00:00
PeterYinusa
53604b14dd Update policies
policy updates

Remove fast-json-patch exclusion

run lavamoat:auto
2023-01-09 15:36:04 -03:30
seaona
c33b0a83a9 run lavamoat:auto 2023-01-09 16:24:50 +01:00
PeterYinusa
2f7b63e9f4 Remove fast-json-patch exclusion 2023-01-09 14:24:50 +00:00
PeterYinusa
cae0fcf17b policy updates 2023-01-09 13:47:24 +00:00