Dan J Miller
c5b3daa35b
Ensure native asset icon does not display incorrectly when switching networks and balance is loading ( #15116 )
2 years ago
Dan J Miller
f4b25d7ea5
Ensure native asset icon does not display incorrectly when switching networks and balance is loading ( #15116 )
2 years ago
Filip Sekulic
43f7a44c25
Adding popular custom network integration ( #14557 )
...
* Initial push
* Refactored the code
* Additional code
* Removed the unused message
* Added a tooltip
* Fixed tests
* Lint fix
* Added style to a tooltip
* Fix e2e test failure
* Lint fix and code revert
* Fix e2e test
* Fixed paddings
* Fixed paddings
* CSS fix
* Minified svg files
* Applied requested changes
* Fixed theme issue
* Code revert
* Added back overridden code
* Icon problem fixed
* Lint fix
* Replaced H3 with H4
* Added unit test
* Added breadcrumbs
* Added const props for networks
* Lint fix
* Lint fix
* Added toggle button for showing the custom network list and resolved few issues
* Fixed routes
* Refactored a piece of code
* Enabled searching for the newly created option
* Fixed unit test
* Updated theme
2 years ago
Alex Donesky
3a31326199
Add fallback image/card for NFTs when image was not fetched correctly or does not exist ( #15034 )
...
* add fallback image/card for collectibles when image was not fetched correctly or does not exist
* UI and storybook updates (#15071 )
* UI and storybook updates
* Adding break so token id is displayed
* subtle border fix
* Updating content
* Removing unused image
* Adding proptype descriptions
* Lint fix
Co-authored-by: George Marshall <george.marshall@consensys.net>
2 years ago
Dan Miller
bc6c60cde1
Revert "Merge pull request #15063 from MetaMask/revert-v10.16.0"
...
This reverts commit 4d42715220
, reversing
changes made to f09ab88891
.
2 years ago
Dan Miller
24662963c5
Revert "Merge pull request #15063 from MetaMask/revert-v10.16.0"
...
This reverts commit 4d42715220
, reversing
changes made to f09ab88891
.
2 years ago
Dan J Miller
05f29edbeb
Remove change from cb77f94
that breaks ens inputs in send flow ( #15069 )
2 years ago
Dan J Miller
c3623ab729
Remove change from cb77f94
that breaks ens inputs in send flow ( #15069 )
2 years ago
Dan Miller
52590b8fe3
Replace unit test from 7f9e24c4
with a test that is compatible with the state of ducks/send on master
2 years ago
Dan J Miller
7f9e24c4f0
Ensure that addresses are properly hex-prefixed in the generate ERC token transfer functions ( #15064 )
...
* Ensure that addresses are properly hex-prefixed in the generate ERC token transfer functions
* Ensure hex-prefixed addresses in send input
* Update unit tests
Co-authored-by: Frederik Bolding <frederik.bolding@gmail.com>
2 years ago
Dan J Miller
cb77f94bc5
Ensure that addresses are properly hex-prefixed in the generate ERC token transfer functions ( #15064 )
...
* Ensure that addresses are properly hex-prefixed in the generate ERC token transfer functions
* Ensure hex-prefixed addresses in send input
* Update unit tests
Co-authored-by: Frederik Bolding <frederik.bolding@gmail.com>
2 years ago
Mark Stacey
925a19fa4a
Revert "Merge pull request #14912 from MetaMask/Version-v10.16.0"
...
This reverts commit f09ab88891
, reversing
changes made to effc761e0e
.
This is being temporarily reverted to make it easier to release an
urgent fix for v10.15.1.
2 years ago
Alex Donesky
5290402181
Fix tokenIds larger than MAX_SAFE_INTEGER converted to scientific notation and failing to import ( #15016 )
...
* fix tokenIds larger than MAX_SAFE_INTEGER breaking
* add tests
2 years ago
Frederik Bolding
167af09a11
Increase likelyhood of valid method signatures being returned by `getMethodData` ( #14937 )
...
* Increase likelyhood of valid method signatures being returned by getMethodData
* Update coverage
* Update coverage
* Update coverage
* add a migration to clear knownMethodData
* Small typo changes
Co-authored-by: Alex <adonesky@gmail.com>
2 years ago
Daniel
5fa88bebce
Show how much a cancellation of a smart transaction will cost ( #15011 )
2 years ago
David Walsh
6ffd0ce063
Fix 14802 - Prevent children error in page container ( #14809 )
2 years ago
George Marshall
051254dffd
Fixing tooltip theming by enforcing default theme ( #14992 )
...
* Fixing tooltip theming by enforcing background color
* Removing wide prop
2 years ago
daniba
085126d275
Move search icon and add to storybook ( #14940 )
...
* move search icon || update imports || add to story
* Optimized svg path, updated icon api and updating colors
* update other icons
* update snapshot
Co-authored-by: georgewrmarshall <george.marshall@consensys.net>
2 years ago
Zachary Belford
5a1bc94aa4
Changed accounts fuzzy search threshhold to match all ( #14914 )
...
* Changed accounts fuzzy search threshhold to match all
* Changed account search only when there is at least 2 terms
* Fixed linting issue
* Lint fix account menu component
2 years ago
Guillaume Roux
25739a5fc1
[FLASK] Fix notifications icon color ( #14941 )
2 years ago
Frederik Bolding
4048feeaac
Increase likelyhood of valid method signatures being returned by `getMethodData` ( #14937 )
...
* Increase likelyhood of valid method signatures being returned by getMethodData
* Update coverage
* Update coverage
* Update coverage
* add a migration to clear knownMethodData
* Small typo changes
Co-authored-by: Alex <adonesky@gmail.com>
2 years ago
ricky
3d74d06f93
Add missing subtitles for secret recovery phrase ( #14943 )
...
* add missing subtitles
* Update subtitles map
* update subtitle map in onboarding v2 flow
Co-authored-by: Alex <adonesky@gmail.com>
2 years ago
白宦成
adbd1c79be
fix EditGasDisplay ( #13980 )
...
Co-authored-by: David Walsh <davidwalsh83@gmail.com>
2 years ago
Daniel
80e7d82eed
Remove experimental gas editing for Swaps ( #14942 )
2 years ago
George Marshall
fdf3e9d2d7
Fix/14856 network settings page ( #14857 )
...
* Removing other features code
* Improving acccessibility of check icon
* Fixing add network button footer in popover view
* Fixing unit tests
2 years ago
Ariella Vu
73488766b6
SB:EditGasDisplay: fix error ( #14946 )
2 years ago
Daniel
ebf967562b
Remove experimental gas editing for Swaps ( #14942 )
2 years ago
Ariella Vu
1771ed4925
ErrorMessage: add @deprecated ( #14945 )
2 years ago
David Walsh
ea49b40d33
Make the accounts menu accessible ( #14936 )
2 years ago
Jordon
f5c6d0054f
Convert knobs and actions to controls/args for MainQuoteSummary ( #14758 )
...
Co-authored-by: George Marshall <georgewrmarshall@gmail.com>
Co-authored-by: Brad Decker <bhdecker84@gmail.com>
2 years ago
Ariella Vu
ede801e143
MetaMetrics: fix onCancel trackEvent ( #14935 )
...
should mirror first-time-flow/metametrics-opt-in logic
2 years ago
Soralit
804db7f1dc
fix animated qr in dark mode ( #14900 )
2 years ago
VSaric
f9edbf50ce
Empty balance while switching network ( #14354 )
2 years ago
VSaric
136218893b
Fix contact address pet name ( #14613 )
...
* The contact pet name isn't replaced by the recipients address
* Create getEnsResolutionByAddress selector and use it in the codebase
* Modified the getRecipient selector such that it returns an ens resolution as the nickname if a nickname isn't present but a ens resolution is.
* Update ui/ducks/send/send.js
Co-authored-by: Brad Decker <bhdecker84@gmail.com>
* Checked if ens resolution is present in the getRecipient selector
Co-authored-by: Brad Decker <bhdecker84@gmail.com>
2 years ago
Alex Donesky
f561aeeef6
Fix to infinite loading on approve screen ( #14756 )
2 years ago
Alex Donesky
b170211700
Fix to infinite loading on approve screen ( #14756 )
2 years ago
ryanml
496d9d81c3
Fix Enhanced Gas Fee toggle setting metrics event ( #14874 )
2 years ago
ryanml
54e83d659d
Fix padding issue in Edit Nickname screen ( #14842 )
...
Co-authored-by: David Walsh <davidwalsh83@gmail.com>
2 years ago
Zachary Belford
d882835cae
Added PR feedback changes
2 years ago
Zachary Belford
8b09f84502
Linting fixups
2 years ago
Zachary Belford
93ee67eb01
Update pr based on review feedback
2 years ago
Zachary Belford
0f7bb16b9b
Update ui/pages/settings/settings.component.js
...
Remove the extra route
Co-authored-by: Ariella Vu <20778143+digiwand@users.noreply.github.com>
2 years ago
Zachary Belford
5e049aabff
Remove junk from previous ticket
2 years ago
Zachary Belford
9c8b22a20b
Changed to address to optional for TransactionDecoding component
2 years ago
Zachary Belford
c2d5bd01c4
Changed networks tab to explicitly pass in false and fix implicit type casting
2 years ago
Zachary Belford
b76943ea18
Changed custom nonce min to a number from a string
2 years ago
Zachary Belford
9ec652d0da
Changed transaction decoding component to put keys on data items
2 years ago
Zachary Belford
29d87343fa
Changed update nickname popover to remove proptype errors
2 years ago
Zachary Belford
3665c3718d
Changed seedPhraseBackedUp to always a boolean
2 years ago
Zachary Belford
5c93ca44da
Changed asset option prop type requirements
2 years ago