Archana Sankaranarayanan
575cedf2aa
Shows the sign and cancel button fully in signature page ( #13686 )
3 years ago
ryanml
8eb2130487
Harden keyring type check in EthOverview ( #13711 )
3 years ago
Niranjana Binoy
bf8f331297
Update "Forgot Password?" copy ( #13493 )
3 years ago
Jyoti Puri
60aa69a624
Confirm transaction page: use method name only for contract transactions ( #13643 )
3 years ago
Alex Miller
0145041d0b
[GridPlus] Updates SDK to v0.9.10 (hotfix) ( #13691 )
...
See: https://github.com/GridPlus/gridplus-sdk/releases/tag/v0.9.10-hotfix
3 years ago
Dan J Miller
e817b2ab78
Run yarn lavamoat:auto ( #13697 )
3 years ago
ryanml
5b96e3370e
Using correct metricsEvent arg ( #13684 )
3 years ago
fadnesscharlie
3d5da527f9
Added Controls and Action ArgType, took out @storybook/addon-knobs ( #13660 )
...
* added controls and took out unused code
* Fix Lint Issues
3 years ago
Daniel
2585f45bde
Add support for Smart Transactions ( #12676 )
3 years ago
Tom McGuire
d2c292bead
Add argTypes for color-indicator ( #13659 )
3 years ago
Daniel
120603e6df
Enable Avalanche for Swaps ( #13653 )
3 years ago
Elliot Winkler
b1b4e64ad0
Prevent Browserify error from being swallowed ( #13647 )
...
If an error occurs while running Browserify, the stream that Browserify
creates will emit an `error` event. However, this event is not being
handled, so Node will catch it instead. But the error message it
produces is very nebulous, as it merely spits out the stream object and
completely ignores the actual error that occurred. So this commit
listens for the `error` event and outputs the error.
One note here is that when we are outputting the error, we must get
around a bug that exists in Endo where if you pass an Error object to
`console.{log,error,info,debug}` then you will just see `{}` on-screen.
We get around this by printing `err.stack`.
3 years ago
Rob Dawson
ef3199ebd1
Mįgrate truncated definition list stories from addon knobs to use controls. ( #13628 )
3 years ago
Rob Dawson
e082334da8
Fixed Add Recipient Stories and migrated to use control args. ( #13633 )
3 years ago
Rob Dawson
93af95f968
Minimal fix to the TokenSearch story to ensure it compiles and works. ( #13623 )
3 years ago
Rob Dawson
4a6082f1d7
Updated the Callout story to convert knobs and actions to controls / args. ( #13624 )
3 years ago
Daniel
cbf8a737dc
Change "Quote X of Y" to "Fetching quote X of Y" ( #13663 )
...
* Change "Quote X of Y" to "Fetching quote X of Y"
* Update a test
* Trigger Build
3 years ago
ryanml
fa467d1b8c
Merge pull request #13656 from MetaMask/master-sync
...
Sync `master` with `develop`
3 years ago
Benjamin Bourgeois
207436d11c
convert SendGasRow stories with argtypes ( #13554 )
3 years ago
ryanml
2fe2741264
Merge remote-tracking branch 'origin/develop' into master-sync
3 years ago
ryanml
09c880d165
Merge pull request #13498 from MetaMask/Version-v10.10.0
...
Version v10.10.0 RC
3 years ago
David Walsh
009c6e1455
Use hardware wallet constants when possible ( #13634 )
3 years ago
Ariella Vu
fadad601b8
ConfirmImportToken: Convert to Functional Component; Add storybook controls ( #13594 )
...
* ConfirmImportToken: convert to FC
* ConfirmImportToken: reorganize
* ConfirmImportToken: rm component from path
* replace mapStateToProps w/ useSelector
ConfirmImportToken
* replace mapDispatchToProps w/ useDispatch
ConfirmImportToken
* ConfirmAddSuggestedToken: useHistory
* ConfirmImportToken: add storybook controls
* ConfirmImportToken: rm 1st entry overwrite
* ConfirmImportToken: add tests
* ConfirmImportToken: use real Redux store in tests
* ConfirmImportToken: do not use mock-state.json
https://github.com/MetaMask/metamask-extension/pull/13594#discussion_r805022647
* ConfirmImportToken: tokenAddedEvent -> trackTokenAddedEvent
* Update ui/pages/confirm-import-token/confirm-import-token.js
Co-authored-by: Elliot Winkler <elliot.winkler@gmail.com>
* ConfirmImportToken: update useSelector logic
* ConfirmImportToken: replace typeof check w/ === undefined
* ConfirmImportToken: rm unnecessary /rendering from path
* ConfirmImportToken: fix add token redirect
* ConfirmImportToken: use useNewMetricEvent
* ConfirmImportToken: rename vars using "addedToken"
* ConfirmImportToken: setAddedToken to obj copy
Co-authored-by: Elliot Winkler <elliot.winkler@gmail.com>
3 years ago
ryanml
b954ca447d
Ensure pre-selected account on connect screen is visible in list ( #13621 )
...
* Ensure pre-selected account on connect screen is visible in list
* adding smooth scroll behavior
* Change conditional
3 years ago
ryanml
b3f90f7031
Merge pull request #13648 from MetaMask/master-sync
...
Sync `master` with `develop`
3 years ago
ryanml
e069c5a960
Fix changelog
3 years ago
ryanml
fe061bb2e6
Merge remote-tracking branch 'origin/master' into Version-v10.10.0
3 years ago
dragana8
5095071083
Make default icons the same on mobile and extension #13264 ( #13408 )
3 years ago
VSaric
2cd242252f
Created "Token details" page ( #13216 )
...
* Created new screen/page "Token details"
* Change color in scss
* Modify elements to the latest requirements and added unit tests
* Review requested changes
* Condensing files into one component
* Added unit tests for token details page
* Added redirection when switching networks, added image for a token and update unit tests
* Requested review changes
* Modify index.scss regarding of the requested review
* Delete data-testid's from Typography and token-details-page.js
* Requested review changes
3 years ago
mradziwon
3735a601d9
Update outdated Trezor Emulator link ( #13611 )
3 years ago
PeterYinusa
ebeb2668ea
E2e mocking ( #13640 )
...
* mock gas price api
* fix error
* full url
* remove duplicated packages
* full url
* customise mock per test
* customise mock per test
* enable mocking
* enable mocking
* enable mocking by default
* duplicated packages
* update mockttp
* pass through
* pass through
3 years ago
Thomas Huang
8fecb28844
Merge remote-tracking branch 'origin/develop' into master-sync
3 years ago
Dan J Miller
f2921ce84d
Merge pull request #13644 from MetaMask/Version-v10.9.3
...
Version v10.9.3 RC
3 years ago
Dan J Miller
a83ce7486b
Ensure sign message button is only enabled on scroll ( #13645 )
...
* Ensure sign message button is only enabled on scroll
* Add button for message scrolling to signature request screen
* lint fix
* Only show scroll button if message is scrollable
Co-authored-by: ryanml <ryanlanese@gmail.com>
3 years ago
Dan J Miller
d1c5274738
Ensure sign message button is only enabled on scroll ( #13645 )
...
* Ensure sign message button is only enabled on scroll
* Add button for message scrolling to signature request screen
* lint fix
* Only show scroll button if message is scrollable
Co-authored-by: ryanml <ryanlanese@gmail.com>
3 years ago
ryanml
e4e321cc7c
Fix lockfile
3 years ago
dependabot[bot]
bcf826772e
Bump vm2 from 3.9.5 to 3.9.7 ( #13625 )
...
Bumps [vm2](https://github.com/patriksimek/vm2 ) from 3.9.5 to 3.9.7.
- [Release notes](https://github.com/patriksimek/vm2/releases )
- [Changelog](https://github.com/patriksimek/vm2/blob/master/CHANGELOG.md )
- [Commits](https://github.com/patriksimek/vm2/compare/3.9.5...3.9.7 )
---
updated-dependencies:
- dependency-name: vm2
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Dan J Miller <danjm.com@gmail.com>
3 years ago
dependabot[bot]
1d1752135e
Bump follow-redirects from 1.14.7 to 1.14.8 ( #13612 )
...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects ) from 1.14.7 to 1.14.8.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases )
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.7...v1.14.8 )
---
updated-dependencies:
- dependency-name: follow-redirects
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years ago
Dan J Miller
2dc9ce71dd
Add resolution for engine.io, a nested dependency of 3box ( #13589 )
3 years ago
ryanml
48685ed462
Updating Changelog
3 years ago
MetaMask Bot
7694f5ef52
Version v10.9.3
3 years ago
ryanml
089e0b9f5c
Fixing sign type data message formatting, requiring content scroll before sign ( #13642 )
...
* Fixing signature request formatting, requiring scroll before sign
* Ensure sign button not disable when no scroll is required
* Test fix attempt #1
* Clean up e2e tests
Co-authored-by: Dan Miller <danjm.com@gmail.com>
3 years ago
ryanml
40269ad13c
Fixing sign type data message formatting, requiring content scroll before sign ( #13642 )
...
* Fixing signature request formatting, requiring scroll before sign
* Ensure sign button not disable when no scroll is required
* Test fix attempt #1
* Clean up e2e tests
Co-authored-by: Dan Miller <danjm.com@gmail.com>
3 years ago
dependabot[bot]
3dc60e8e30
Bump vm2 from 3.9.5 to 3.9.7 ( #13625 )
...
Bumps [vm2](https://github.com/patriksimek/vm2 ) from 3.9.5 to 3.9.7.
- [Release notes](https://github.com/patriksimek/vm2/releases )
- [Changelog](https://github.com/patriksimek/vm2/blob/master/CHANGELOG.md )
- [Commits](https://github.com/patriksimek/vm2/compare/3.9.5...3.9.7 )
---
updated-dependencies:
- dependency-name: vm2
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Dan J Miller <danjm.com@gmail.com>
3 years ago
dependabot[bot]
3fb21fee27
Bump follow-redirects from 1.14.7 to 1.14.8 ( #13612 )
...
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects ) from 1.14.7 to 1.14.8.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases )
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.7...v1.14.8 )
---
updated-dependencies:
- dependency-name: follow-redirects
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
3 years ago
Erik Marks
35ac762e10
Add Snaps via Flask ( #13462 )
...
This PR adds `snaps` under Flask build flags to the extension. This branch is mostly equivalent to the current production version of Flask, excepting some bug fixes and tweaks.
Closes #11626
3 years ago
Jyoti Puri
c0d03ea70a
Fix: advance defaults should never be used for swaps ( #13617 )
3 years ago
Jyoti Puri
2b5b787ca9
Fix: advance defaults should never be used for swaps ( #13617 )
3 years ago
Niranjana Binoy
b42e1f75fa
Include transactions from all networks in state logs ( #13599 )
3 years ago
PeterYinusa
2b1256faf4
Update to latest ChromeDriver ( #13616 )
3 years ago