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
Dan Finlay
6b8db04f0f
Merge remote-tracking branch 'origin/i727-provider-is-metamask' into RevertTxManager
8 years ago
Dan Finlay
2dbbc0dce7
Merge remote-tracking branch 'origin/kumavis-readme-gource' into RevertTxManager
8 years ago
Dan Finlay
305cda4265
Use chainId parameter instead of second argument
8 years ago
Dan Finlay
af2c7004b0
Make single letter variables more verbose
8 years ago
Dan Finlay
7320095079
Linted
8 years ago
Dan Finlay
d2fb48f8ba
Bump changelog
8 years ago
Dan Finlay
9c6c277b8b
Add replay protection to Transaction Manager
...
Fixes #897
Needs tests.
8 years ago
Dan Finlay
25d0ac1476
Merge branch 'dev' into ShowDifferentAccounts
8 years ago
Dan Finlay
edc5f9e821
Add tolerance for hex prefixed private keys to simple keychain
8 years ago
Frankie
fb002dc44e
Merge pull request #954 from MetaMask/kumavis-readme-gource
...
Readme - add gource instructions to readme
8 years ago
Frankie
d461fe6fdc
Merge pull request #955 from MetaMask/i727-provider-is-metamask
...
inpage-provider - add isMetaMask
8 years ago
kumavis
616721f47d
inpage-provider - add isMetaMask
...
adds `metamaskInpageProvider.isMetaMask === true`
Fixes #727
8 years ago
kumavis
fc9c03d4d1
meta - readme - add gource instructions
8 years ago