Mark Stacey
6ff8044421
Remove obsolete builds ( #16430 )
...
The `brave` and `opera` builds are obsolete; in practice we have been
using the Chrome build for those browsers, because they are based upon
Chromium and are compatible with the Chrome extension API.
2 years ago
Adnan Sahovic
328626debe
Warning on a Send transaction request ( #16220 )
2 years ago
Michele Esposito
522eb72e49
chore: add bundle size diff to metamaskbot ( #16098 )
2 years ago
Guillaume Roux
d154cc78e4
[FLASK] Catch and display errors in snaps insight ( #16416 )
...
* snaps insight error catching and error state
* revert confirm-transaction-base changes
* display empty state if data is null
* add loading state
* reset errors and loading state on call
* update hasNoData
* update length check in component
2 years ago
David Drazic
5e746dcc2f
[FLASK] Add snap cronjobs ( #16239 )
...
* Add Cronjob controller configuration
* Add Cronjob permission icon and description
* Add lint fix changes
* Add missing action to the allow-list
* Fix permission
* Fix icon and message
Co-authored-by: Frederik Bolding <frederik.bolding@gmail.com>
2 years ago
Olusegun Akintayo
aba3b94c1a
Fix orphaned data warning ( #16413 )
2 years ago
Daniel
1a9ebab828
Enable new networks for Swaps ( #16396 )
2 years ago
Jyoti Puri
6c0930899d
Make event tracking idempotent using unique messageId ( #16267 )
2 years ago
Niranjana Binoy
6f27c9065c
Fix to direct the token detection settings search to the correct row ( #16407 )
2 years ago
Frederik Bolding
02088e445d
Parallelize E2E tests to cut CI time in half ( #16417 )
...
* Experiment with parallellizing E2E
* Fix lint
* Try parallelism 8
* Apply suggestions from code review
Co-authored-by: Mark Stacey <markjstacey@gmail.com>
Co-authored-by: Mark Stacey <markjstacey@gmail.com>
2 years ago
Filip Sekulic
f3efe5a0bd
Add improved token allowance experience toggle ( #16291 )
2 years ago
seaona
e7d6684aa7
Sync develop with master v10.21.2 ( #16399 )
...
* Fix approve transaction call in _onBootCleanUp (#16382 )
* Changelog updated
* Fix lint
Co-authored-by: Jyoti Puri <jyotipuri@gmail.com>
Co-authored-by: Dan J Miller <danjm.com@gmail.com>
2 years ago
Frederik Bolding
de3068d932
[FLASK] `snaps-monorepo@0.23.0` ( #16394 )
...
* snaps-monorepo@0.23.0
* Regen LavaMoat policies
* Update iframe-execution-environment
* Fix tests
* Bump luxon
* Fix lint
* Update test-snaps
* Bump post-message-stream
* Fix E2E
2 years ago
amerkadicE
d4ffc3a587
Update address component on transaction data screen ( #15888 )
...
* Update address component on transaction data screen
E2E test fix
Fix tests
* Metadata accounts
* Remove test resulsts
Co-authored-by: Brad Decker <bhdecker84@gmail.com>
2 years ago
Jyoti Puri
e7deab4b9b
Persisting segment events in MetaMetricsController store ( #16198 )
2 years ago
George Marshall
ec11ff66ee
HelpText propType fix ( #16402 )
2 years ago
Zachary Belford
ef1c6fc959
Change readme for running e2e ( #16386 )
2 years ago
Filip Sekulic
17c1fef9be
Token allowance screen updated ( #16157 )
2 years ago
legobeat
0336a3c006
Revert "ci: temporarily downgrade ubuntu to 20.04" ( #16374 )
...
This reverts commit bc6c6c4de4af7da210269700c5f6c417d27d3030.
2 years ago
Thomas Huang
646dbaaff2
Continue converting tests from enzyme to @testing-library/react ( #16373 )
...
* Add transaction activity log component
* Remove duplicate tx activity log snapshot.
* Convert Identicon test to tlr.
* Convert Metafoxlogo test to tlr.
* Convert Reveal Seed Phrase test to tlr.
* Consolidate and convert Send Footer test to tlr.
* Convert Settings test to tlr.
* Consolidate and convert security tab test to tlr.
* Convert null selectedOption to empty string, and add test id to Dropdown component.
* Add Send state to mock-state
* Lint mock-state.json
2 years ago
Jyoti Puri
83ec64ddd2
Fix approve transaction call in _onBootCleanUp ( #16382 )
2 years ago
dragana8
02b34dcd4a
[Bug]: Balance does not update on duplicate chainId network #13690 ( #14245 )
2 years ago
Alex Donesky
4245f24a2e
Fix issue with awaiting swaps page ( #16344 )
...
* fix issue with awaiting swaps and smart-transaction-status pages when service worker dies
2 years ago
Niranjana Binoy
39037684d4
Fix: To differentiate between which chrome alarm is triggered ( #16360 )
2 years ago
dependabot[bot]
c098c628cc
Bump @metamask/providers from 10.0.0 to 10.2.0 ( #16361 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2 years ago
Peter Yinusa
726b7b52cc
Update PULL_REQUEST_TEMPLATE.md ( #16367 )
2 years ago
Nicholas Ellul
300919cfcc
Fix the rendering of certain domain names in connected-sites list ( #16074 )
...
* Fix rendering origins in connected-sites list
2 years ago
Frederik Bolding
121b6809f8
[FLASK] Fix some issues with installing snaps that request eth_accounts( #16365 )
2 years ago
legobeat
348262f2ea
build: run scss pipelines synchronously ( #16301 )
...
This resolves a race condition in live-reload when editing scss files.
2 years ago
Nidhi Kumari
58da1d8075
tag component housekeeping ( #16355 )
...
* tag component housekeeping
* added snapshot testing
2 years ago
Garrett Bear
8bdf820c70
button base housekeeping ( #16336 )
...
* button base housekeeping
* add pixel size to description
* snapshot update
2 years ago
Olusegun Akintayo
107525bb1d
Show error message if service worker did not load (respond to the UI) ( #15774 )
...
* Show error message if service worker did not load (respond to the UI)
after 1 minute.
Signed-off-by: Akintayo A. Olusegun <akintayo.segun@gmail.com>
* Remove console.log
Signed-off-by: Akintayo A. Olusegun <akintayo.segun@gmail.com>
* New Error message design
Signed-off-by: Akintayo A. Olusegun <akintayo.segun@gmail.com>
* Fix tests
Signed-off-by: Akintayo A. Olusegun <akintayo.segun@gmail.com>
* Use lastTimeStamp instead of keeping track of message ids
Signed-off-by: Akintayo A. Olusegun <akintayo.segun@gmail.com>
* Do not initial channe every second.
Signed-off-by: Akintayo A. Olusegun <akintayo.segun@gmail.com>
* New logic to check if SW is stuck
Signed-off-by: Akintayo A. Olusegun <akintayo.segun@gmail.com>
Signed-off-by: Akintayo A. Olusegun <akintayo.segun@gmail.com>
2 years ago
George Marshall
cda3e3e4c0
Adding Label component ( #16203 )
...
* Adding Label component
* doc fixes
* Adding label wrapping input
2 years ago
George Marshall
3d37ad3b6e
Adding HelpText component ( #16293 )
...
* Adding initial HelpText component
2 years ago
Daniel
d634ff89df
Enable and stabilise e2e tests for Swaps, add debouncing ( #16326 )
2 years ago
Thomas Huang
129ba1290e
Continue converting tests from enzyme to @testing-library/react ( #16249 )
2 years ago
Alex Donesky
adad036466
Fix issue where ens resolution stops working after sw is terminated ( #16335 )
...
* fix issue where ens resolution stops working after sw is terminated
2 years ago
ryanml
a9839688fb
Fix Secret Recovery Phrase video clipping issue for smaller viewports ( #16345 )
2 years ago
Frederik Bolding
36b3fe029c
[FLASK] Fix crash on snaps settings page if snap has no permissions ( #16354 )
2 years ago
mirjanaKukic
95dcf072f8
added new tests for editing and deleting contact from address book ( #16014 )
...
lint fix
fix
added fixture builder
2 years ago
Mark Stacey
19aa432643
Merge pull request #16351 from MetaMask/sync-master
...
Sync develop with master v10.21.1
2 years ago
seaona
6f78b5e67c
Merge branch 'master' into develop
2 years ago
seaona
c246eaa8e2
Updating chromedriver to last stable version ( #16310 )
...
Co-authored-by: Mark Stacey <markjstacey@gmail.com>
2 years ago
kumavis
9a74c995bf
[LavaMoat] improve policy generation performance in dev workflow ( #16338 )
...
* npm scripts - rename lavamoat:background to lavamoat:webapp
* lavamoat - generate webapp policy - add devMode flag to run in node for speed
* lavamoat - generate webapp policy - dont lint fences
* lint fix
2 years ago
ryanml
d8372500cf
Fix "Learn more" link on Connected Account notification ( #16339 )
2 years ago
legobeat
b744eab176
ci: temporarily downgrade ubuntu to 20.04 ( #16320 )
2 years ago
Alex Donesky
aa59f7f89c
ensure that we default users with browser language code 'zh' to the supported 'zh_CN' language code ( #16329 )
2 years ago
Mark Stacey
ae197d02b6
Merge pull request #16328 from MetaMask/Version-v10.21.1
...
Version v10.21.1 RC
2 years ago
Alex Donesky
08a4f93b53
remove unused zh locales directory in favor of zh_CN ( #16322 )
2 years ago
Mark Stacey
e3d5dc52d1
Update changelog
2 years ago