frankiebee
|
717dceede8
|
fix spelling
|
8 years ago |
frankiebee
|
473b88f399
|
Reload the page when switching networks for sites that use web3
|
8 years ago |
Kevin Serrano
|
26fd016b63
|
Add new blockGasLimit property to txMeta object.
|
8 years ago |
kumavis
|
e6b278569e
|
inpage-provider - disable polling after first block
|
8 years ago |
frankiebee
|
db982cf795
|
stop polling when switching networks
|
8 years ago |
frankiebee
|
c5d74e6421
|
include ethQuery in txController
|
8 years ago |
frankiebee
|
243eeff7cb
|
Fix for tests
|
8 years ago |
Dan Finlay
|
e4d09aebf4
|
Cleanup
|
8 years ago |
Dan Finlay
|
cd2ad1733d
|
Continually resubmit pending txs
|
8 years ago |
frankiebee
|
529304c005
|
Wrap the provider in a proxy
|
8 years ago |
frankiebee
|
e08c1541e5
|
Add a migration for the network controller
|
8 years ago |
kumavis
|
b217ad1ae8
|
clean - remove console logs
|
8 years ago |
kumavis
|
1c1400b584
|
deps - use stream-subprovider from provider-engine
|
8 years ago |
Dan Finlay
|
cbfaa6f56f
|
Rename stream to streamSubprovider
|
8 years ago |
Dan Finlay
|
48d9a21071
|
Use filter subprovider in-page to avoid filter leaks
|
8 years ago |
Dan Finlay
|
709c0eb307
|
Use stream-provider v3 api
|
8 years ago |
Dan Finlay
|
c5432da567
|
Add new streaming subprovider but getting a loop
Regarding #1458
Uses a new streaming subprovider architecture on an experimental branch of StreamProvider:
https://github.com/flyswatter/web3-stream-provider/tree/StreamSubprovider
|
8 years ago |
frankiebee
|
f87ea49b5a
|
Create a network controller to manage switcing networks an updating the provider
|
8 years ago |
Dan Finlay
|
68d6ea44a0
|
Fix path references
|
8 years ago |
Dan Finlay
|
2df9344be5
|
Rename tx manager to tx controller
|
8 years ago |
Dan Finlay
|
7a3b3e0f8a
|
Rename tx manager to tx controller
|
8 years ago |
kumavis
|
28aba6e9de
|
migration 13 - change provider from testnet to ropsten
|
8 years ago |
Thomas Huang
|
3367363b12
|
Remove all traces of testnet
|
8 years ago |
Thomas Huang
|
4c10e2021a
|
Change default network to rinkeby
|
8 years ago |
kumavis
|
5c9449dec1
|
background - drop async-q in favor of async/await
|
8 years ago |
kumavis
|
2c8bbe3b25
|
migrator - fix typo
|
8 years ago |
kumavis
|
70a328e028
|
migrator - cleaner migration runner with es7
|
8 years ago |
frankiebee
|
6c01b26845
|
use asyncQ.waterfall instead of asyncQ.eachSeries
|
8 years ago |
frankiebee
|
1772d34e94
|
fix migrator
|
8 years ago |
kumavis
|
68be86abe9
|
ui - remove web3, use eth-query
|
8 years ago |
Dan Finlay
|
469648239f
|
Linted
|
8 years ago |
kumavis
|
fb08c4a131
|
metamask - publicConfig - fix init state
|
8 years ago |
kumavis
|
10ba760ed3
|
metamask - selected accounts - dont reveal when locked
|
8 years ago |
Thomas Huang
|
0b13429daf
|
Lint tests
|
8 years ago |
Kevin Serrano
|
833b9f183f
|
Minor lint
|
8 years ago |
Dan Finlay
|
a3149c1752
|
Use loglevel for more logs
|
8 years ago |
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
|
8 years ago |
Thomas Huang
|
6bdb4c8728
|
Fix linting warnings
|
8 years ago |
Kevin Serrano
|
242dc1e99f
|
Add missing changes. Create unique style for rinkeby icon.
|
8 years ago |
Nickyg
|
e9aa37b699
|
add rinkeby network
|
8 years ago |
Dan Finlay
|
d05d9a5f57
|
Add missing tx manager state
|
8 years ago |
kumavis
|
9b9570fd2b
|
auto-faucet - only skip faucet on explicit test environment
|
8 years ago |
kumavis
|
5a91adf7d8
|
add platforms to mascara + move buyEther window open to ui
|
8 years ago |
kumavis
|
4779999bfc
|
clean - metamask controller - remove log
|
8 years ago |
frankiebee
|
0a7b388b39
|
Fix faucet to only autoFaucet first account
|
8 years ago |
frankiebee
|
f80d1ce3e6
|
Switch auto-faucet from XMLHttpRequest to fetch
|
8 years ago |
kumavis
|
86e882c51a
|
notification-manager - rename show -> showPoup + make getPopup private
|
8 years ago |
kumavis
|
aa06183c64
|
ui - use global.platform for extension interaction
|
8 years ago |
kumavis
|
60a48e713f
|
ui - move popup auto-close after tx conf to ui entrypoint
|
8 years ago |
kumavis
|
49d8877fd7
|
ui - startPopup returns store after boot
|
8 years ago |