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
kumavis
6259ffaef4
extension - remove local extension files, we use extensionizer
8 years ago
kumavis
5036263f88
introduce platform api and rename notifications to notification-manager
8 years ago
kumavis
be88c87b25
extension - prefer extensionizer module
8 years ago
kumavis
1dce352523
tx-manager - add eip155 support
8 years ago
frankiebee
29a602a89b
Clean up
8 years ago
kumavis
ff49e5e5cf
tx-utils - gas buffer ceiling at 90% of block gas limit
8 years ago
frankiebee
84b3415b44
WIP: lost enital call from dapp to getAccounts
8 years ago
Dan Finlay
98dd684524
Linted
8 years ago
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.
8 years ago
Kevin Serrano
576fb26c15
Add missing migration.
8 years ago
kumavis
6310a05dae
tx manager - emit update on new unapproved tx
8 years ago
kumavis
e864623d3c
tx manager - add eth-query
8 years ago
kumavis
1495240969
tx manager - adjust new tx flow and txMeta decorations
8 years ago
Dan Finlay
81d3658343
Improve UI gas calculation logic
...
- Now striping hex prefixed gas values, which may have been causing mis-estimation.
- Unified calculation logic to be entirely functional.
- Greatly simplified how the pending-tx form keeps updated form state.
Still needs a commit from @kumavis to ensure the background passes in a txMeta.txParams.gasPrice value.
8 years ago
Kevin Serrano
0625b4a110
Fix injection logic.
8 years ago
Kevin Serrano
a95d96d507
Assure that seed words are placed into state tree upon request.
8 years ago
Kevin Serrano
c1136a6317
Add link to kovan faucet instructions.
8 years ago
Stefaan Ponnet
0faddb2ed2
Allow injection in IFrames + dynamic IFrames
8 years ago
frankiebee
412cc2394a
Get mascara to send a transaction in the ui
8 years ago
Dan Finlay
2cab2f767c
Remove gas limit param
...
Fixes #1256 by removing redundant param.
8 years ago
frankiebee
197e6e0b77
WIP: indexdb is at an err state "provider is undefined"
8 years ago
frankiebee
45ab81fb45
WIP: streams->indexdb
8 years ago
Kevin Serrano
fa0bbd66b6
Fix persistence of transactions between networks.
8 years ago
Kevin Serrano
16c76d5229
Create migration to erase body in read notices.
8 years ago
Kevin Serrano
bcaf0864c1
Remove notice body after reading.
8 years ago
Kevin Serrano
1b7326048d
Add current block number and hash to the state.
8 years ago