Dan Miller
517daba1af
Revert "Revert "lint fix""
...
This reverts commit 02b442aace
.
3 years ago
Dan Miller
ad7b4595ce
Revert "Revert "Adding "What's New" notification for Ledger Support Update ( #11188 )""
...
This reverts commit 7365f87f9e
.
3 years ago
Dan Miller
c68a858688
Revert "Revert "Disable Ledger Live toggle for Firefox users ( #11169 )""
...
This reverts commit 6e0da428ac
.
3 years ago
Dan Miller
e3ed26cc24
Revert "Revert "Implement Ledger Live bridge ( #10293 )""
...
This reverts commit 56db48a1c3
.
3 years ago
Dan J Miller
96ab804193
Merge pull request #11209 from MetaMask/Version-v9.5.7
...
Version v9.5.7
3 years ago
Dan J Miller
36ac2a92fd
Update CHANGELOG.md
...
Co-authored-by: Mark Stacey <markjstacey@gmail.com>
3 years ago
Dan Miller
b1ce4022dc
Version v9.5.7
3 years ago
Dan Miller
56db48a1c3
Revert "Implement Ledger Live bridge ( #10293 )"
...
This reverts commit 397417bf09
.
3 years ago
Dan Miller
6e0da428ac
Revert "Disable Ledger Live toggle for Firefox users ( #11169 )"
...
This reverts commit dec34fa4c6
.
3 years ago
Dan Miller
7365f87f9e
Revert "Adding "What's New" notification for Ledger Support Update ( #11188 )"
...
This reverts commit 939a34f16c
.
3 years ago
Dan Miller
02b442aace
Revert "lint fix"
...
This reverts commit 6dfab2e3c6
.
3 years ago
ryanml
6d1fcaaa66
Merge pull request #11190 from MetaMask/Version-v9.5.6
...
Version v9.5.6 RC
3 years ago
ryanml
a3501f2b48
[skip e2e] Update changelog for 9.5.6 ( #11192 )
3 years ago
ryanml
6dfab2e3c6
lint fix
3 years ago
MetaMask Bot
0d8b5f00d2
Version v9.5.6
3 years ago
ryanml
939a34f16c
Adding "What's New" notification for Ledger Support Update ( #11188 )
...
* Adding "What's New" notification for Ledger Support Update
* Using Typography component
3 years ago
David Walsh
dec34fa4c6
Disable Ledger Live toggle for Firefox users ( #11169 )
3 years ago
David Walsh
397417bf09
Implement Ledger Live bridge ( #10293 )
3 years ago
ryanml
d73a93a6da
Merge pull request #11171 from MetaMask/Version-v9.5.5
...
Version v9.5.5 RC
3 years ago
ryanml
5364e417a3
lint fix
3 years ago
ryanml
a79c6c4bbb
[skip e2e] Update changelog for v9.5.5 ( #11173 )
3 years ago
ryanml
28315d64f5
Upgrading dns-packet to ^5.2.2 to resolve vulnerability ( #11172 )
3 years ago
MetaMask Bot
143a47ed09
Version v9.5.5
3 years ago
Dan J Miller
452a5e7de6
Add stringified payload to metametrics controller trackEvent error message ( #11166 )
...
* Add stringified payload to metametrics controller trackEvent error message
* Don't include full payload when throwing error on missing event or category in trackEvent
3 years ago
Dan J Miller
a137cd1aca
Add event property to event sent on tx:status-update in metamask-controller ( #11165 )
3 years ago
Brad Decker
b9372ba50a
implement safer to buffer ( #11159 )
3 years ago
Mark Stacey
e7f8732c23
Merge pull request #11156 from MetaMask/Version-v9.5.4
...
Version v9.5.4 RC
4 years ago
Mark Stacey
a0b3f78d33
Update v9.5.4 changelog ( #11157 )
...
The changelog has been updated to categorize the single commit, and
improve the description.
4 years ago
MetaMask Bot
00f141ff9c
Version v9.5.4
4 years ago
Dan J Miller
4fdd97b12b
Capture exception instead of throw error in useTransactionDisplayData ( #11153 )
4 years ago
Mark Stacey
38e8cc8303
Merge pull request #11120 from MetaMask/Version-v9.5.3
...
Version v9.5.3 RC
4 years ago
ryanml
d8aa10fd61
Update changelog for v9.5.3 ( #11121 )
...
* Version v9.5.3
* [skip e2e] Update changelog for v9.5.3
Co-authored-by: MetaMask Bot <metamaskbot@users.noreply.github.com>
4 years ago
MetaMask Bot
fb81255f7e
Version v9.5.3
4 years ago
ryanml
947cf9eb1f
Updating util import paths for master
4 years ago
Brad Decker
03961715f7
use safer toChecksum utility ( #11117 )
4 years ago
Brad Decker
001a01e5b2
Migration to remove erroneous tx state ( #11107 )
4 years ago
Dan J Miller
c3b99a5921
Throw error if transaction type is not recognized by useTransactionDisplay data ( #11104 )
4 years ago
Brad Decker
0841ba7054
fix splitting of transaction nonce groups in state ( #11103 )
...
Co-authored-by: Mark Stacey <markjstacey@gmail.com>
4 years ago
Dan J Miller
99608edc00
Improve type checking and handle incorrect category in transaction-icon component ( #11101 )
...
* Improve type checking and handle incorrect category in transaction-icon component
* Capture exception for sentry when transaction icon is passed an unrequired category
* Rename ui/components/app/transaction-icon/index.scss -> ui/components/app/transaction-icon/transaction-icon.scss
4 years ago
Brad Decker
8254213b9c
create safer isValidAddress method ( #11089 )
4 years ago
David Walsh
761288b18f
Group signature transactions ( #11016 )
4 years ago
David Walsh
3dc3d4d651
Prevent an undefined gas price from breaking the transaction list ( #11015 )
4 years ago
Thomas Huang
55e400df51
Merge pull request #11073 from MetaMask/Version-v9.5.2
...
Version v9.5.2 RC
4 years ago
ryanml
6bd303fa65
[skip e2e] Update changelog for v9.5.2 ( #11074 )
4 years ago
ryanml
1170a250fa
icon-factory.js lint fix
4 years ago
MetaMask Bot
1bf11afd55
Version v9.5.2
4 years ago
Thomas Huang
42a72aa352
Add isHex check for addresses supplied to icons ( #11071 )
4 years ago
Shane
d53bb61d47
return early from metaRPCHandler if stream has ended ( #11065 )
...
* return early from metaRPCHandler if stream has ended
* add write after end guard to handleUpdate
4 years ago
ryanml
9cbb37b4ba
Merge pull request #11052 from MetaMask/Version-v9.5.1
...
Version v9.5.1 RC
4 years ago
ryanml
64c25c1921
[skip e2e] Update changelog for v9.5.1 ( #11053 )
4 years ago