Whymarrh Whitby
650c84e5e2
Update CHANGELOG.md
2020-09-16 17:56:42 -02:30
Brad Decker
1123adcb1d
fix overflow issue on approval container ( #9415 )
2020-09-16 15:18:39 -05:00
Whymarrh Whitby
bffa035bc7
Add MetaMask Bot to the CLA allow list ( #9426 )
2020-09-16 17:42:16 -02:30
Whymarrh Whitby
0263ac3067
Use eth-phishing-detect@1.1.14 ( #9423 )
2020-09-16 17:24:08 -02:30
Whymarrh Whitby
c3ece93a43
Use @metamask/controllers@3.0.1 ( #9416 )
2020-09-16 17:24:08 -02:30
dependabot[bot]
7a9eee28a1
Bump node-fetch from 2.6.0 to 2.6.1 ( #9399 )
...
Bumps [node-fetch](https://github.com/bitinn/node-fetch ) from 2.6.0 to 2.6.1.
- [Release notes](https://github.com/bitinn/node-fetch/releases )
- [Changelog](https://github.com/node-fetch/node-fetch/blob/master/docs/CHANGELOG.md )
- [Commits](https://github.com/bitinn/node-fetch/compare/v2.6.0...v2.6.1 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-16 17:24:08 -02:30
Whymarrh Whitby
8443ee5416
Use bl@3.0.1, dedupe bl@1.x ( #9375 )
2020-09-16 17:24:08 -02:30
Whymarrh Whitby
7f4c84967a
Use bl@1.2.3 ( #9349 )
2020-09-16 17:24:08 -02:30
Whymarrh Whitby
93b9a01fd6
Version v8.0.10
2020-09-16 17:24:02 -02:30
Thomas Huang
6f0a16a0e8
Fix button with on Deposit Ether / Buy Screen ( #9424 )
2020-09-16 12:42:11 -07:00
Whymarrh Whitby
b83bca7223
Use eth-phishing-detect@1.1.14 ( #9423 )
2020-09-16 16:24:56 -02:30
Whymarrh Whitby
3b70cf64ec
Use @metamask/controllers@3.0.1 ( #9416 )
2020-09-16 14:34:28 -02:30
Pedro Pablo Aste Kompen
e205124db4
Update Wyre purchase URL ( #9414 )
2020-09-15 17:56:51 -02:30
Brad Decker
86adca8486
Fix dropshadow permissions page ( #9413 )
2020-09-15 15:20:58 -05:00
Brad Decker
c97493cc13
rename Ethereum Main Network -> Etherum Mainnet ( #9411 )
2020-09-15 14:34:16 -05:00
Brad Decker
0c2404c6d7
fix button spacing on activity list ( #9410 )
2020-09-15 14:33:49 -05:00
Brad Decker
22ee3695f5
fix tooltip issue on firefox ( #9409 )
2020-09-15 13:19:46 -05:00
Brad Decker
ed28591b62
fix link regression ( #9408 )
...
Co-authored-by: Erik Marks <25517051+rekmarks@users.noreply.github.com>
2020-09-15 13:03:05 -05:00
Dan J Miller
6b08ca428b
Fix left border of the first button in the gas price button group of the gas customization modal ( #9406 )
2020-09-15 12:52:39 -02:30
Whymarrh Whitby
34b3953815
Use eth-json-rpc-middleware@5.0.3 ( #9405 )
2020-09-14 19:17:29 -02:30
dependabot[bot]
b1665dedc6
Bump node-fetch from 2.6.0 to 2.6.1 ( #9399 )
...
Bumps [node-fetch](https://github.com/bitinn/node-fetch ) from 2.6.0 to 2.6.1.
- [Release notes](https://github.com/bitinn/node-fetch/releases )
- [Changelog](https://github.com/node-fetch/node-fetch/blob/master/docs/CHANGELOG.md )
- [Commits](https://github.com/bitinn/node-fetch/compare/v2.6.0...v2.6.1 )
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-09-14 15:45:42 -02:30
Whymarrh Whitby
cd7a3a687b
Update allow list for CLA, fix Dependabot ( #9400 )
...
This change updates the Dependabot name in the allow list of the CLA workflow.
2020-09-14 14:59:15 -02:30
Brad Decker
8b24f624dd
add segment implementation of metametrics ( #9382 )
...
Co-authored-by: Whymarrh Whitby <whymarrh.whitby@gmail.com>
Co-authored-by: Mark Stacey <markjstacey@gmail.com>
2020-09-14 12:04:05 -05:00
Mark Stacey
9391eac670
Update @metamask/eth-token-tracker
from v3.0.0
to v3.0.1
( #9398 )
...
`v3.0.1` of `@metamask/eth-token-tracker` fixes how token balances are
displayed when they are between 1 and 0.1. See here for more details:
https://github.com/MetaMask/eth-token-tracker/pull/47
2020-09-11 19:03:24 -03:00
Mark Stacey
ce66ddcf0d
Use prettier
for JSON linting ( #9396 )
...
Instead of using `eslint-plugin-json` for linting JSON files,
`prettier` is now used. `prettier` is capable of detecting and
correcting more problems than `eslint-plugin-json` can, such as
indentation.
All JSON files have been run through `prettier`. The changes are all
superficial.
2020-09-11 10:57:39 -03:00
Mark Stacey
feab36710d
Remove unused connections route ( #9394 )
...
This route was used for the "Connections" page in Settings, which was
removed in #7004
2020-09-11 09:32:54 -03:00
Kevin Holder
95acee95b5
nodeify removeFromAddressBook ( #9395 )
...
Right now when editing an address in "Settings > Contact", the contact
is lost after saving. This is because the code awaits
`removeFromAddressBook()` before creating the new contact but
`removeFromAddressBook()` never resolves. This change fixes this bug.
2020-09-11 09:58:51 -02:30
Whymarrh Whitby
1757c63473
Always use null Infura project ID in testing ( #9393 )
2020-09-10 15:52:50 -02:30
Mark Stacey
359cdf744e
Include replacement of Infura Project ID in setup ( #9390 )
...
The setup steps listed in the README now explicitly include replacing
the `INFURA_PROJECT_ID` value with your own personal project ID.
2020-09-10 14:29:32 -03:00
Whymarrh Whitby
b8938c9c7a
Move ESLint ignore patterns into config ( #9392 )
2020-09-10 14:35:29 -02:30
Whymarrh Whitby
f415fd91b5
Move stylelint ignore patterns into config ( #9391 )
2020-09-10 14:30:30 -02:30
Mark Stacey
7ba2310726
Update CLA bot ( #9389 )
...
The `cla-signature-bot` has been updated to `v3.0.1`. This update
includes a bug fix for PRs that have over 100 comments.
2020-09-10 13:35:03 -03:00
Whymarrh Whitby
e2dedaacdb
Use Infura v3 API ( #9368 )
...
* Use eth-json-rpc-infura@5.0.0
* Use Infura v3 API
* Add example .metamaskrc file
2020-09-10 13:46:00 -02:30
Mark Stacey
b80ab53396
Add radiogroup
ButtonGroup
variant ( #9383 )
...
Add a prop to the `ButtonGroup` component to make it act as a group of
radio buttons, rather than a group of regular buttons. These commits
were written by @danjm - I just pulled them into this branch.
2020-09-10 13:08:38 -03:00
Whymarrh Whitby
24f4973afc
Delete MISSION.md ( #9387 )
...
This file has been moved to our internal docs.
2020-09-10 13:36:11 -02:30
Whymarrh Whitby
bb9eb827d6
Delete USER_AGREEMENT.md ( #9386 )
...
This is on the website now: https://metamask.io/terms.html
2020-09-10 13:24:33 -02:30
matteopey
ee36073eb5
Update italian translation ( #9293 )
2020-09-10 09:53:38 -02:30
Erik Marks
eef4ec981f
Ensure token amounts are in fixed notation ( #9381 )
...
* Ensure token amounts are in fixed notation
2020-09-09 22:24:11 -07:00
Erik Marks
b349a5c8b1
Convert ConfirmTokenTransactionBase to functional component ( #9373 )
...
* Convert ConfirmTokenTransactionBase to functional component
Co-authored-by: Mark Stacey <markjstacey@gmail.com>
2020-09-09 22:00:04 -07:00
Brad Decker
380ed78a34
add external links to github issue routing ( #9351 )
2020-09-09 11:49:21 -05:00
Erik Marks
f02ba2d561
Ensure the extension can be unlocked without network access ( #9295 )
...
move checkForLatestBlock to separate catch block
add test case
remove duplicate checkForLatestBlock call
2020-09-08 22:29:24 -07:00
Erik Marks
707c7193e0
Ensure tokenAmount is always a string ( #9374 )
...
* Ensure tokenAmount is always a string
* roundExponential: add docstring, remove unnecessary cast
2020-09-08 21:58:06 -07:00
Erik Marks
c5917aa445
roundExponential: add docstring, remove unnecessary cast
2020-09-08 21:28:24 -07:00
Erik Marks
d532cdc459
Ensure tokenAmount is always a string
2020-09-08 14:00:28 -07:00
Whymarrh Whitby
89eade97c5
Use bl@3.0.1, dedupe bl@1.x ( #9375 )
2020-09-08 18:23:44 -02:30
Erik Marks
23683c1630
Replace toNumber calls on BigNumbers with toString ( #9369 )
2020-09-08 08:49:51 -07:00
Whymarrh Whitby
253cd12bbb
Use yargs@7.1.1 ( #9364 )
...
This change updates the `yargs` dependency introduced by `gulp-cli` to the latest
`^7` version, addressing [`GHSA-p9pc-299p-vxgp`][1].
[1]:https://github.com/advisories/GHSA-p9pc-299p-vxgp
The `yarn audit` output:
```
┌───────────────┬──────────────────────────────────────────────────────────────┐
│ low │ Prototype Pollution │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Package │ yargs-parser │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Patched in │ >=13.1.2 <14.0.0 || >=15.0.1 <16.0.0 || >=18.1.2 │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Dependency of │ gulp │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ Path │ gulp > gulp-cli > yargs > yargs-parser │
├───────────────┼──────────────────────────────────────────────────────────────┤
│ More info │ https://www.npmjs.com/advisories/1500 │
└───────────────┴──────────────────────────────────────────────────────────────┘
```
2020-09-07 11:16:45 -02:30
Whymarrh Whitby
9c77f6add2
Use bl@1.2.3 ( #9349 )
2020-09-03 13:29:20 -02:30
Dan J Miller
ccb7eb3ab7
Fix useTokenTracker useEffect bug ( #9334 )
...
Co-authored-by: Mark Stacey <markjstacey@gmail.com>
Co-authored-by: Brad Decker <git@braddecker.dev>
2020-09-02 14:19:04 -05:00
Patryk Łucka
3d4f1f45bd
Add messages to Ledger connection process ( #9344 )
2020-09-02 13:58:14 -02:30