| Commit message (Expand) | Author | Age | Files | Lines |
* | migration #9 - break out CurrencyController substate | kumavis | 2017-02-03 | 2 | -75/+87 |
* | txManager - depend on preferencesStore | kumavis | 2017-02-03 | 1 | -1/+0 |
* | metamask - introduce networkStore | kumavis | 2017-02-03 | 1 | -12/+3 |
* | migration 7 - break off TransactionManager substate | kumavis | 2017-02-03 | 1 | -53/+59 |
* | messageManager - move view state to obs-store | kumavis | 2017-02-03 | 1 | -13/+4 |
* | Merge branch 'dev' into messageManagerCleanUp | Frankie | 2017-02-02 | 2 | -16/+4 |
|\ |
|
| * | metamask - adopt isInitialized from keyring controller | kumavis | 2017-02-01 | 1 | -9/+0 |
| * | keyring - move identities into memStore | kumavis | 2017-02-01 | 1 | -2/+4 |
| * | keyring - synchronous getState | kumavis | 2017-02-01 | 1 | -9/+4 |
* | | Merge branch 'dev' into messageManagerCleanUp | Frankie | 2017-02-02 | 1 | -2/+2 |
|\| |
|
| * | continue rename selectedAccount to selectedAddress | kumavis | 2017-01-31 | 1 | -2/+2 |
* | | code clan up and tests | Frankie | 2017-02-02 | 1 | -0/+98 |
* | | Merge branch 'dev' into messageManagerCleanUp | Frankie | 2017-01-29 | 3 | -154/+31 |
|\| |
|
| * | migration 5 - move keyring controller state to substate | kumavis | 2017-01-29 | 2 | -39/+20 |
| * | tests - remove persistence and start with initial state | kumavis | 2017-01-28 | 2 | -115/+11 |
* | | Clean up message manger includes: | Frankie | 2017-01-29 | 1 | -3/+3 |
|/ |
|
* | config-manager - default to USD for currentFiat | kumavis | 2017-01-27 | 1 | -14/+4 |
* | obs-store - use published module | kumavis | 2017-01-25 | 2 | -20/+12 |
* | Merge branch 'dev' of github.com:MetaMask/metamask-plugin into obs-store2 | kumavis | 2017-01-25 | 1 | -0/+3 |
|\ |
|
| * | background controller - extract KeyringC.placeSeedWords to MetamaskC | kumavis | 2017-01-25 | 1 | -0/+3 |
* | | Merge branch 'dev' into obs-store2 | kumavis | 2017-01-22 | 5 | -49/+72 |
|\| |
|
| * | Wrote failing test for eth.sign | Dan Finlay | 2017-01-17 | 1 | -0/+18 |
| * | Merge branch 'dev' into simple-keystore-fix | kumavis | 2017-01-17 | 1 | -1/+1 |
| |\ |
|
| | * | Merge branch 'master' into dev | Dan Finlay | 2017-01-17 | 1 | -1/+1 |
| | |\ |
|
| | | * | remove network Id 2 from explorer link and Add network Id 3 | Frances Pangilinan | 2016-12-21 | 1 | -1/+1 |
| * | | | test - keyring - simple - fix fixture data | kumavis | 2017-01-17 | 1 | -6/+3 |
| |/ / |
|
| * | | test - clear localStorage on test start | kumavis | 2017-01-15 | 1 | -3/+3 |
| * | | test - clear localStorage in case CI caches it (?) | kumavis | 2017-01-15 | 1 | -0/+1 |
| * | | test - txManager - add network to all txs | kumavis | 2017-01-15 | 1 | -18/+19 |
| * | | tests - txManager - add getNetwork fn to fixture txManager | kumavis | 2017-01-15 | 1 | -0/+1 |
| * | | fix for linting | Frankie | 2017-01-14 | 1 | -2/+2 |
| * | | background - handle tx finalization in controllers instead of provider-engine | kumavis | 2017-01-13 | 2 | -22/+27 |
* | | | migrations - introduce promise-based migrator | kumavis | 2017-01-12 | 1 | -24/+24 |
* | | | background - move pojo migrator to outside of metamask controller | kumavis | 2017-01-12 | 1 | -2/+8 |
* | | | test - fix tests from obs-store | kumavis | 2017-01-12 | 2 | -6/+8 |
|/ / |
|
* | | tests - add fetch polyfill | kumavis | 2017-01-11 | 1 | -1/+3 |
* | | Merge remote-tracking branch 'origin/kumavis-readme-gource' into RevertTxManager | Dan Finlay | 2017-01-03 | 6 | -131/+202 |
|\ \ |
|
| * \ | Merge branch 'dev' into TxManager | Frankie | 2016-12-24 | 1 | -1/+1 |
| |\ \ |
|
| * | | | fix some minor spelling mistakes and clean up code | Frankie | 2016-12-24 | 1 | -6/+6 |
| * | | | Merge branch 'dev' into TxManager | Frankie | 2016-12-22 | 4 | -44/+123 |
| |\ \ \ |
|
| * | | | | First pass at revision requests | Frances Pangilinan | 2016-12-22 | 3 | -77/+48 |
| * | | | | add Test for txManager. As well as fix tests to account for txManager. | Frances Pangilinan | 2016-12-15 | 4 | -80/+180 |
* | | | | | Correct getState test to be async | Dan Finlay | 2016-12-24 | 1 | -4/+7 |
| |_|/ /
|/| | | |
|
* | | | | Refine a lostAccount test | Dan Finlay | 2016-12-21 | 1 | -1/+1 |
| |/ /
|/| | |
|
* | | | Merge pull request #916 from MetaMask/i894-DetectBadAccounts | Dan Finlay | 2016-12-21 | 2 | -41/+5 |
|\ \ \ |
|
| * | | | Made changes according to feedback. | Dan Finlay | 2016-12-20 | 1 | -1/+0 |
| * | | | Mostly added bad account detection | Dan Finlay | 2016-12-09 | 2 | -41/+6 |
| |/ / |
|
* | | | Merged master into dev | Dan Finlay | 2016-12-20 | 2 | -3/+118 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | move notice code from metamask-controller + config-manager, in to notice-cont... | kumavis | 2016-12-17 | 2 | -94/+115 |
| * | clean - code style | kumavis | 2016-12-17 | 1 | -4/+3 |
| * | Add ability to show notices to user & get confirmation. | Kevin Serrano | 2016-12-17 | 1 | -0/+95 |
* | | Remove .only from unit test suite | Dan Finlay | 2016-12-08 | 1 | -1/+1 |
* | | Fix nodeify | Dan Finlay | 2016-11-29 | 1 | -0/+22 |
* | | Denodeify most of KeyringController | Dan Finlay | 2016-11-29 | 2 | -10/+20 |
* | | Merge branch 'master' into dev | Dan Finlay | 2016-11-24 | 1 | -7/+2 |
|\| |
|
| * | Merge branch 'master' into i868-estimateGasTooHigh | kumavis | 2016-11-23 | 1 | -2/+8 |
| |\ |
|
| | * | Unify test wording | Dan Finlay | 2016-11-22 | 1 | -2/+2 |
| | * | Add temporary morden explorer link support | Dan Finlay | 2016-11-22 | 1 | -0/+6 |
| | * | Fix ropsten link test | Dan Finlay | 2016-11-22 | 1 | -2/+2 |
| * | | idStore - fix estimateGas calculation | kumavis | 2016-11-23 | 1 | -7/+2 |
| |/ |
|
* | | Fix last async keyring test | Dan Finlay | 2016-11-24 | 1 | -8/+10 |
* | | Fix more keyring asyncifying tests | Dan Finlay | 2016-11-24 | 1 | -1/+8 |
* | | Mostly got async keyringController tests passing | Dan Finlay | 2016-11-23 | 3 | -55/+91 |
* | | Fix password reference | Dan Finlay | 2016-11-23 | 1 | -0/+1 |
* | | Fix vault migration unit test | Dan Finlay | 2016-11-23 | 1 | -1/+1 |
* | | Improve vault migration unit test | Dan Finlay | 2016-11-23 | 1 | -1/+2 |
* | | Simplify Encryptor API Surface | Dan Finlay | 2016-11-23 | 1 | -4/+6 |
* | | Merge pull request #858 from MetaMask/i842-WaitForSeedWord | kumavis | 2016-11-23 | 1 | -2/+8 |
|\ \ |
|
| * | | Fix etherscan link generation test | Dan Finlay | 2016-11-23 | 1 | -2/+8 |
* | | | Merge branch 'dev' into dev-cleanup | Kevin Serrano | 2016-11-23 | 2 | -7/+7 |
|\| | |
|
| * | | Fix keyring test | Dan Finlay | 2016-11-22 | 1 | -1/+1 |
| * | | Improve Keyring organization | Dan Finlay | 2016-11-22 | 2 | -6/+6 |
| * | | Revert premature link test fix | Dan Finlay | 2016-11-22 | 1 | -2/+2 |
| * | | Fixed account link test for ropsten network | Dan Finlay | 2016-11-22 | 1 | -2/+2 |
* | | | change all instances of selectedAddress to selectedAccount. | Kevin Serrano | 2016-11-22 | 1 | -1/+0 |
* | | | Remove entropy from encryption and project. | Kevin Serrano | 2016-11-22 | 3 | -6/+4 |
|/ / |
|
* | | Minimize repeated code. | Kevin Serrano | 2016-11-16 | 1 | -1/+1 |
* | | Re-enable disclaimer screen. Rename variables to reflect role more clearly. | Kevin Serrano | 2016-11-15 | 1 | -14/+14 |
* | | Add idStore tests again. | Kevin Serrano | 2016-11-15 | 1 | -0/+198 |
* | | Rename n variables to numberOfAccounts inside of test suite. Remove idStore t... | Kevin Serrano | 2016-11-12 | 3 | -203/+4 |
* | | Merge branch 'master' into i328-MultiVault | Frankie | 2016-11-11 | 1 | -6/+4 |
|\| |
|
| * | Adjust gas buffer to be 20% over estimate | Dan Finlay | 2016-11-09 | 1 | -5/+4 |
| * | Increase gas buffer | Dan Finlay | 2016-11-09 | 1 | -2/+1 |
* | | Merge branch 'master' into i328-MultiVault | Dan Finlay | 2016-11-08 | 1 | -11/+39 |
|\| |
|
| * | Fix gas price buffering | Dan Finlay | 2016-11-08 | 1 | -8/+6 |
| * | Added failing test for #787 | Dan Finlay | 2016-11-08 | 1 | -11/+41 |
* | | Fix nickname test | Dan Finlay | 2016-11-08 | 1 | -0/+1 |
* | | Fix BN reference | Dan Finlay | 2016-11-08 | 1 | -0/+1 |
* | | Fix 787 gas buffer bug | Dan Finlay | 2016-11-08 | 1 | -4/+20 |
* | | Finish fixing nicknaming bug | Dan Finlay | 2016-11-04 | 1 | -0/+31 |
* | | Fix account nicknaming bug | Dan Finlay | 2016-11-04 | 1 | -0/+11 |
* | | Fix vault creation bug | Dan Finlay | 2016-11-04 | 1 | -8/+28 |
* | | Fix dual vault creation bug | Dan Finlay | 2016-11-03 | 1 | -1/+12 |
* | | Fix handling of migrating old vault style | Dan Finlay | 2016-11-03 | 2 | -10/+36 |
* | | Now migrating old vaults to new DEN format | Dan Finlay | 2016-10-29 | 1 | -9/+62 |
* | | Add vault migration test | Dan Finlay | 2016-10-29 | 1 | -0/+91 |
* | | Added hd wallet tests | Dan Finlay | 2016-10-28 | 1 | -0/+97 |
* | | Merge branch 'master' into i328-MultiVault | Dan Finlay | 2016-10-26 | 1 | -4/+17 |
|\| |
|
| * | test - fix delegate-call test | kumavis | 2016-10-25 | 1 | -10/+6 |
| * | Merge branch 'master' into i743-FixDelegateCallFlag | kumavis | 2016-10-25 | 1 | -0/+22 |
| |\ |
|
| * | | Reproduced issue 743 in test case | Dan Finlay | 2016-10-18 | 1 | -3/+20 |
* | | | Merge branch 'master' into i328-MultiVault | Dan Finlay | 2016-10-22 | 1 | -0/+22 |
|\ \ \
| | |/
| |/| |
|
| * | | Clean up tests | Frankie | 2016-10-21 | 1 | -4/+4 |
| * | | Add test and ability for isHex to handle hex strings with hex-prefix | Frankie | 2016-10-20 | 1 | -0/+5 |
| * | | Add unit test for isHex and add to CHANGELOG.md | Frankie | 2016-10-20 | 1 | -0/+17 |
| |/ |
|
* | | Fix bug in new KeyringController vault restoring logic. | Dan Finlay | 2016-10-22 | 1 | -0/+31 |
* | | Create new vault before each keyringController unit test | Dan Finlay | 2016-10-22 | 1 | -3/+5 |
* | | Create basic keyring-controller unit test file | Dan Finlay | 2016-10-22 | 1 | -20/+35 |
* | | Added SimpleKeyring tests | Dan Finlay | 2016-10-22 | 1 | -0/+83 |
* | | Fix tests | Dan Finlay | 2016-10-21 | 3 | -170/+4 |
* | | Git merge resolution. | Kevin Serrano | 2016-10-20 | 1 | -0/+18 |
|\| |
|
| * | Restore hex prefix to gas price | Dan Finlay | 2016-10-18 | 1 | -0/+1 |
| * | Increase gas estimate by 100000 wei | Dan Finlay | 2016-10-18 | 1 | -0/+17 |
* | | Intermediary commit. | Kevin Serrano | 2016-10-20 | 2 | -5/+5 |
* | | Add initial KeyringController files | Dan Finlay | 2016-10-12 | 1 | -0/+141 |
|/ |
|
* | Remove logs | Dan Finlay | 2016-09-15 | 1 | -2/+0 |
* | Merge pull request #669 from MetaMask/Version-2.12.1 | Dan Finlay | 2016-09-15 | 1 | -8/+10 |
* | Fix clearing of account cache on vault restore | Dan Finlay | 2016-09-13 | 1 | -8/+6 |
* | Fix some references | Dan Finlay | 2016-09-13 | 1 | -2/+2 |
* | Fix account unlocking | Dan Finlay | 2016-09-13 | 1 | -19/+12 |
* | Select first address when restoring vault | Dan Finlay | 2016-09-12 | 1 | -0/+18 |
* | Fixed caching bug | Dan Finlay | 2016-09-11 | 1 | -6/+5 |
* | Correct assertion for BIP32 compliance | Dan Finlay | 2016-09-11 | 1 | -1/+1 |
* | Remove log | Dan Finlay | 2016-09-11 | 1 | -1/+0 |
* | Add more bip44 assertions | Dan Finlay | 2016-09-11 | 1 | -1/+9 |
* | Made bip44 assertions easier to add to | Dan Finlay | 2016-09-11 | 1 | -27/+36 |
* | Clean up tests | Dan Finlay | 2016-09-11 | 1 | -18/+17 |
* | Correctly clear ethStore cache on new vault restore | Dan Finlay | 2016-09-11 | 1 | -6/+22 |
* | Captured #640 in failing test | Dan Finlay | 2016-09-11 | 1 | -1/+12 |
* | Add new eth-lightwallet salting to vault. | Dan Finlay | 2016-09-10 | 1 | -1/+3 |
* | Add negative value validation to tx approval | Dan Finlay | 2016-09-07 | 1 | -0/+97 |
* | Add test for Edge compatibility | Dan Finlay | 2016-08-30 | 1 | -0/+29 |
* | Naming issue. | Kevin Serrano | 2016-08-25 | 1 | -1/+1 |
* | Implement usage of nock. | Kevin Serrano | 2016-08-25 | 1 | -2/+11 |
* | Now calls API functions with mock options. | Kevin Serrano | 2016-08-25 | 1 | -3/+5 |
* | Merge branch 'master' into i390-TransactionLimit | Dan Finlay | 2016-08-23 | 1 | -1/+6 |
|\ |
|
| * | Add test | Frankie | 2016-08-20 | 1 | -1/+6 |
* | | Added `view more` button to transaction list | Dan Finlay | 2016-08-19 | 1 | -0/+12 |
* | | Enforce tx history limit | Dan Finlay | 2016-08-19 | 1 | -0/+11 |
|/ |
|
* | Added compliance for tests and properly accounts for N/A conversions. | Kevin Serrano | 2016-08-17 | 1 | -7/+6 |
* | Remove extra test. | Kevin Serrano | 2016-08-17 | 1 | -4/+0 |
* | Merge branch 'master' into usd-conversion | Kevin Serrano | 2016-08-05 | 1 | -3/+12 |
|\ |
|
| * | Fix extension tests | Dan Finlay | 2016-07-26 | 1 | -3/+12 |
* | | Change function names. Add interval polling for api. Refactor functions. | Kevin Serrano | 2016-07-22 | 1 | -3/+3 |
* | | Merge branch 'master' into usd-conversion | Kevin Serrano | 2016-07-22 | 1 | -0/+39 |
|\| |
|
| * | Implement some cross-browser practices (#473) | Dan Finlay | 2016-07-22 | 1 | -0/+39 |
* | | Progress on config manager. Plus tests. | Kevin Serrano | 2016-07-21 | 1 | -1/+81 |
|/ |
|
* | Remove unused functions. Readd if necessary. | Kevin Serrano | 2016-07-12 | 1 | -19/+0 |
* | Refactor util tests. | Kevin Serrano | 2016-07-12 | 1 | -11/+8 |
* | Add nickname rendering for recipient address | Dan Finlay | 2016-07-08 | 1 | -0/+44 |
* | Merge branch 'master' into ConfirmationStyle | Dan Finlay | 2016-07-08 | 1 | -4/+17 |
|\ |
|
| * | Revert back to original formatBalance | Frankie | 2016-07-08 | 1 | -5/+17 |
* | | Merged latest balance formatting code | Dan Finlay | 2016-07-07 | 1 | -17/+4 |
|\| |
|
| * | Add decimal hendeling to ETH balance | Frankie | 2016-07-07 | 1 | -17/+5 |
* | | Began reworking tx conf view | Dan Finlay | 2016-07-07 | 1 | -0/+6 |
* | | Simplify empty account balance rendering | Dan Finlay | 2016-07-06 | 1 | -1/+1 |
|/ |
|
* | Remove useless and buggy clearWallet function | Dan Finlay | 2016-07-01 | 1 | -11/+0 |
* | Replicated really strange bug with test | Dan Finlay | 2016-07-01 | 1 | -1/+16 |
* | Fixed tests | Dan Finlay | 2016-06-25 | 2 | -2/+9 |
* | stop pedantic linting | kumavis | 2016-06-24 | 1 | -1/+1 |
* | icon-factory - overhaul to provide svg or imagified el | kumavis | 2016-06-24 | 1 | -31/+0 |
* | Fix eth sign with dennis' test input | Dan Finlay | 2016-06-22 | 1 | -11/+13 |
* | Add linting to our mocha suite | Dan Finlay | 2016-06-22 | 1 | -0/+9 |
* | added a failing case and fixed it by refactoring everything to strings | Zac Mitton | 2016-06-21 | 1 | -1/+15 |
* | Merge branch 'master' into SignFullDataNotHash | Dan Finlay | 2016-06-17 | 1 | -1/+31 |
|\ |
|
| * | Add confirmation persisting to localStorage | Dan Finlay | 2016-06-17 | 1 | -1/+31 |
* | | Fixed signing of hashes | Dan Finlay | 2016-06-17 | 1 | -4/+6 |
* | | Began adding signMsg unit test | Dan Finlay | 2016-06-16 | 1 | -0/+31 |
|/ |
|
* | Cache identicons | Dan Finlay | 2016-06-07 | 1 | -0/+31 |
* | Fix hashed address validation | Dan Finlay | 2016-06-03 | 1 | -3/+3 |
* | Add test case for sample hashed address | Dan Finlay | 2016-06-02 | 1 | -0/+7 |
* | Merge pull request #222 from MetaMask/balances | kumavis | 2016-05-26 | 1 | -5/+30 |
|\ |
|
| * | correctly displaying small balances with tests | Zac Mitton | 2016-05-26 | 1 | -5/+30 |
* | | Fix persistent warning bug | Dan Finlay | 2016-05-26 | 1 | -0/+51 |
|/ |
|
* | Added ability to nickname wallets locally | Dan Finlay | 2016-05-21 | 2 | -0/+57 |
* | Add full precision to send tx value field. | Dan Finlay | 2016-05-20 | 1 | -0/+14 |
* | Increase send value precision | Dan Finlay | 2016-05-20 | 1 | -0/+8 |
* | Add address capitalization checksumming | Dan Finlay | 2016-05-20 | 1 | -0/+46 |
* | Streamlined some transition logic | Dan Finlay | 2016-05-13 | 2 | -1/+28 |
* | Move all users to new scalable backend | Dan Finlay | 2016-05-12 | 1 | -0/+5 |
* | Fix test | Dan Finlay | 2016-05-11 | 1 | -1/+2 |
* | Remove test only statement | Dan Finlay | 2016-05-11 | 1 | -1/+1 |
* | Fix outdated transitions | Dan Finlay | 2016-04-30 | 1 | -23/+23 |
* | Fix test | Dan Finlay | 2016-04-28 | 1 | -4/+8 |
* | Fix explorer link generation | Dan Finlay | 2016-04-28 | 1 | -0/+11 |
* | Make account detail view the primary view | Dan Finlay | 2016-04-26 | 1 | -1/+1 |
* | Add migration to actual migration array, fix test | Dan Finlay | 2016-04-23 | 1 | -3/+8 |
* | Deprecate rawtestrpc.metamask.io | Dan Finlay | 2016-04-23 | 1 | -3/+11 |
* | Store metamaskId on metaTx instead of getTxWithParams method. | Dan Finlay | 2016-04-21 | 1 | -26/+0 |
* | Fix floating point input bug | Dan Finlay | 2016-04-20 | 1 | -27/+41 |
* | Add extra tx methods to configManager | Dan Finlay | 2016-04-20 | 1 | -0/+36 |
* | Persist transactions to config-manager | Dan Finlay | 2016-04-19 | 1 | -0/+79 |
* | Unify test suites | Dan Finlay | 2016-04-19 | 8 | -1/+454 |
* | Fix plugin tests | Dan Finlay | 2016-04-19 | 1 | -5/+8 |
* | Migrate etherscan providers to our RPC | Dan Finlay | 2016-04-13 | 1 | -0/+14 |
* | Made configuration migrateable | Dan Finlay | 2016-03-31 | 1 | -0/+71 |
* | Correct the bip44 test account | Dan Finlay | 2016-03-26 | 1 | -5/+5 |
* | Implemented BIP44 compliance test. | Dan Finlay | 2016-03-26 | 1 | -0/+81 |