Niranjana Binoy
b42e1f75fa
Include transactions from all networks in state logs ( #13599 )
3 years ago
ryanml
2ad0b85cb1
Untranslated string fix ( #13615 )
3 years ago
Dan Finlay
f4a25cb153
Correct connection language ( #13605 )
...
* Correct connection language
Fixes #13604
Does not initiate transactions, but suggests them.
* Update app/_locales/en/messages.json
3 years ago
Dan Finlay
c01c312d5d
Correct connection language ( #13605 )
...
* Correct connection language
Fixes #13604
Does not initiate transactions, but suggests them.
* Update app/_locales/en/messages.json
3 years ago
Jyoti Puri
e49430f3d9
Fixes in EIP-1559 V2 implementation ( #13574 )
...
* Fixes in EIP-1559 V2 implementation
* Adding check for transaction.id in useTransactionEventFragment hook
* Update ui/components/app/advanced-gas-fee-popover/advanced-gas-fee-gas-limit/advanced-gas-fee-gas-limit.js
Co-authored-by: Alex Donesky <adonesky@gmail.com>
* fix
* fix
* fix
* fix
* fix
* fix build
Co-authored-by: Dan J Miller <danjm.com@gmail.com>
Co-authored-by: Alex Donesky <adonesky@gmail.com>
3 years ago
Jyoti Puri
eb39290dcd
Fixes in EIP-1559 V2 implementation ( #13574 )
...
* Fixes in EIP-1559 V2 implementation
* Adding check for transaction.id in useTransactionEventFragment hook
* Update ui/components/app/advanced-gas-fee-popover/advanced-gas-fee-gas-limit/advanced-gas-fee-gas-limit.js
Co-authored-by: Alex Donesky <adonesky@gmail.com>
* fix
* fix
* fix
* fix
* fix
* fix build
Co-authored-by: Dan J Miller <danjm.com@gmail.com>
Co-authored-by: Alex Donesky <adonesky@gmail.com>
3 years ago
Niranjana Binoy
64706c5021
Updating the direct deposit messages to native currency ( #13576 )
3 years ago
Alex Donesky
7223d4cd2c
fix opensea/autodetect setting dependency relation ( #13575 )
3 years ago
Niranjana Binoy
59b0ae4b40
Updating the direct deposit messages to native currency ( #13576 )
3 years ago
Daniel
0dcc8d050f
Resolve a BigNumber issue ( #13555 )
...
* Do not call `decimalToHex` for `minimumGasLimit`, which is already in hex
* Add `0x` prefix when returning a gas estimate
* Fix UTs
Co-authored-by: Dan J Miller <danjm.com@gmail.com>
3 years ago
Daniel
8166d50578
Resolve a BigNumber issue ( #13555 )
...
* Do not call `decimalToHex` for `minimumGasLimit`, which is already in hex
* Add `0x` prefix when returning a gas estimate
* Fix UTs
Co-authored-by: Dan J Miller <danjm.com@gmail.com>
3 years ago
dragana8
47e2e37712
Setting search feature - Setting component UI updates #12761 ( #12920 )
...
* updated settings page
removed unused messages
fixed width
moved icons into one folder
review comments update
removed unused strings
renamed components
removed class
added prop
updated e2e test
e2e
extracted icons
* locales fix
* update
* margin-inline
3 years ago
Dan J Miller
5bc4287f65
captureKeyringTypesWithMissingIdentities() when 'Missing identity for address' in permissions/specifications ( #13521 )
...
* captureKeyringTypesWithMissingIdentities() when 'Missing identity for address' in permissions/specifications
* Fix unit tests
3 years ago
Dan J Miller
007bc6fcba
Replace use of .flat with _.flatten, to accomodate chrome < 69 ( #13520 )
3 years ago
Daniel
9731e5fbeb
Handle a negative gas fee ( #13511 )
3 years ago
Dan J Miller
0a4432513d
captureKeyringTypesWithMissingIdentities() when 'Missing identity for address' in permissions/specifications ( #13521 )
...
* captureKeyringTypesWithMissingIdentities() when 'Missing identity for address' in permissions/specifications
* Fix unit tests
3 years ago
MetaMask Bot
1e7aab349b
New Crowdin translations by Github Action ( #13514 )
...
Co-authored-by: metamaskbot <metamaskbot@users.noreply.github.com>
3 years ago
Dan J Miller
8ad85e6413
Replace use of .flat with _.flatten, to accomodate chrome < 69 ( #13520 )
3 years ago
Daniel
1297761de7
Handle a negative gas fee ( #13511 )
3 years ago
Alex Donesky
48cc9d5ad3
Add currency symbol validation in the add network form ( #12431 )
...
* validate ticker symbol in add/edit network form
3 years ago
Mark Stacey
429451de23
Extract "create vault" form to separate component ( #13461 )
...
The form used for creating a vault on the "Import" page of onboarding
and on the "Restore vault" page is nearly identical, yet the
implementation is totally separate. It has now been extracted to a
separate component, consolidating the two implementations.
There is a "terms of use" checkbox on the import page that isn't on the
restore vault page, so that part has been made optional. The "submit"
button text differs between the two uses as well, so that is
customizable.
There are slight styling differences between the old and new versions
of this form. The fonts and spacing are all using our new standard
design system guidelines, and we're using our standard checkbox now as
well. The spacing and font sizes were chosen somewhat arbitrarily by me
to resemble the old styles, so please feel free to suggest changes if
you think they can be improved upon.
There are some slight copy changes to the "Restore vault" page as well;
the placeholder text and the label for the "Secret Recovery Phrase"
field now matches the "Import" page copy.
3 years ago
Leandro Lima
2e38eeb55f
Adding Brazilian Portuguese translation ( #13470 )
...
* Adding Brazilian Portuguese translation
* fixing lint
3 years ago
Jyoti Puri
cc1861a34e
Adding metrics events for EIP-1559 V2 flow ( #13329 )
3 years ago
Ariella Vu
a5b114c4f9
Use ActionableMessage for ConfirmAddSuggestionToken warnings ( #13402 )
...
* ConfirmAddSuggestedToken: update duplicate logic
* ConfirmAddSuggestedToken: update duplicate fn names
* ConfirmAddSuggestedToken: add ActionableMessage
- fixes #13347
* base-styles.scss: deprecate .warning
* ConfirmAddSuggestedTokens: update @param desc
Co-authored-by: Alex Donesky <adonesky@gmail.com>
* ConfirmAddSuggestedTokens: update @param desc
Co-authored-by: Alex Donesky <adonesky@gmail.com>
* ConfirmAddSuggestedTokens: update @param desc
Co-authored-by: Alex Donesky <adonesky@gmail.com>
* ConfirmAddSuggestedTokens: update @param desc
Co-authored-by: Alex Donesky <adonesky@gmail.com>
* ConfirmAddSuggestedToken: clean JSDoc comments
- following GitHub suggestion commits
* ConfirmAddSuggestedToken: warning Learn More btn
* add zendesk-url constants
- use for ConfirmAddSuggestedToken & ImportToken pages
* storybook: add ConfirmAddSuggestedToken controls
* stories: add ConfirmAddSuggestedTokens states
* stories: rm unused args ConfirmAddSuggestedToken
* rn ZENDESK_URL -> ZENDESK_URLS
* AddSuggestedToken: check case-insensitive symbols
Co-authored-by: Alex Donesky <adonesky@gmail.com>
3 years ago
Alex Donesky
dc217dd536
Yet more NFT UX cleanups ( #13435 )
...
* yet more nft ux cleanups
3 years ago
Jyoti Puri
41df6eac1c
Capturing default gas estimates in txMeta and passing it to metrics ( #13385 )
3 years ago
Jyoti Puri
11c61a3ead
EIP-1559 V2 UI/UX improvements ( #13419 )
3 years ago
Shane
3772dfee11
Added `subjectType` to `setupProviderConnection` and `setupUntrustedCommunication` ( #13437 )
...
These changes were split off from the snaps branch [here](https://github.com/MetaMask/metamask-extension/pull/11837#discussion_r792942834 ).
The `subjectType` is necessary to handle connecting to snaps using these methods.
3 years ago
yanjade
3eb99babf2
batch fix misspelling ( #13449 )
3 years ago
David Walsh
851fce9a3b
Enable buying MATIC on Polygon, BNB on BSC, AVAX on Avalanche, FTM on Fantom, CELO on Celo, and respective stablecoins on Transak ( #13398 )
3 years ago
ryanml
a365c3b647
Revert "Revert "New Crowdin translations by Github Action ( #13206 )""
...
This reverts commit 27fc56e522
.
3 years ago
Alex Donesky
be65eb7339
More nft ux fixes ( #13388 )
...
* a batch of nft ux fixes
3 years ago
ryanml
27fc56e522
Revert "New Crowdin translations by Github Action ( #13206 )"
...
This reverts commit 49343d08c1
.
3 years ago
Jyoti Puri
eb39c51ede
Using new graph images for edit gas fee popover ( #13382 )
3 years ago
Ersan YAKIT
c366dd67b0
Update phishing.html ( #13323 )
3 years ago
oliver renwick
cb28ecad54
SRP copy-paste language ( #12012 )
...
Co-authored-by: Elliot Winkler <elliot.winkler@gmail.com>
3 years ago
Jyoti Puri
119e5497ff
UI fixes in EIP-1559 V2 screens ( #13367 )
3 years ago
VSaric
5579061cfa
Proper calculation of the gas limit ( #12784 )
3 years ago
Tim Bansemer
f631684fdd
Add German subtitles for SRP Video ( #13368 )
3 years ago
Alex Donesky
db0230f23a
NFT UX cleanup grab-bag ( #13352 )
...
* NFT UX cleanup
3 years ago
PeterYinusa
e2a8886a05
Upgrade ganache - continued ( #13354 )
...
* remove ganache-core
* use ganache v7
* convert to hex
* lint
3 years ago
Brad Decker
c58cc631c7
implement event fragments for tx controller ( #13331 )
3 years ago
Alex Donesky
f087e501a1
Add modal with directions to re-add token as NFT ( #13291 )
...
* Add modal pop for NFTs previously added as tokens - with directions to re-add as NFTs
3 years ago
Alex Donesky
f7849a0b7c
Add error that redirects users to Import NFT page when they attempt to add an NFT on the Import Token page ( #13271 )
...
* Add error that redirects users to Import NFT page when they attempt to add an NFT on the Import Token page
3 years ago
Erik Marks
955855b7d9
Fix manually connecting sites ( #13320 )
3 years ago
Niranjana Binoy
1f02a1c12f
V10.9.0: Mainnet should have a capital `M` in the import token warning message ( #13310 )
3 years ago
Mark Stacey
0d2bc56e5e
Remove unused localized messages ( #13272 )
...
These messages were removed from the `en` locale in #13244 , but they
were not deleted because that branch was not up-to-date when it was
merged, and the translations were recent additions (#13206 )
3 years ago
Erik Marks
a5873eb7ff
Fix manually connecting sites ( #13320 )
3 years ago
Niranjana Binoy
b5973b46e0
V10.9.0: Mainnet should have a capital `M` in the import token warning message ( #13310 )
3 years ago
Brad Decker
dffad6e35d
use object.values to get array for iteration ( #13300 )
3 years ago