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
kumavis
fc723e7f7c
Merge pull request #921 from MetaMask/TxManager
...
Feature: TxManager handles transaction state tracking
8 years ago
Dan Finlay
5e8a344f97
Correct getState test to be async
8 years ago
Dan Finlay
c05e04c611
Fix rendering of loose accounts
8 years ago
Dan Finlay
f6748f043d
Add loose account development state
8 years ago
Dan Finlay
21af3de43d
Merge branch 'FixMigrationPasswordBug' into ShowDifferentAccounts
8 years ago
Dan Finlay
e95c937569
Add additional migration test
8 years ago
Frankie
fa3e708f34
Merge branch 'dev' into TxManager
8 years ago
Frankie
fde69ea0ba
fix some minor spelling mistakes and clean up code
8 years ago
Dan Finlay
1f15499046
Show a "LOOSE" warning on accounts not belonging to HD Seed phrase
8 years ago
Dan Finlay
a10fe6b6f4
Return keyring metadata on metamask state object
...
Required making the getState methods for both keyringController and metamaskController async.
They both now return promises, and the main metamask-controller.getState method is now nodeified.
Will allow the UI to render loose keys differently than persisted keys.
8 years ago
Kevin Serrano
2ab34760b0
Merge pull request #949 from MetaMask/RemoveLog
...
Remove log
8 years ago