Dan Finlay
d8c94fca75
Add address image map to icon factory
...
Deriving from the new address image map repository I've added here:
https://github.com/MetaMask/ethereum-contract-icons
With this PR, images for addresses added to that repository will be shown instead of jazzicons in MetaMask.
8 years ago
Dan Finlay
be5af7cb4b
Throw if ENS Resolver isn't set up
...
Instead of resolving to name owners, which can encourage inconsistent usage of ENS.
Fixes #1427 .
8 years ago
kumavis
1c1400b584
deps - use stream-subprovider from provider-engine
8 years ago
Dan Finlay
058b732213
Tolerate nonces of any format
8 years ago
Dan Finlay
48d9a21071
Use filter subprovider in-page to avoid filter leaks
8 years ago
Dan Finlay
caeadc2407
Linted and removed unused deps
8 years ago
kumavis
c1b0aaa443
deps - bump provider-engine 12.0.6
8 years ago
Dan Finlay
81122170b5
Add stage 0 support to build system
8 years ago
Dan Finlay
c4be4c7195
Skip jazzicons in unit tests
8 years ago
kumavis
5c9449dec1
background - drop async-q in favor of async/await
8 years ago
Dan Finlay
61f5c42a45
Add support for async/await
8 years ago
Dan Finlay
daec667c16
Add support for async/await
8 years ago
Dan Finlay
f0eeb1e162
Got a useful error message for next step
8 years ago
Dan Finlay
60746a9859
Use react test utils to start composing test
8 years ago
kumavis
21b6a1b478
deps - bump eth-query for smaller bundle size
8 years ago
Dan Finlay
0d39de6d66
Run install before dist
8 years ago
Thomas Huang
8f5334e4ac
Add Mocha/Chai eslint plugins
8 years ago
Dan Finlay
527068b84e
Bump provider engine
8 years ago
frankiebee
53537824f1
break out IndexDbController && Run the first time test on mascara
8 years ago
frankiebee
e7e0919d7c
Setup test enviroment for mascara
8 years ago
frankiebee
e7c7c85791
Update README for mascara
8 years ago
frankiebee
e665dd7e1c
bump client-sw-ready-event
8 years ago
Dan Finlay
04e489f4df
Allow signature V values over 1 byte
...
By bumping ethereumjs-tx.
8 years ago
Dan Finlay
292e2dca83
Bump provider-engine
8 years ago
Dan Finlay
3ae2a82995
Bump provider engine
...
Should now pass test suite, and include several sweet recent fixes!
8 years ago
Dan Finlay
9bae32e78b
Add functional but ugly and hard-coded token list
8 years ago
frankiebee
a1c39006de
Fix wakeUps:
...
fix spelling
cut wakeup time in half
8 years ago
frankiebee
94df168113
Bump sw-client version
8 years ago
frankiebee
719d0f4ad5
Ping service worker to keep it from going idle
8 years ago
kumavis
c1e14cd75b
build - add envify to bundle process
8 years ago
frankiebee
8d49d519c0
Rename and move around files
8 years ago
kumavis
12918e1894
tests - tx-manager - fix assert and clean formatting
8 years ago
kumavis
1079c20c83
meta - package.json - rename npm test scripts
8 years ago
kumavis
e95ae43c8f
tests - unit - fail on unhandled promise rejection
8 years ago
frankiebee
4cf3beda25
Bump sw-stream and setup "untrusted and trusted comunication"
8 years ago
kumavis
f0a2b4d1b0
deps - bump provider-engine
...
uses fetch instead of xhr, fixes a race condition in cache subp
8 years ago
frankiebee
79248ae5cd
WIP: Untrusted external connections eg: dapps
8 years ago
frankiebee
45ab81fb45
WIP: streams->indexdb
8 years ago
Kevin Serrano
046774e768
Require redux-logger of 2.10.2 and up ( #1235 )
...
* Require redux-logger of 2.8.1 and up
* Bump to 2.10.2 and above, 2.10.1 had critical bug.
8 years ago
frankiebee
d4e8ff188b
WIP:stream
8 years ago
Dan Finlay
b6e2eaf7b1
Remove eth-lightwallet
8 years ago
Dan Finlay
42e4a0621b
Add ENS click to copy
...
Also bump ethjs-ens version to get proper error for unregistered names.
8 years ago
kumavis
147ac416ba
deps - bump web3-provider-engine to 10.0.1
...
Fixes https://github.com/MetaMask/metamask-plugin/issues/1163
Fixes https://github.com/MetaMask/provider-engine/issues/121
8 years ago
kumavis
be8267edf7
deps - bump web3-provider-engine
...
resolves https://github.com/MetaMask/metamask-plugin/issues/1159
8 years ago
kumavis
993a1cef64
deps - bump web3-provider-engine
...
include fix for https://github.com/MetaMask/provider-engine/pull/122
8 years ago
Dan Finlay
7d2019eac9
Fix personal sign for loose accounts
...
Fix was written, but not published to npm. Now fixing semver at the correct version.
8 years ago
Dan Finlay
69d4aafc3e
Add ens recognition to send form input
...
Attempts to lookup `.eth` addresses on ENS.
Is currently failing.
I've written an isolation example of the problem here:
https://github.com/flyswatter/ens-test
8 years ago
Dan Finlay
7cbb2fc689
Reduce provider-engine requirement
8 years ago
Dan Finlay
3ebf0dc11b
Bump provider engine to require compliant personal_recover
8 years ago
Dan Finlay
0584988688
Move sigUtil and keyrings to external modules
...
These external modules now have their own test coverage and build enforcement. This allowed me to somewhat more easily add good tests around our personalSign strategy (held now in [eth-sig-util](https://github.com/flyswatter/eth-sig-util ), and allow each of the keyrings to import that, etc.
8 years ago