ryanml
c2f517686c
Merge remote-tracking branch 'origin/master' into Version-v10.11.0
3 years ago
ryanml
a78c7e48c6
Merge pull request #13804 from MetaMask/Version-v10.10.2
...
Version v10.10.2 RC
3 years ago
ryanml
fe7db49f2c
Updating changelog
3 years ago
MetaMask Bot
99653ed0e9
Version v10.10.2
3 years ago
Dan J Miller
a5fe919f68
Add EIP-712 support for Trezor ( #13693 )
...
* Add EIP-712 support for Trezor
Co-authored-by: alisinabh <alisina.bm@gmail.com>
Co-authored-by: matejcik <ja@matejcik.cz>
Co-authored-by: Brandon Noad <Brandon.Noad@gmail.com>
* Update eth-trezor-keyring version
Co-authored-by: Alois Klink <alois.klink@gmail.com>
Co-authored-by: alisinabh <alisina.bm@gmail.com>
Co-authored-by: matejcik <ja@matejcik.cz>
Co-authored-by: Brandon Noad <Brandon.Noad@gmail.com>
3 years ago
ryanml
7af8570a4e
Running yarn lavamoat:auto
3 years ago
ryanml
2177ba8951
Fixing changelog
3 years ago
ryanml
18ac23b516
Merge remote-tracking branch 'origin/master' into Version-v10.11.0
3 years ago
ryanml
2369782196
Merge pull request #13731 from MetaMask/Version-v10.10.1
...
Version v10.10.1 RC
3 years ago
ryanml
bbe441f98a
Updating changelog
3 years ago
Daniel
e937d9c8e3
Small fixes for Swaps ( #13732 )
...
* Fix: Insufficient number of substitutions for key "stxSuccessDescription"
* Only calculate "approvalGas" if the "approvalNeeded" param is truthy in a quote
* "Swap from" has to be set to enable "Review Swap", set a default token for "Swap from"
* Fix: Unable to find value of key "undefined" for locale
* Use array destructuring
3 years ago
Dan Miller
676507a518
Run yarn lavamoat:auto
3 years ago
ryanml
a87068860f
Updating changelog
3 years ago
Alex Miller
9d92b20222
[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
Alex Miller
6dcaa0dd97
[GridPlus] Updates corresponding to Lattice firmware v0.13.2 ( #13455 )
...
This updates `eth-lattice-keyring`, which itself updates `gridplus-sdk`.
These changes are backwards compatible but do unlock functionality in
Lattice firmware v0.13.2
Underlying Changes:
* `gridplus-sdk`: https://github.com/GridPlus/gridplus-sdk/compare/v0.9.2...v0.9.7
* `eth-lattice-keyring`: https://github.com/GridPlus/eth-lattice-keyring/compare/v0.4.0...v0.4.9
3 years ago
MetaMask Bot
e6ea66ad4d
Version v10.10.1
3 years ago
ryanml
30589d6219
Updating changelog
3 years ago
Daniel
730f977939
Small fixes for Swaps ( #13732 )
...
* Fix: Insufficient number of substitutions for key "stxSuccessDescription"
* Only calculate "approvalGas" if the "approvalNeeded" param is truthy in a quote
* "Swap from" has to be set to enable "Review Swap", set a default token for "Swap from"
* Fix: Unable to find value of key "undefined" for locale
* Use array destructuring
3 years ago
ryanml
1883af8ab4
Fix token details icon when 'Use Token Detection' is enabled ( #13726 )
3 years ago
ryanml
b3b5d3c8d9
Fixing blockies on token detail page ( #13728 )
3 years ago
Alex Donesky
1abac424f4
fix issue where token details page unnecessarily relies on send asset state ( #13717 )
3 years ago
Daniel
f39bb48227
Enable Avalanche for Swaps ( #13653 )
3 years ago
ryanml
f996f32969
Updating changelog
3 years ago
Dan J Miller
05138da8a7
Add EIP-712 support for Trezor ( #13693 )
...
* Add EIP-712 support for Trezor
Co-authored-by: alisinabh <alisina.bm@gmail.com>
Co-authored-by: matejcik <ja@matejcik.cz>
Co-authored-by: Brandon Noad <Brandon.Noad@gmail.com>
* Update eth-trezor-keyring version
Co-authored-by: Alois Klink <alois.klink@gmail.com>
Co-authored-by: alisinabh <alisina.bm@gmail.com>
Co-authored-by: matejcik <ja@matejcik.cz>
Co-authored-by: Brandon Noad <Brandon.Noad@gmail.com>
3 years ago
ryanml
f47015df8e
[skip e2e] Updating changelog for v10.11.0 ( #13718 )
3 years ago
MetaMask Bot
d5bd27dfd1
Version v10.11.0
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