Frederik Bolding
637a960d3c
Use correct casing for "learn more" ( #14412 )
2022-04-08 18:21:41 +02:00
seaona
6db1be738d
E2e infura requests ( #14394 )
...
* Redirect infura requests to localhost while e2e
* Change requests from Infura to localhost (ganache)
* Included blacklisted hosts
* Fix behaviour for all urls
* Added a couple of explorers and reorg
* Remove repeated line
* Lint fix
* Removed other services aside from infura
* Includes changed for 'ends with'
* Fix security handling of host by including listed of arrays
2022-04-08 16:54:43 +02:00
Guillaume Roux
14a5dda24f
Dark Mode : Fix connected account permission icon color ( #14406 )
2022-04-07 15:26:35 -05:00
ricky
2b134a0c7f
Update crowdin/github-action
( #14381 )
...
* Use crowdin/github-action@1.4.7
* use SHA
2022-04-07 14:28:03 -04:00
Niranjana Binoy
89ce0cee85
Updating info ActionableMessage type to default ( #14385 )
2022-04-07 13:11:42 -04:00
PeterYinusa
553e11d555
Update ganache ( #14375 )
...
* Update ganache
* dedup
2022-04-07 16:49:30 +01:00
George Marshall
9ce966ba1d
Storybook housekeeping 🧹 ( #14331 )
...
* Removing argTypes that are related to static props and don't have anything to do with the component. Also some general house keeping
* updates
2022-04-07 08:14:22 -07:00
Hassan Malik
e0e466490e
Settings search refactor ( #14350 )
...
* removed unnecessary eslint disable and removed key prop from SettingsSearchList
* removed unnecessary function, refactored settings pages to use only handleSettingsRefs
* simplified utils, removed unnecessary test
* updated usage of util functions
* fixed type error, allow for ampersand in search input
* removed unnecessary var
* fixed test
* fixes per comments
* fixed var name
* fixed property name
* changed some properties in SETTINGS_CONSTANTS to accept t param
* redid util functions
* changed from multiline comment to single line
* replace empty descriptions
* updated util logic
* fix undefined issue
2022-04-06 16:27:08 -04:00
Niranjana Binoy
07231e42b2
Update token detection logic to only control auto-detection ( #14251 )
2022-04-06 13:59:16 -04:00
ricky
a7a1646002
Remove base_url
from crowdin.yml ( #14364 )
...
Remove `base_url` since we're moving away from Crowdin Enterprise
2022-04-06 12:37:08 -04:00
Mark Stacey
9baa3005d3
Merge pull request #14373 from MetaMask/master-sync
...
Master sync following v10.12.4
2022-04-06 13:29:56 -02:30
Ariella Vu
7e059550a2
TabBar: prevent text from wrapping early ( #14368 )
2022-04-06 11:00:52 -03:00
Dan Miller
9d8223f646
Merge remote-tracking branch 'origin/develop' into master-sync
2022-04-06 10:55:19 -02:30
Mark Stacey
ed68c1846c
Merge pull request #14349 from MetaMask/Version-v10.12.4
...
Version v10.12.4 RC
2022-04-06 10:31:49 -02:30
seaona
b84e70895b
Feature Flag Swap API mock ( #14353 )
...
* Feature Flag Swap API mock
* Reorganize API calls in alphabetical order
2022-04-06 10:05:45 +02:00
Ariella Vu
582f6168f9
Settings:TabBar: Fix text wrap style ( #14348 )
...
* TabBar: fix text wrap style
* TabBar: adjust icon alignment
2022-04-05 20:22:41 -03:00
David Walsh
af963d7f7b
Dark Mode: What's New Announcement ( #14346 )
2022-04-05 14:55:00 -05:00
David Walsh
d8fd5f68ce
Dark Mode: Fix Actionable Messages ( #14361 )
2022-04-05 13:51:05 -05:00
Thomas Huang
2cd1472e3a
Fix imported component name and change size proptype type to string ( #14237 )
...
* Fix imported component name and change size proptype type to string
* Change IconTokenSearch size prop back to number and change usage to number
2022-04-05 10:48:03 -07:00
Daniel
e4bf3400bd
stx-controller-v1.10.0 ( #14352 )
...
* stx-controller-v1.10.0
* yarn yarn-deduplicate
2022-04-05 16:58:47 +02:00
Dan J Miller
fc1463cef3
Update CHANGELOG.md
...
Co-authored-by: Mark Stacey <markjstacey@gmail.com>
2022-04-05 11:38:02 -02:30
Dan J Miller
fc4ae4ef61
Fix the close button in the speed up and cancel popovers ( #14356 )
2022-04-05 11:06:58 -02:30
ryanml
70a3d3a620
changelog fix
2022-04-05 04:44:32 -07:00
Dan Miller
2185d2f7ef
Update changelog
2022-04-04 21:07:48 -02:30
Mark Stacey
831d274a40
Restore version
missing from certain build steps ( #14344 )
...
Certain build steps accidentally omitted the `version` variable. It has
now been restored to all steps, ensuring that all environment variables
are correctly injected into all bundles.
A check has been added to the Sentry setup module to ensure the release
is not omitted in the future.
2022-04-04 21:06:12 -02:30
MetaMask Bot
4eb303f4e4
Version v10.12.4
2022-04-04 20:56:53 +00:00
Brad Decker
d6df3700f7
track rpc method usage ( #14269 )
2022-04-04 14:26:13 -05:00
Mark Stacey
2d08fe35e5
Restore version
missing from certain build steps ( #14344 )
...
Certain build steps accidentally omitted the `version` variable. It has
now been restored to all steps, ensuring that all environment variables
are correctly injected into all bundles.
A check has been added to the Sentry setup module to ensure the release
is not omitted in the future.
2022-04-04 16:44:32 -02:30
Frederik Bolding
0556feb142
Add snap version to details page ( #14110 )
...
* Start to add snap version to details page
* Show install date
* Clean up
* Address PR comments
2022-04-04 19:40:24 +02:00
ryanml
7e7b97d7c9
Improving identicon settings accessibility ( #13760 )
...
* Improving identicon settings accessibility
* Make settings keyboard accessible
2022-04-04 10:36:56 -07:00
seaona
78828f1b6e
Add e2e testcase for Settings Search functionality ( #14259 )
...
* Settings Search e2e testcase
* Remove unnecessary variable
* Include assertations for correct item urls
* Remove extra assertions
* Change assertion of url for page main header
* Remove un-used keys for urls
* Fix variable scope
2022-04-04 18:27:36 +02:00
Mark Stacey
4bcb48df53
Replace ReadOnlyInput
( #14330 )
...
Replace the last two uses of the `ReadOnlyInput` with a div. The idea
of using an input for read-only data is silly. We can just put it in
the DOM directly instead.
2022-04-04 12:37:01 -02:30
PeterYinusa
1582efdc06
update chromedriver and chrome binary to v100 ( #14337 )
2022-04-04 16:02:54 +01:00
PeterYinusa
beb7a0d7b5
Mock token list ( #14338 )
...
* mock token list
* remove redundant state
2022-04-04 16:02:29 +01:00
Frederik Bolding
e77ff0bce8
Fix a few Snap state issues ( #14339 )
...
* Fix clearSnapState
* Simplify getSnapState
2022-04-04 16:32:49 +02:00
George Marshall
6e73c34e2b
Updatin contract deployment text label to be darker ( #14333 )
2022-04-04 16:17:54 +02:00
David Walsh
ae3953fd01
Update eth-ledger-bridge-keyring to 0.11.0 ( #14317 )
2022-04-04 08:54:08 -05:00
Daniel
fc17fbe1ad
Swaps timer improvements, optional refresh rates and fix for a notification UI ( #14300 )
...
* Set up correct timer value for fetching new quotes
* Show red timer in Swaps if quotes fetching will happen in less than 10s (previously it was 30s)
* Fix a UI issue with the notification close button
* Make stx refresh rates optional, since not every network supports them
2022-04-04 15:14:50 +02:00
Niranjana Binoy
96610742ce
Token Details component for Tokens Detected page ( #14169 )
2022-04-02 17:33:35 -04:00
George Marshall
dfd3e233e8
color fix for hover on swaps quote ( #14334 )
2022-04-02 06:40:33 -07:00
David Walsh
5a159ef991
Dark Mode: Fix QR display ( #14312 )
2022-04-01 14:53:14 -05:00
filipsekulic
8cb1f4af2e
Renamed metametrics.new.js to metametrics.js ( #14327 )
2022-04-01 14:11:12 -05:00
Frederik Bolding
cb963f3c29
snaps-skunkworks@0.10.7 ( #14323 )
...
* snaps-skunkworks@0.10.7
* Bump iframe-execution-environment
2022-04-01 18:14:48 +02:00
Niranjana Binoy
afcc3a8f26
Token Value component for Tokens Detected page ( #14274 )
2022-04-01 11:52:22 -04:00
ryanml
6f5cc9c6c7
Fix Buy Ether via Moonpay and Wyre actions ( #14322 )
2022-04-01 08:51:30 -07:00
George Marshall
e62678464c
Fix/14302 about fox logo ( #14308 )
2022-04-01 07:00:33 -07:00
George Marshall
c516760382
Fix/14303 show private keys ( #14314 )
2022-04-01 06:59:46 -07:00
George Marshall
44b4b9b012
Fixing account details label colors ( #14315 )
2022-04-01 06:58:02 -07:00
kumavis
fd32d3eb2b
Update metamaskbot-build-announce.js ( #14320 )
...
* Update metamaskbot-build-announce.js
* Update metamaskbot-build-announce.js
2022-03-31 16:11:59 -10:00
George Marshall
8edeb9a281
Fix/14230 dark mode fixes ( #14305 )
...
* Dark mode fixes
* removing unused icon svg
2022-03-31 13:11:06 -07:00