Dan J Miller
ba11a4b5ad
Ensure network info popup only displays on networks where the user has no balances ( #15821 )
2 years ago
David Walsh
d0adb5f697
Update MV3 CSP to fix build ( #15833 )
2 years ago
Alex Donesky
0026966c9e
Skip searching 4byte directory if we don't have a full 4 bytes of data ( #15473 )
...
* skip searching 4byte directory if we don't have a full 4bytes of data
* address feedback
* lint
2 years ago
ryanml
7b04bf8b47
Adding Sepolia as a default test network ( #15787 )
2 years ago
PeterYinusa
eb176c721b
Case insensitive modifier for Firefox ( #15831 )
...
JSON.parse: unexpected character at line 1 column 1 of the JSON data
JSON.parse: unexpected end of data at line 1 column 1 of the JSON data
2 years ago
Dan J Miller
e5da67515c
Ensure network info popup only displays on networks where the user has no balances ( #15821 )
2 years ago
Dan J Miller
17855b5df8
Ensure chainId is defined in validateRecipientUserInput in send-duck ( #15822 )
2 years ago
Dan J Miller
b359844dc5
Ensure that 'tokens found in this account' message is only shown when token detection activated ( #15823 )
2 years ago
Dan J Miller
ba3a584d7f
Move updateBackgroundConnection call in ui/index.js to before the action calls ( #15826 )
2 years ago
Dan J Miller
487440f93d
Hide DetectedTokenAggregators if token.aggregators lists are empty ( #15824 )
2 years ago
Dan J Miller
fc65ca63af
Ensure approval warning for setApprovalForAll is not shown when revoking ( #15806 )
...
Co-authored-by: ryanml <ryanlanese@gmail.com>
2 years ago
Brad Decker
c87980bbfe
migrate network constants to typescript ( #15610 )
2 years ago
seaona
506d1e74e5
[e2e] Refactor send-hex-address spec using Ganache seeder ( #15604 )
...
* Send Hex Address Ganache refactor
* Added explanatory comment
2 years ago
Dan J Miller
527f56fa5f
Properly handle JSON errors when restoring data in advanced settings ( #15815 )
2 years ago
Dan J Miller
0b9424acc1
Properly handle JSON errors when restoring data in advanced settings ( #15815 )
2 years ago
Ariella Vu
d3c7b9fb32
MV3: contentscript.js - re-activate streams when Service Worker terminates and then resets ( #15494 )
...
* contentscript: reactivate streams pt.1
* contentscript: reactivate streams pt. 2
* scripts/inpage.js: use const
* clean: rm unused @param
* contentscript: reactivate streams pt. 3
- reorganize functions
* resetSteamAndListeners -> resetStreamAndListeners
* contentscript: skip Legacy Provider while WIP
* contentscript: rm comment sentence
* initPageStreams -> initStreams
* setupPageStreams -> setupStreams
* contentscript: only destroy extension streams WIP
* remove pageMuxChannel listeners (It works!)
- credits to @gudhatt for this missing piece
Co-authored-by: Mark Stacey <markjstacey@gmail.com>
* contentscript: cleanup
* contentscript: support legacy streams
w/ service workers
* contentscript: support phishing streams
w/ service workers
* contentscript: muxChannel -> channel
* contentscript: phishingExension -> phishingExt
* contentscript: add section comments
* contentscript: revert condensing comment
* contentscript: pagePhishing -> phishingPage
* contentscript: update comments
* contentscript: fix phishingExtPort
* contentscript: stream -> streams
* contentscript: update SW keep alive logic
should only keep alive when dapp is open / contentscript page
* rm console.log
Co-authored-by: Mark Stacey <markjstacey@gmail.com>
Co-authored-by: Jyoti Puri <jyotipuri@gmail.com>
2 years ago
Olusegun Akintayo
453340d12a
Show 3box deprecation message in whats new ( #15763 )
...
* Show 3box deprecation message in whats new
Signed-off-by: Akintayo A. Olusegun <akintayo.segun@gmail.com>
* Add . after message
Signed-off-by: Akintayo A. Olusegun <akintayo.segun@gmail.com>
* Change deprecation notification message and remove date
Signed-off-by: Akintayo A. Olusegun <akintayo.segun@gmail.com>
Signed-off-by: Akintayo A. Olusegun <akintayo.segun@gmail.com>
2 years ago
dependabot[bot]
8391949977
Bump @metamask/auto-changelog from 2.6.0 to 2.6.1 ( #15001 )
...
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Brad Decker <bhdecker84@gmail.com>
2 years ago
Ariella Vu
99761b59dc
MV3: Migrate permissions ( #15777 )
...
* MV3: migrate host_permissions
* MV3: alphabetize permissions
* rm superfluous permissions
2 years ago
Ariella Vu
93c609b117
Update reset.scss to revive <b> element font-weight ( #15784 )
...
* reset.scss: add comment
* reset.scss: revive <b> element font-weight
* scss: rm unused b {} style
* scss: rm .text b style
Co-authored-by: ryanml <ryanlanese@gmail.com>
2 years ago
seaona
d322c89bb2
Updating Chromedriver to the last version ( #15798 )
...
* Updating Chromedriver to the last version
* Update Chrome version to last stable v105
2 years ago
Dan J Miller
a1673af673
Update whats new dates ( #15804 )
...
Co-authored-by: ryanml <ryanlanese@gmail.com>
2 years ago
Dan J Miller
a08de88d6a
Update whats new dates ( #15804 )
...
Co-authored-by: ryanml <ryanlanese@gmail.com>
2 years ago
Dan J Miller
e6f23e9dda
Update token detection whats new message: token detection is off by default ( #15807 )
...
Co-authored-by: ryanml <ryanlanese@gmail.com>
2 years ago
Dan J Miller
4483ed5b7e
Update token detection whats new message: token detection is off by default ( #15807 )
...
Co-authored-by: ryanml <ryanlanese@gmail.com>
2 years ago
Matthew Epps
dcfe80c255
Add entry point for metalabs dapp into metamask home page ( #15407 )
...
Co-authored-by: Dan Miller <danjm.com@gmail.com>
2 years ago
Jyoti Puri
0b1744d4eb
Make createSpeedUpTransaction action idempotent ( #15688 )
2 years ago
Frederik Bolding
6cd18ea62b
[FLASK] Fix crash when uninstalling snap ( #15799 )
...
* Fix crash when uninstalling snap
* Run lint
2 years ago
Mark Stacey
ea947ed1a4
Resolve inconsistency between browsers ( #15800 )
...
Resolve an inconsistency between Chrome and Firefox with how the
contentscript runs in an iframe.
This should have no user-facing impact, it's just meant as a safeguard
in case something unintentionally gets included in the contentscript.
2 years ago
amerkadicE
7aa2a8a983
Replace web3js package with ethersjs package ( #15386 )
...
Co-authored-by: Alex Donesky <adonesky@gmail.com>
2 years ago
Frederik Bolding
398b93cf51
[FLASK] Fix crash with certain permissions on the snap settings page ( #15797 )
2 years ago
Taylor Monahan
9529462740
fix issue where signing a message sometimes doesn't allow you to scroll to the bottom ( #15788 )
...
* fix issue wherein signing a message sometimes doesn't allow you to scroll all the way to the bottom
done in a way to make it as mergeable as possible
* Fixing length-zero-no-unit lint issue
Co-authored-by: ryanml <ryanlanese@gmail.com>
2 years ago
Taylor Monahan
45916b9624
fix issue where signing a message sometimes doesn't allow you to scroll to the bottom ( #15788 )
...
* fix issue wherein signing a message sometimes doesn't allow you to scroll all the way to the bottom
done in a way to make it as mergeable as possible
* Fixing length-zero-no-unit lint issue
Co-authored-by: ryanml <ryanlanese@gmail.com>
2 years ago
George Marshall
e7c72bc96f
Fixing lint issues ( #15782 )
2 years ago
Adnan Sahovic
64391d346e
warning for deprecated Rinkeby, Ropsten and Kovan test networks ( #15725 )
...
* warning for deprecated Rinkeby, Ropsten and Kovan test networks
* modified DeprecatedTestNetworks function
* added getCompletedOnboarding
* removed warning message from MetaMask Notification page
* updated deprecatedTestNetworksMsg
2 years ago
Daniel
34e2faaf49
Replace Rinkeby with Goerli for dev testing ( #15781 )
2 years ago
David Walsh
e8232aa714
Only render tooltip component if swap network is disabled ( #15733 )
2 years ago
seaona
9cf401bb92
Expand error details before taking screenshot ( #15779 )
2 years ago
Jyoti Puri
216f76646e
Make cancel transaction idempotent ( #15675 )
2 years ago
ryanml
82cf63fcf4
Ensuring Blockies Icon is used in nickname popup when enabled ( #15768 )
2 years ago
Thomas Huang
c2218ad941
Continue rm enzyme, unit tests. ( #15730 )
...
* Convert Confirm Page Container test to tlr.
Add test ids to associated components.
* Convert Welcome component to tlr.
* Update ui/pages/first-time-flow/welcome/welcome.test.js
Co-authored-by: Ariella Vu <20778143+digiwand@users.noreply.github.com>
* Update ui/components/app/confirm-page-container/confirm-page-container-container.test.js
Co-authored-by: Ariella Vu <20778143+digiwand@users.noreply.github.com>
* Remove unsused, commented out, lines
Co-authored-by: Ariella Vu <20778143+digiwand@users.noreply.github.com>
2 years ago
omahs
f94bc074b8
Fix: french typos ( #15735 )
2 years ago
Daniel
fe10c35464
Preserve search query for "Swap from" and "Swap to" form fields, update content ( #15758 )
2 years ago
Adnan Sahovic
2dbabac599
warning for deprecated Rinkeby, Ropsten and Kovan test networks ( #15725 )
...
* warning for deprecated Rinkeby, Ropsten and Kovan test networks
* modified DeprecatedTestNetworks function
* added getCompletedOnboarding
* removed warning message from MetaMask Notification page
* updated deprecatedTestNetworksMsg
2 years ago
Ariella Vu
a7ff6593a9
ConfirmPage: update setApprovalForAll dialog copy ( #15744 )
...
* ConfirmPage: update setApprovalForAll copy
* ConfirmPage: add TODO issue link
2 years ago
Nidhi Kumari
838cd5b38c
converted Jazzicon component to functional component and added story ( #15638 )
...
* converted jazzicon component to functional and added story
* removed console statement
* updated appendChild with dangerouslySetInnerHtml
* added propType description
* replaced dangerouslySetHTML with appendChild
* updated useEffect to useCleanup
2 years ago
George Marshall
c825a481c5
Adding custom component props to FormField component ( #15679 )
...
* adding custom component props to form-field component
* replacing ternary operater with binary logical OR
* Removing label from wrapping all form-field elements
* Adding wrapping label back but providing overriding props as well as updating default props
2 years ago
gzeon
527fbe0c70
Update Arbitrum symbol ( #15747 )
2 years ago
George Marshall
100fbbfaca
Upgrading storybook from 6.3 to 6.5 fixing shell-quote vulnerability ( #15684 )
...
* Updating storybook from 6.3 to 6.5
* Some lavamoat policy overrides for eslint
2 years ago
David Walsh
4de0f86a15
Fix storybook by shimming MV3 method ( #15749 )
2 years ago