ryanml
cad7ea04b1
Updating Zendesk ticket request URLs ( #15458 )
2 years ago
Dan J Miller
11763a1fcb
Merge pull request #15454 from MetaMask/Version-v10.18.2
...
Version v10.18.2 RC
2 years ago
Dan J Miller
298c2d8ee9
Update changelog v10.18.2 ( #15455 )
...
* Update changelog v10.18.2
* Update CHANGELOG.md
2 years ago
George Marshall
cdc0fed828
Update media query instances ( #15068 )
2 years ago
Brad Decker
71dd39724b
Use fromAccount instead of selectedAcccount for account updates on edit ( #15449 )
2 years ago
Dan J Miller
a4f0944517
Ensure smart contract interactions are properly represented on the confirm screen ( #15446 )
...
* Ensure smart contract interactions are properly represented on the confirm screen
* Fix unit tests
* Code cleanup
* Cleanup
* Code cleanup
* Fix test
2 years ago
Brad Decker
1073b4adfb
add safegaurd for missing account in action ( #15450 )
...
* add safegaurd for missing account in action
* add test to cover case
2 years ago
Dan J Miller
d5b95d6e44
Ensure that if max is selected in send flow, the correct value is set after network switch ( #15444 )
2 years ago
ryanml
b6d587223b
Opening Network Forms in full screen from the popup view ( #15442 )
2 years ago
Alex Donesky
47ae0def78
add access protection to the getNativeCurrencyImage selector in case it is the source of a mysterious bug on firefox ( #15425 )
2 years ago
Dan J Miller
50f8be1673
Stop throwing an error when adding gas defaults for a simple send, that has data, to an address without a response code ( #15424 )
...
* Stop throwing an error when adding gas defaults for a simple send, that has data, to an address without a response code
* Lint fix
* fixup lint
Co-authored-by: brad-decker <bhdecker84@gmail.com>
2 years ago
Brad Decker
109e46c95f
remove unnecessary usage of renderableGasButton logic ( #15422 )
2 years ago
Brad Decker
4c4ce83b0b
fix issues relating to race conditions where draftTx does not exist ( #15420 )
...
* fix issues relating to race conditions where draftTx does not exist
* add another fail safe for inflight initializations
2 years ago
Alex Donesky
29c7f2227a
Enhance approval screen title logic ( #15406 )
2 years ago
Dan J Miller
8b4e046ac3
Fix optimism send flow ( #15419 )
2 years ago
Alex Donesky
d363bdbb21
Fix error that occurs when attempting to display transaction value for an approval transaction with no value argument in the transaction data ( #15398 )
2 years ago
MetaMask Bot
f503a634f0
Version v10.18.2
2 years ago
Thomas Huang
1f5964e450
Convert unit test render from enzyme to @testing-library/react . ( #15091 )
...
* Use @testing-library/react for account-menu test
* Add testids for account menu accounts and balances
* Expand render wrapper functionality with metrics provider and router history
* Add testid to menu-droppo-container and menu-droppo
* Add network item nickname testid
* Use @testing-library/react for network dropdown test
* Add color icon testid
* No need for interpolation for testid in menu-droppo
2 years ago
Brad Decker
3b7074bcd8
Use fromAccount instead of selectedAcccount for account updates on edit ( #15449 )
2 years ago
Dan J Miller
6602e4a013
Ensure smart contract interactions are properly represented on the confirm screen ( #15446 )
...
* Ensure smart contract interactions are properly represented on the confirm screen
* Fix unit tests
* Code cleanup
* Cleanup
* Code cleanup
* Fix test
2 years ago
Brad Decker
cfe5f3a99a
add safegaurd for missing account in action ( #15450 )
...
* add safegaurd for missing account in action
* add test to cover case
2 years ago
Dan J Miller
71cc3397bf
Ensure that if max is selected in send flow, the correct value is set after network switch ( #15444 )
2 years ago
Hassan Malik
a7179a6b88
[FLASK] Add update snap UI ( #15143 )
...
* added snap-update folder
* addded update route, snap update component, updated permissions connect components
* added actions and selectors
* updated permissions selectors and updated permissions connect container to have update snap logic
* updated translations, added selector, updated request object
* updated translations, added update snap permission list component
* more fixes
* added CSS, redid some HTML
* lint fixes
* Add missing grantPermissions action
* updated button padding
* fixes
* removed prop type
* fix Update & Install wrapping
* made changes for forthcoming snap controller PR
* removed ununsed imports
* updated css
* re-added padding rule and removed unused translation messages
* addressed comments
* add subtext for new permissions
* lint fix
* removed unused translations
* some more changes
* fix e2e tests
* lint fix
* added in delay for e2e tests
* Revert "added in delay for e2e tests"
This reverts commit 095962a2c0c9de0b0b343d3134bb0787044dd8ce.
* fixed routing logic
Co-authored-by: Frederik Bolding <frederik.bolding@gmail.com>
Co-authored-by: Guillaume Roux <guillaumeroux123@gmail.com>
2 years ago
ryanml
97b10f96e0
Opening Network Forms in full screen from the popup view ( #15442 )
2 years ago
Mark Stacey
3b30984ce5
Fix "app-init" injection ( #15320 )
...
* Fix "app-init" injection
The way we were injecting variables into the `app-init.js` bundle was
accidentally overwriting the bundle output with the raw `app-init.js`
source file. This is a problem because the bundling process handles a
lot of things we care about like source maps, polyfills and other
necessary Babel transformations, environment variable injection, and
minification.
Instead of using string replacement to inject variables, we are now
using environment variables. The old string replacement strategy has
been removed, and the `app-init.js` module is now generated using the
same process as our other bundles.
A new option, "extraEnvironmentVariables", was added to allow us to
inject environment variables specifically for this bundle.
* Add check to ensure APPLY_LAVAMOAT is set
2 years ago
Sam Gbafa
5802805597
Add Sign-In with Ethereum ( #14438 )
...
Co-authored-by: Gregório Granado Magalhães <greg.magalhaes@gmail.com>
Co-authored-by: George Marshall <georgewrmarshall@gmail.com>
Co-authored-by: georgewrmarshall <george.marshall@consensys.net>
Co-authored-by: Ariella Vu <20778143+digiwand@users.noreply.github.com>
Co-authored-by: brad-decker <bhdecker84@gmail.com>
2 years ago
George Marshall
2e6aea412a
Moving incorrectly ordered page component to correct pages category ( #15426 )
2 years ago
Alex Donesky
713399cb88
add access protection to the getNativeCurrencyImage selector in case it is the source of a mysterious bug on firefox ( #15425 )
2 years ago
Dan J Miller
7e01dbca96
Stop throwing an error when adding gas defaults for a simple send, that has data, to an address without a response code ( #15424 )
...
* Stop throwing an error when adding gas defaults for a simple send, that has data, to an address without a response code
* Lint fix
* fixup lint
Co-authored-by: brad-decker <bhdecker84@gmail.com>
2 years ago
Brad Decker
ddadc79f60
remove unnecessary usage of renderableGasButton logic ( #15422 )
2 years ago
Filip Sekulic
ea247d4e4a
Fix 'block link explorer on custom networks' ( #13870 )
...
* Created a logic for the 'Add a block explorer URL'
Removed unused message
Message logic rollback
Modified history push operation
WIP: Pushing before rebasing
Applied requested changes
Removed unintenionally added code
* Lint fix
* Metrics fixed
2 years ago
Thomas Huang
3e7d4d314c
Add QA migration guide ( #14544 )
...
* Add QA migration guide
* Add full length gif of updating the build
* Use directory term where it seems more appropriate and better formatting
2 years ago
Brad Decker
f425e482e4
fix issues relating to race conditions where draftTx does not exist ( #15420 )
...
* fix issues relating to race conditions where draftTx does not exist
* add another fail safe for inflight initializations
2 years ago
Alex Donesky
fb191c865b
Enhance approval screen title logic ( #15406 )
2 years ago
Dan J Miller
d484f107c0
Fix optimism send flow ( #15419 )
2 years ago
VSaric
ce901f8edb
Add data about dropped transaction in FINALIZED metrics event ( #15383 )
2 years ago
Guillaume Roux
9ce4a8f987
[FLASK] Fix key management permission copy ( #14849 )
2 years ago
Alex Donesky
fc304680d4
Fix error that occurs when attempting to display transaction value for an approval transaction with no value argument in the transaction data ( #15398 )
2 years ago
Jyoti Puri
bca9a61d6b
MV3: Re-activate service worker and reconnect UI streams ( #14781 )
2 years ago
George Marshall
5d828be611
Adding shadow docs to storybook ( #15388 )
...
Co-authored-by: Brad Decker <bhdecker84@gmail.com>
2 years ago
Nidhi Kumari
194f7c8dd8
added AvatarBase Component ( #15307 )
...
* added AvatarBase Component
* added README file to storybook
* converted avatar-base to base-avatar
* props for snapshot testing
* replaced snapshot testing
* Updates to stories and component
* used arrow function for component
* fixed merge conflicts
* removed box stories
* changed import order for scss files
* replaced base-avatar import with component scss file
Co-authored-by: georgewrmarshall <george.marshall@consensys.net>
2 years ago
Brad Decker
c72199a1a6
update prettier ( #15360 )
2 years ago
kumavis
9e7c75d06d
Bundle optimazation 0 ( #14782 )
...
* optimism/contracts - import minimal subset
* ui helpers - dont import whole of mm controllers
* lint fix
2 years ago
George Marshall
8185175968
Adding readme for component-library folder ( #15381 )
...
Co-authored-by: Brad Decker <bhdecker84@gmail.com>
2 years ago
Zbyszek Tenerowicz
acb46c2cdb
fix: patch borc to avoid v8 bailing out of caching bytecode for the entire bundle chunk ( #15385 )
...
Co-authored-by: Brad Decker <bhdecker84@gmail.com>
2 years ago
Brad Decker
31fa55123a
fix storybook ( #15387 )
2 years ago
Brad Decker
8e9df0457b
cast chainId to hex for metrics ( #15332 )
...
* cast chainId to hex for metrics
* Update ui/pages/settings/networks-tab/networks-form/networks-form.js
Co-authored-by: Ariella Vu <20778143+digiwand@users.noreply.github.com>
Co-authored-by: Ariella Vu <20778143+digiwand@users.noreply.github.com>
2 years ago
MetaMask Bot
1caab93c07
New Crowdin translations by Github Action ( #14975 )
...
Co-authored-by: metamaskbot <metamaskbot@users.noreply.github.com>
2 years ago
Daniel
f31bac9fbf
Performance improvements for Swaps ( #15359 )
2 years ago
Adnan Sahovic
6723608173
Added speed up metrics data for transaction events and properly track speed up type ( #15197 )
2 years ago