1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-23 11:46:13 +02:00
metamask-extension/ui/components/app
MetaMask Bot 31d5c1cf22
Version v10.18.4 RC (#15643)
* Version v10.18.4

* Fix default currency symbol for `wallet_addEthereumChain` + improve warnings for data that doesn't match our validation expectations (#15201)

* set more appropriate default for ticker symbol when wallet_addEthereumChain is called

* throw error to dapp when site suggests network with same chainId but different ticker symbol from already added network, instead of showing error and disabled notification to user

* Fix Provider Tracking Metrics (#15082)

* fix filetype audit (#15334)

* Remove decentralized 4byte function signature registry since it contains incorrect signatures and we can't algorithmically check for best option when 4byte.directory is down (#15300)

* remove decentralized 4byte function signature registry since it is griefed and we can't algorithmically check for best option when 4byte is down

* add migration

* remove nock of on chain registry call in getMethodDataAsync test

* remove audit exclusion (#15346)

* Updates `eth-lattice-keyring` to v0.10.0 (#15261)

This is mainly associated with an update in GridPlus SDK and enables
better strategies for fetching calldata decoder data.
`eth-lattice-keyring` changes:
GridPlus/eth-lattice-keyring@v0.7.3...v0.10.0
`gridplus-sdk` changes (which includes a codebase rewrite):
GridPlus/gridplus-sdk@v1.2.3...v2.2.2

* 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

* Stop injecting provider on docs.google.com (#15459)

* Fix setting of gasPrice when on non-eip 1559 networks (#15628)

* Fix setting of gasPrice when on non-eip 1559 networks

* Fix unit tests

* Fix logic

* Update ui/ducks/send/send.test.js

Co-authored-by: Mark Stacey <markjstacey@gmail.com>

Co-authored-by: Mark Stacey <markjstacey@gmail.com>

* [GridPlus] Bumps `eth-lattice-keyring` to v0.11.0 (#15490)

* [GridPlus] Bumps `gridplus-sdk` to v2.2.4 (#15561)

* remove exclusions for mismatched object jsdoc type casing (#15351)

* Improve `tokenId` parsing and clean up `useAssetDetails` hook (#15304)

* Fix state creation in setupSentryGetStateGlobal (#15635)

* filter breadcrumbs for improved clarity while debugging sentry errors (#15639)

* Update v10.18.4 changelog (#15645)

* Auto generated changelog

* Update 10.18.4 changelog

* Run lavamoat:auto

* Call metrics event for wallet type selection at the right time (#15591)

* Fix Sentry in LavaMoat contexts (#15672)

Our Sentry setup relies upon application state, but it wasn't able to
access it in LavaMoat builds because it's running in a separate
Compartment.

A patch has been introduced to the LavaMoat runtime to allow the root
Compartment to mutate the `rootGlobals` object, which is accessible
from outside the compartment as well. This lets us expose application
state to our Sentry integration.

* Fix Sentry deduplication of events that were never sent (#15677)

The Sentry `Dedupe` integration has been filtering out our events, even
when they were never sent due to our `beforeSend` handler. It was
wrongly identifying them as duplicates because it has no knowledge of
`beforeSend` or whether they were actually sent or not.

To resolve this, the filtering we were doing in `beforeSend` has been
moved to a Sentry integration. This integration is installed ahead of
the `Dedupe` integration, so `Dedupe` should never find out about any
events that we filter out, and thus will never consider them as sent
when they were not.

* Replace `lavamoat-runtime.js` patch (#15682)

A patch made in #15672 was found to be unnecessary. Instead of setting
a `rootGlobals` object upon construction of the root compartment, we
are now creating a `sentryHooks` object in the initial top-level
compartment. I hadn't realized at the time that the root compartment
would inherit all properties of the initial compartment `globalThis`.

This accomplishes the same goals as #15672 except without needing a
patch.

* Update v10.18.4 changelog

* Fix lint issues

* Update yarn.lock

* Update `depcheck` to latest version (#15690)

`depcheck` has been updated to the latest version. This version pins
`@babel/parser` to v7.16.4 because of unresolved bugs in v7.16.5 that
result in `depcheck` failing to parse TypeScript files correctly.

We had a Yarn resolution in place to ensure `@babel/parser@7.16.4` was
being used already. That resolution is no longer needed so it has been
removed. This should resove the issue the dev team has been seeing
lately where `yarn` and `yarn-deduplicate` disagree about the state the
lockfile should be in.

* Update yarn.lock

* Update LavaMoat policy

* deduplicate

* Update LavaMoat build policy

Co-authored-by: MetaMask Bot <metamaskbot@users.noreply.github.com>
Co-authored-by: Alex Donesky <adonesky@gmail.com>
Co-authored-by: Brad Decker <bhdecker84@gmail.com>
Co-authored-by: Alex Miller <asmiller1989@gmail.com>
Co-authored-by: Filip Sekulic <filip.sekulic@consensys.net>
Co-authored-by: Erik Marks <25517051+rekmarks@users.noreply.github.com>
Co-authored-by: Dan J Miller <danjm.com@gmail.com>
Co-authored-by: Mark Stacey <markjstacey@gmail.com>
Co-authored-by: seaona <54408225+seaona@users.noreply.github.com>
Co-authored-by: seaona <mariona@gmx.es>
Co-authored-by: PeterYinusa <peter.yinusa@consensys.net>
2022-08-24 19:57:47 +01:00
..
account-list-item Fix account-list-item component for new Storybook format (#12893) 2021-12-07 09:45:04 -08:00
account-menu Move search icon and add to storybook (#14940) 2022-06-21 10:18:35 -05:00
add-network Adding popular custom network integration (#14557) 2022-06-30 13:49:07 -02:30
advanced-gas-controls Changed update nickname popover to remove proptype errors 2022-06-08 14:24:35 -07:00
advanced-gas-fee-popover Update design tokens library from 1.5 to 1.6 WIP (#14732) 2022-05-25 08:35:36 -07:00
alerts Dark Mode: Connected Account Alert (#14083) 2022-03-22 08:28:11 -07:00
app-header Make the accounts menu accessible (#14936) 2022-06-15 12:49:18 -05:00
app-loading-spinner swap hex colors in ui/components/app folder (#14189) 2022-03-25 08:32:36 -07:00
asset-list Ensure native asset icon does not display incorrectly when switching networks and balance is loading (#15116) 2022-07-01 10:38:42 -02:30
asset-list-item Remove global transaction state from send flow (#14777) 2022-07-01 08:58:35 -05:00
cancel-button UX Papercuts Epic: Create a consistent representation of the Buttons (#12096) 2021-10-05 15:20:42 -04:00
cancel-speedup-popover Fixing Speed up/Cancel information text (#14551) 2022-05-09 08:37:31 -07:00
collectible-default-image Add fallback image/card for NFTs when image was not fetched correctly or does not exist (#15034) 2022-06-30 08:46:38 -07:00
collectible-details Remove global transaction state from send flow (#14777) 2022-07-01 08:58:35 -05:00
collectible-options Dark Mode: Collectibles (#14060) 2022-03-21 08:29:56 -05:00
collectibles-detection-notice Adjusting the padding in Alert / error state (#13819) 2022-03-31 10:02:47 -04:00
collectibles-items Add fallback image/card for NFTs when image was not fetched correctly or does not exist (#15034) 2022-06-30 08:46:38 -07:00
collectibles-tab Adjusting the padding in Alert / error state (#13819) 2022-03-31 10:02:47 -04:00
confirm-page-container Add setApprovalForAll confirmation view (#15010) 2022-07-11 22:02:56 -02:30
connected-accounts-list Update design tokens library from 1.5 to 1.6 WIP (#14732) 2022-05-25 08:35:36 -07:00
connected-accounts-permissions Dark Mode : Fix connected account permission icon color (#14406) 2022-04-07 15:26:35 -05:00
connected-sites-list Enhance reusable SiteOrigin component (#14720) 2022-05-20 09:35:18 -05:00
connected-status-indicator Dark mode: colors obj UI, GREY, WHITE (#14118) 2022-03-22 12:44:01 -07:00
contact-list Use ternary conditionals instead of && (#12406) 2021-10-21 11:11:31 -05:00
create-new-vault MetaMetrics: Add EVENT.CATEGORIES const (#14474) 2022-04-22 13:09:10 -03:00
currency-input Fix switching between ETH and USD (#13827) 2022-06-06 08:11:14 -05:00
detected-token Unit test proptype (#14868) 2022-06-06 19:30:07 -07:00
dropdowns Adding popular custom network integration (#14557) 2022-06-30 13:49:07 -02:30
edit-gas-display fix EditGasDisplay (#13980) 2022-06-17 13:04:59 -05:00
edit-gas-display-education Dark Mode : Gas fee (#14005) 2022-03-18 19:43:10 -05:00
edit-gas-fee-button EditGasFeeBtn: Insufficient number of substitutions for key "dappSuggestedTooltip" (#14734) 2022-05-23 15:04:54 -05:00
edit-gas-fee-popover Fixing tooltip theming by enforcing default theme (#14992) 2022-06-21 09:50:44 -07:00
edit-gas-popover update gas fees (#13646) 2022-03-25 21:11:04 +04:00
flask Include snap version in pill (#14803) 2022-06-02 11:38:39 +02:00
gas-customization Update design tokens library from 1.5 to 1.6 WIP (#14732) 2022-05-25 08:35:36 -07:00
gas-details-item Changed networks tab to explicitly pass in false and fix implicit type casting 2022-06-08 14:24:36 -07:00
gas-timing Update design tokens library from 1.5 to 1.6 WIP (#14732) 2022-05-25 08:35:36 -07:00
hold-to-reveal-button Overall CSS #13441 (#13902) 2022-05-16 13:38:04 -05:00
home-notification Dark Mode: Home Notifications (#14095) 2022-03-22 12:46:15 -05:00
import-token-link Add New Tokens Found page (#14366) 2022-05-09 13:47:06 -04:00
info-box Dark Mode: Info Box (#14161) 2022-03-24 00:38:15 +01:00
ledger-instruction-field Updating alert text color (#14674) 2022-05-10 10:28:30 -07:00
loading-network-screen UX Papercuts Epic: Create a consistent representation of the Buttons (#12096) 2021-10-05 15:20:42 -04:00
menu-bar Version v10.18.4 RC (#15643) 2022-08-24 19:57:47 +01:00
metamask-template-renderer Adding popular custom network integration (#14557) 2022-06-30 13:49:07 -02:30
metamask-translation Add JSDoc ESLint rules (#12112) 2022-01-07 12:27:33 -03:30
modal Dark Mode: Modals (#14030) 2022-03-21 08:39:28 -05:00
modals Version v10.18.4 RC (#15643) 2022-08-24 19:57:47 +01:00
multilayer-fee-message Improvements for multi-layer fee UX (#13547) 2022-03-29 16:51:45 -02:30
multiple-notifications Dark mode: Updating all left over static hex values in scss (#14167) 2022-03-24 19:08:08 +01:00
network-display Fix/14856 network settings page (#14857) 2022-06-15 13:16:53 -07:00
permission-page-container MetaMetrics: Add EVENT.CATEGORIES const (#14474) 2022-04-22 13:09:10 -03:00
permissions-connect-footer Dark Mode : Permission flow (#14071) 2022-03-24 18:26:49 -05:00
permissions-connect-header Include snap version in pill (#14803) 2022-06-02 11:38:39 +02:00
permissions-connect-permission-list Update design tokens library from 1.5 to 1.6 WIP (#14732) 2022-05-25 08:35:36 -07:00
qr-hardware-popover fix animated qr in dark mode (#14900) 2022-06-13 16:07:51 -05:00
recovery-phrase-reminder Find and replace of all typography colors to design tokens (#13885) 2022-03-09 07:24:53 -08:00
selected-account Update design tokens library from 1.5 to 1.6 WIP (#14732) 2022-05-25 08:35:36 -07:00
signature-request Unit test proptype (#14868) 2022-06-06 19:30:07 -07:00
signature-request-original Enhance reusable SiteOrigin component (#14720) 2022-05-20 09:35:18 -05:00
srp-input Disable Seedphrase import button after switching seedphrase length (#15139) 2022-07-07 11:37:21 -04:00
step-progress-bar Overall CSS #13441 (#13902) 2022-05-16 13:38:04 -05:00
tab-bar fix design breaks on the Settings Navbar when Internationalization (#14012) 2022-06-03 12:33:59 -05:00
token-cell Update design tokens library from 1.5 to 1.6 WIP (#14732) 2022-05-25 08:35:36 -07:00
token-list Integrate TokensController (#11552) 2021-09-10 12:37:19 -05:00
token-list-display Feat/hide 0 balances (#13306) 2022-02-02 12:32:16 +01:00
transaction-activity-log Version v10.18.4 RC (#15643) 2022-08-24 19:57:47 +01:00
transaction-breakdown General backgrounds and borders design token updates (#13764) 2022-03-16 15:49:25 +01:00
transaction-decoding Changed to address to optional for TransactionDecoding component 2022-06-08 14:24:36 -07:00
transaction-detail Dark Mode: Substitute primary color usage (#14094) 2022-03-22 19:28:23 +01:00
transaction-detail-item Update design tokens library from 1.5 to 1.6 WIP (#14732) 2022-05-25 08:35:36 -07:00
transaction-icon Slight cleanup of constants/transactions, useTransactionDisplayData, and TransactionIcon (#14784) 2022-05-26 16:26:45 -05:00
transaction-list General backgrounds and borders design token updates (#13764) 2022-03-16 15:49:25 +01:00
transaction-list-item Version v10.18.4 RC (#15643) 2022-08-24 19:57:47 +01:00
transaction-list-item-details Version v10.18.4 RC (#15643) 2022-08-24 19:57:47 +01:00
transaction-status Update design tokens library from 1.5 to 1.6 WIP (#14732) 2022-05-25 08:35:36 -07:00
transaction-total-banner Find and replace of all typography colors to design tokens (#13885) 2022-03-09 07:24:53 -08:00
user-preferenced-currency-display Ensure smart contract interactions are properly represented on the confirm screen (#15446) 2022-08-03 19:51:44 -02:30
user-preferenced-currency-input Fix currency toggle (#13813) 2022-03-02 18:57:46 +01:00
user-preferenced-token-input remove the ui/app and ui/lib folders (#10911) 2021-04-28 14:53:59 -05:00
wallet-overview Update wallet-overview.js (#15125) 2022-07-01 12:35:40 -02:30
whats-new-popup Rename NotificationController to AnnouncementController (#14389) 2022-04-27 10:36:32 +02:00
app-components.scss Add fallback image/card for NFTs when image was not fetched correctly or does not exist (#15034) 2022-06-30 08:46:38 -07:00
menu-droppo.js Remove legacy node parent detection (#12814) 2021-12-10 13:17:18 -06:00