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
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
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
Dan Finlay
8aca5bf4b5
Add debug logging to ui routing logic.
8 years ago
Dan Finlay
42a58918d0
Add personal_sign and personal_ecRecover support
8 years ago
Kevin Serrano
d0e2846eca
Complete migration tests.
8 years ago
kumavis
ff87b9dc7a
id mgmt - update to latest eth_sign spec
8 years ago
kumavis
77f8995568
migrations - fix migration #9 and add safety checks to migrator
8 years ago
kumavis
9e4ef45b6a
migration #9 - break out CurrencyController substate
8 years ago
kumavis
73edfc9f31
eth-store - convert to obs-store subclass
8 years ago
Kevin Serrano
afb60b9061
modification of notices.
8 years ago
Frankie
8be68575bb
Clean up message manger includes:
...
Provider egine bump
Remove presence of message manger in keyring controller
Change the status wording fom conf to approved
make Message manager a class
fix messages not being apart of the badge
re write message manger to better reflect controller pattern
8 years ago
kumavis
4dd6ba9c1b
migration 5 - move keyring controller state to substate
8 years ago
kumavis
9616bd826d
test - lint first
8 years ago
kumavis
76ce348a04
obs-store - use published module
8 years ago
Frankie
8642ced310
Fix issue where generating a new account would put it in loose keys
8 years ago