Frankie
af312bdc90
Merge pull request #974 from MetaMask/typo-fix
...
quick typo fix.
8 years ago
Kevin Serrano
3a6159080e
quick typo fix.
8 years ago
Dan Finlay
98ebdeeeac
Merge pull request #970 from MetaMask/network-indicator-refactor
...
Network indicator modifications
8 years ago
Kevin Serrano
4e62ae98bd
Merge branch 'dev' into network-indicator-refactor
8 years ago
kumavis
906c3882bb
Merge pull request #971 from MetaMask/TearDownOnDisconnect
...
MetaMask Controller - Convert to EventEmitter
8 years ago
kumavis
4c1b7700ad
Merge branch 'dev' into TearDownOnDisconnect
8 years ago
Dan Finlay
3727cad0c4
Merge pull request #967 from MetaMask/fixTxManager
...
Fix tx manager
8 years ago
kumavis
00ac5ca058
Merge branch 'dev' into TearDownOnDisconnect
8 years ago
Dan Finlay
73ee0ae766
Merge branch 'dev' into fixTxManager
8 years ago
Kevin Serrano
70816d7cb0
Merge pull request #969 from MetaMask/i945-AlwaysQueryLatest
...
Always query latest block for balance & nonce
8 years ago
Frankie
e62f70660d
MetaMask Controller - Convert to EventEmitter
8 years ago
Dan Finlay
7659f5894a
Combine two identical then blocks
8 years ago
Kevin Serrano
af61bb9065
Switch order of header and indicator.
8 years ago
Kevin Serrano
b9a365a8f2
Changelog.
8 years ago
Kevin Serrano
b8d312f8b9
Linting.
8 years ago
Frankie
cf6817092b
remove unnecessary try statments
8 years ago
Dan Finlay
6c99d09404
Fixed bugs with sanity-checking
...
- Was incorrectly calling some eth-query methods (left over from old local eth-query)
- Was still passing block to getAccount in addAccount
- Now emitting update only after all account balances are loaded, reducing UI update traffic.
8 years ago
Kevin Serrano
a8a37e4d40
Make network somewhat more modular, add new network indicator.
8 years ago
Dan Finlay
ead8a05034
Fix dependency reference
8 years ago
Dan Finlay
a107b66854
Caught typo
8 years ago
Dan Finlay
18e6d266c1
Add descriptive comment
8 years ago
Frankie
4b17222a59
Merge branch 'TxManager' into fixTxManager
8 years ago
Dan Finlay
381a60695d
Linted
8 years ago
Dan Finlay
0fab22082a
Bump changelog
8 years ago
Dan Finlay
d4958b7ffd
Remove old eth-store dependency
8 years ago
Dan Finlay
3588aabdf2
Removed reliance on eth-store internal custom eth-query
8 years ago
Dan Finlay
08351f801a
Move eth-store@1.1.0 into local repo.
8 years ago
Frankie
f50e983500
Merge branch 'TxManager' of https://github.com/MetaMask/metamask-plugin into TxManager
8 years ago
Frankie
32e8063a77
clean up
8 years ago
Frankie
354fa763d4
Merge branch 'dev' into fixtTxManager
8 years ago
Frankie
e6da8e2762
Fix signing of transactions
8 years ago
Dan Finlay
c22da8450c
Merge pull request #965 from MetaMask/chrome-permissions
...
Chrome permissions
8 years ago
Kevin Serrano
b571913daf
Merge branch 'dev' of github.com:MetaMask/metamask-plugin into dev
8 years ago
Kevin Serrano
0ba63e0ead
Merge pull request #964 from MetaMask/i963-BalancesNotUpdating
...
Update UI state on ethStore updates
8 years ago
Kevin Serrano
0a6d8af171
Merge branch 'dev' into i963-BalancesNotUpdating
8 years ago
Kevin Serrano
1a16057857
Merge branch 'dev' of github.com:MetaMask/metamask-plugin into dev
8 years ago
Kevin Serrano
74cccb4f1d
Merge pull request #962 from MetaMask/i961-UpdateUiBug
...
Fix AddAccount not updating UI
8 years ago
Dan Finlay
2c2cdc4475
Convert more actions to new simple pattern
8 years ago
Dan Finlay
10c818abac
Restore missing line
8 years ago
Kevin Serrano
3363a38bfc
Changelog.
8 years ago
Kevin Serrano
68e27e6193
Changelog.
8 years ago
Kevin Serrano
68be524019
Take out unneeded permissions from the app.
8 years ago
Dan Finlay
33b4d213f1
Fix sendUpdate for new promisified getState method
8 years ago
Dan Finlay
1b9906372b
Update UI state on ethStore updates
...
UI was remarkably not relying on ethStore for updates, so things like account balances were frozen until user activity.
Fixes #963
8 years ago
Dan Finlay
013e6a608f
Corrected instances of showWarning to displayWarning
8 years ago
Dan Finlay
8b7b097034
Apply new pattern to repetitive functions
8 years ago
Dan Finlay
3ebf029c04
Update account list after adding account
...
Fixed by finally making a function generator for a pattern we use frequently, communicating to the background process.
Fixes #961
8 years ago
Kevin Serrano
b13c54682b
Merge pull request #958 from MetaMask/i897-ReplayProtection
...
Add replay protection
8 years ago
Dan Finlay
fe61fcb0fc
Merge branch 'dev' into i897-ReplayProtection
8 years ago
Dan Finlay
b93cdd428b
Merge remote-tracking branch 'origin/ShowDifferentAccounts' into RevertTxManager
8 years ago