Dan Finlay
d7a34514b0
Fix token balance precision rendering
...
Fixes a bug where balances under 1 token could be mis-rendered by fixing it [here](https://github.com/MetaMask/eth-token-tracker/pull/9 ) then updating us to `eth-token-tracker@1.1.3`.
Fixes #1912
7 years ago
kumavis
fa6370c68a
deps - bump ethjs-query
7 years ago
kumavis
6767430aa2
deps - bump watchify
7 years ago
frankiebee
88b84e3895
add json-rpc-engine && eth-json-rpc-middleware to devDependencies
7 years ago
kumavis
c62dad7248
blacklist - bump phishing detector
7 years ago
kumavis
1be8053cca
blacklist - update phishing on boot and speed up polling to 4 min
7 years ago
sdtsui
4d967ebea9
Bring menu-droppo component into project, remove as a dependency
7 years ago
frankiebee
cddff73703
bring your own BN
7 years ago
kumavis
55f0187df7
deps - update
7 years ago
kumavis
026f8592d8
deps - bump eth-detect-phishing
7 years ago
kumavis
da16f39626
Merge branch 'master' of github.com:MetaMask/metamask-extension into greenkeeper/initial
7 years ago
kumavis
d4877cb4e2
blacklist - use module eth-phishing-detect
7 years ago
kumavis
ecaa235b5e
phishing detection - move phishing detection into contentscript and metamask controller
7 years ago
frankiebee
432f516ab0
make addUnapprovedTransaction async function and use promise based ethQuery
7 years ago
Dan Finlay
33432afb0c
Bump menu-droppo to 2.0.1
7 years ago
Kevin Serrano
66f6d5a4e0
Add levenshtein logic to blacklister.
7 years ago
sdtsui
4573753233
Bump version of menu-droppo, no longer needs css transitions
7 years ago
Dan Finlay
0ea6749dbc
Lots of flex rearrangement on account detail view
...
Includes removal of ReactCssTransitionGroup for a simpler UI refactor.
7 years ago
Thomas Huang
eb15663497
One script runs for Ci build
7 years ago
frankiebee
1df833bee8
use clone
7 years ago
frankiebee
ab01358a48
Add stack traces both in errors and as a way to track txMetas
7 years ago
kumavis
77d91ec36f
prov-eng - bump to ignore json parse errors
7 years ago
Thomas Huang
a1fab06490
Simplify the test-coverage script
7 years ago
Thomas Huang
24ffb40ec7
Add coveralls to script
7 years ago
Thomas Huang
d571f5ee70
Add Test Coverage with nyc package and coveralls for github badge
7 years ago
Dan Finlay
dcf025782b
Version 3.9.1
7 years ago
greenkeeper[bot]
82aa0d48d4
chore(package): update dependencies
7 years ago
kumavis
aa48ed34c4
nonce-tracker - fix lock mechanism to be a real mutex
7 years ago
sdtsui
ccf3e0e251
Bump version of menu-droppo to include bugfix
7 years ago
tmashuang
6cf2a956c1
Update Sinon
7 years ago
frankiebee
d6001daab8
remove denodeify
7 years ago
sdtsui
1507da139d
Add tests for new dropdown component
7 years ago
Dan Finlay
ebe7666426
Update eth-contract-metadata on build
7 years ago
Dan Finlay
76a2a59ec5
Refresh blacklist before dist
7 years ago
Dan Finlay
aec813eace
Correct github link
7 years ago
Dan Finlay
0079126b7d
Point blacklist at main repository
7 years ago
Dan Finlay
52b92fbe40
Add first version of phishing site warning
...
Links to my own blacklist for now, since I added a package.json for easy importing.
We can point at the main 408H repository once this is merged:
https://github.com/409H/EtherAddressLookup/pull/24
Redirects detected phishing sites [here](https://metamask.io/phishing.html ).
7 years ago
kumavis
1448090ec7
deps - bump prov-eng
7 years ago
kumavis
0cc60fda8f
deps - bump prov-eng for fetch retry
7 years ago
kumavis
6587f6eabd
deps - bump prov-eng for retry on gateway timeout
7 years ago
kumavis
68fc3603df
metamask - append dapp origin domain to rpc request
7 years ago
Dan Finlay
8179f5f84c
Bump token-tracker to 1.1.2
...
To restore older firefox compatibility.
Fixes #1696
7 years ago
Dan Finlay
c7f2fd279d
Bump token-tracker to 1.1.1
...
Includes a critical decimal-handling fix.
Also reduces number of symbol and precision queries after initial load.
7 years ago
kumavis
63acc0f4c8
deps - remove duplicated dev-dependencies
...
```
npm WARN The package clone is included as both a dev and production dependency.
npm WARN The package react-dom is included as both a dev and production dependency.
```
7 years ago
Dan Finlay
f285fd5eb1
Bump web3 version to 0.9.1
7 years ago
Kevin Serrano
f21d425839
Simplify build variables. Remove maps from production.
7 years ago
frankiebee
fa8c74fe9b
add a test for #getNonceLock
7 years ago
Dan Finlay
0799e5edf5
Fix token balance rendering
7 years ago
Dan Finlay
1c05c82867
Add MetaMark support
7 years ago
frankiebee
3e4f2cf3d3
bump provider engine
7 years ago