Dan Finlay
68d6ea44a0
Fix path references
2017-05-16 11:39:00 -07:00
Dan Finlay
2df9344be5
Rename tx manager to tx controller
2017-05-16 10:35:28 -07:00
kumavis
28aba6e9de
migration 13 - change provider from testnet to ropsten
2017-05-15 23:56:13 -07:00
Thomas Huang
3367363b12
Remove all traces of testnet
2017-05-15 19:11:16 -07:00
Thomas Huang
62ee038889
Merge branch 'master' into i1419-rinkebydefaultnetwork
2017-05-15 18:06:48 -07:00
Thomas Huang
4c10e2021a
Change default network to rinkeby
2017-05-15 18:05:11 -07:00
Dan Finlay
fe3e943169
Merge pull request #1422 from MetaMask/drop-asyncq
...
background - drop async-q in favor of async/await
2017-05-15 15:35:19 -07:00
kumavis
5c9449dec1
background - drop async-q in favor of async/await
2017-05-12 13:09:23 -07:00
kumavis
2c8bbe3b25
migrator - fix typo
2017-05-12 12:27:40 -07:00
kumavis
70a328e028
migrator - cleaner migration runner with es7
2017-05-11 18:15:59 -07:00
frankiebee
6c01b26845
use asyncQ.waterfall instead of asyncQ.eachSeries
2017-05-11 23:25:33 +02:00
frankiebee
1772d34e94
fix migrator
2017-05-11 10:10:50 +02:00
kumavis
68be86abe9
ui - remove web3, use eth-query
2017-05-08 12:29:08 -07:00
kumavis
fb08c4a131
metamask - publicConfig - fix init state
2017-05-04 17:56:30 -07:00
kumavis
10ba760ed3
metamask - selected accounts - dont reveal when locked
2017-05-04 17:50:59 -07:00
Kevin Serrano
833b9f183f
Minor lint
2017-05-03 07:22:36 -07:00
Dan Finlay
a3149c1752
Use loglevel for more logs
2017-04-30 12:38:38 -07:00
kumavis
6ace0c9afb
notification-manager - remove promise listener
...
seems chrome changed their API?
MDN suggests that a Promise should be returned but getting `undefined`
https://developer.mozilla.org/en-US/Add-ons/WebExtensions/API/windows/create
Chrome docs suggest its a callback API lolwut
https://developer.chrome.com/extensions/windows#method-create
2017-04-28 16:04:00 -07:00
Dan Finlay
d1a1069180
Merge branch 'master' into rinkeby
2017-04-27 14:50:19 -07:00
Thomas Huang
6bdb4c8728
Fix linting warnings
2017-04-26 21:05:45 -07:00
Kevin Serrano
242dc1e99f
Add missing changes. Create unique style for rinkeby icon.
2017-04-25 14:39:01 -07:00
Nickyg
e9aa37b699
add rinkeby network
2017-04-26 01:40:33 +05:30
kumavis
9b9570fd2b
auto-faucet - only skip faucet on explicit test environment
2017-04-04 18:48:33 -07:00
kumavis
5a91adf7d8
add platforms to mascara + move buyEther window open to ui
2017-04-04 18:23:46 -07:00
kumavis
5d967eeebb
Merge pull request #1307 from MetaMask/mascara
...
Proof of Concept: Mascara
2017-04-04 11:27:45 -07:00
kumavis
4779999bfc
clean - metamask controller - remove log
2017-04-04 11:13:07 -07:00
Kevin Serrano
39181ed33f
Merge pull request #1308 from MetaMask/FixFaucet
...
Fix faucet to only autoFaucet first account
2017-04-04 09:43:25 -07:00
frankiebee
0a7b388b39
Fix faucet to only autoFaucet first account
2017-04-04 18:38:56 +02:00
frankiebee
f80d1ce3e6
Switch auto-faucet from XMLHttpRequest to fetch
2017-04-04 14:55:48 +02:00
frankiebee
f81fdbc34f
Merge branch 'master' into mascara
2017-04-02 23:04:55 -07:00
frankiebee
89c924101e
Merge branch 'master' into mascara
2017-04-02 22:26:25 -07:00
kumavis
86e882c51a
notification-manager - rename show -> showPoup + make getPopup private
2017-03-31 18:41:51 -07:00
kumavis
aa06183c64
ui - use global.platform for extension interaction
2017-03-31 18:04:13 -07:00
kumavis
810f5881f6
Merge branch 'master' of github.com:MetaMask/metamask-plugin into platform
2017-03-31 17:57:47 -07:00
kumavis
60a48e713f
ui - move popup auto-close after tx conf to ui entrypoint
2017-03-31 13:32:47 -07:00
kumavis
49d8877fd7
ui - startPopup returns store after boot
2017-03-31 13:20:16 -07:00
kumavis
6259ffaef4
extension - remove local extension files, we use extensionizer
2017-03-30 18:35:22 -07:00
kumavis
5036263f88
introduce platform api and rename notifications to notification-manager
2017-03-30 18:33:19 -07:00
kumavis
be88c87b25
extension - prefer extensionizer module
2017-03-30 18:30:24 -07:00
kumavis
1dce352523
tx-manager - add eip155 support
2017-03-30 14:23:23 -07:00
frankiebee
29a602a89b
Clean up
2017-03-30 11:28:22 -07:00
Kevin Serrano
9a6b84644a
Merge pull request #1293 from MetaMask/ImproveGasEstimates
...
tx-utils - gas buffer ceiling at 90% of block gas limit
2017-03-30 09:25:28 -04:00
kumavis
ff49e5e5cf
tx-utils - gas buffer ceiling at 90% of block gas limit
2017-03-29 23:21:31 -07:00
frankiebee
84b3415b44
WIP: lost enital call from dapp to getAccounts
2017-03-29 10:53:43 -07:00
Dan Finlay
98dd684524
Linted
2017-03-29 10:42:43 -07:00
Dan Finlay
610ec2bdf5
Fix popup behavior for Firefox
...
Firefox does not support the `focused` parameter when opening a new window, and we don't actually require it for Chrome either, new popups are at the foreground by default already.
2017-03-29 10:40:57 -07:00
Kevin Serrano
576fb26c15
Add missing migration.
2017-03-29 11:08:15 -04:00
frankiebee
a20a237282
Merge branch 'master' into mascara
2017-03-28 18:02:39 -07:00
Dan Finlay
7b9ac18557
Merge pull request #1268 from MetaMask/kovan-faucet-instructions
...
Add Kovan faucet instructions
2017-03-28 14:56:02 -07:00
Dan Finlay
f2587b7e80
Merge pull request #1273 from MetaMask/i1267-seedfix
...
Assure that seed words are placed into state tree upon request.
2017-03-28 14:54:04 -07:00