Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Got personal_sign working | Dan Finlay | 2017-02-24 | 11 | -69/+175 |
| | | | | Also fixed bug where signing would not close popup. | ||||
* | Add alternate UI for pending personal_sign messages | Dan Finlay | 2017-02-24 | 4 | -15/+15 |
| | |||||
* | Add personal sign actions and template | Dan Finlay | 2017-02-23 | 5 | -26/+111 |
| | |||||
* | Allow provider to init before keyringController | Dan Finlay | 2017-02-22 | 1 | -2/+6 |
| | |||||
* | Fix reference | Dan Finlay | 2017-02-22 | 1 | -1/+1 |
| | |||||
* | Point metamask-controller personalSignRecover method to keyring-controller | Dan Finlay | 2017-02-22 | 1 | -9/+5 |
| | |||||
* | Move sigUtil and keyrings to external modules | Dan Finlay | 2017-02-22 | 14 | -537/+294 |
| | | | | These external modules now have their own test coverage and build enforcement. This allowed me to somewhat more easily add good tests around our personalSign strategy (held now in [eth-sig-util](https://github.com/flyswatter/eth-sig-util), and allow each of the keyrings to import that, etc. | ||||
* | Move changelog entry | Dan Finlay | 2017-02-22 | 1 | -1/+2 |
| | |||||
* | Merge pull request #1143 from MetaMask/FixTxApprovalUiMode | Frankie | 2017-02-21 | 10 | -5/+125 |
|\ | | | | | Fix UI Dev Mode for Tx Approval | ||||
| * | Add log global to test suite | Dan Finlay | 2017-02-21 | 1 | -0/+6 |
| | | |||||
| * | Fix UI Dev Mode for Tx Approval | Dan Finlay | 2017-02-21 | 9 | -5/+119 |
|/ | | | | | | | | | | The state object had been changed, but our mock states for tx approval were using the old keys. Rather than try to muck about and figure out each and every change, I've re-generated a UI dev state for tx approval, which should help @zanibas on his current project. We can continue adding new dev states as needed from here. If anyone catches a state that doesn't render correctly, it's worth checking if a new snapshot doesn't solve things. Debugged by adding new debugging loggers, and I've left them in place for easier future debugging. | ||||
* | Merge pull request #1140 from MetaMask/i1128-noticesdev | Kevin Serrano | 2017-02-21 | 4 | -14/+52 |
|\ | | | | | Add notice functionality | ||||
| * | Merge branch 'master' into i1128-noticesdev | Dan Finlay | 2017-02-21 | 6 | -0/+34 |
| |\ | |/ |/| | |||||
* | | Merge pull request #1138 from MetaMask/AddBetterLogger | Kevin Serrano | 2017-02-21 | 6 | -0/+34 |
|\ \ | | | | | | | Add better logger | ||||
| * \ | Merge branch 'master' into AddBetterLogger | Kevin Serrano | 2017-02-21 | 2 | -1/+3 |
| |\ \ | |/ / |/| | | |||||
| * | | Merge branch 'master' into AddBetterLogger | Dan Finlay | 2017-02-21 | 2 | -2/+3 |
| |\ \ | |||||
| * | | | Set default log levels | Dan Finlay | 2017-02-21 | 3 | -0/+3 |
| | | | | |||||
| * | | | Add debug logging to ui routing logic. | Dan Finlay | 2017-02-21 | 6 | -0/+31 |
| | | | | |||||
| | | * | Merge branch 'master' into i1128-noticesdev | Kevin Serrano | 2017-02-21 | 3 | -3/+6 |
| | | |\ | |_|_|/ |/| | | | | | | | borts | ||||
* | | | | Merge pull request #1139 from MetaMask/Version-3.3.0 | Dan Finlay | 2017-02-21 | 2 | -1/+3 |
|\ \ \ \ | |_|/ / |/| | | | Version 3.3.0 | ||||
| * | | | Version 3.3.0v3.3.0 | Dan Finlay | 2017-02-21 | 2 | -1/+3 |
|/ / / | |||||
* | | | Merge pull request #1137 from MetaMask/AddPersonalSignMethod | Kevin Serrano | 2017-02-21 | 2 | -2/+3 |
|\ \ \ | |/ / |/| | | Add personal_sign and personal_ecRecover support | ||||
| * | | Add personal_sign and personal_ecRecover support | Dan Finlay | 2017-02-21 | 2 | -2/+3 |
|/ / | |||||
| * | Integration tests play nice with new disabled buttons. | Kevin Serrano | 2017-02-21 | 1 | -2/+6 |
| | | |||||
| * | Notices must be scrolled down to proceed from. | Kevin Serrano | 2017-02-21 | 1 | -0/+9 |
| | | |||||
| * | add waits between notices. | Kevin Serrano | 2017-02-21 | 2 | -11/+36 |
| | | |||||
| * | Fix typo. | Kevin Serrano | 2017-02-21 | 1 | -2/+2 |
| | | |||||
| * | Re-enable notices on dev. | Kevin Serrano | 2017-02-21 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #1119 from MetaMask/i1089-networkfront | Dan Finlay | 2017-02-16 | 3 | -8/+15 |
|\ | | | | | Network display/change on lock screen | ||||
| * | Merge branch 'master' into i1089-networkfront | Dan Finlay | 2017-02-16 | 1 | -0/+2 |
| |\ | |/ |/| | |||||
* | | Merge pull request #1123 from MetaMask/kumavis-patch-1 | kumavis | 2017-02-16 | 1 | -0/+2 |
|\ \ | | | | | | | keyring controller - update memStore after restoreKeyring | ||||
| * | | Add memstore update after adding new keyring | Dan Finlay | 2017-02-16 | 1 | -0/+1 |
| | | | |||||
| * | | Merge branch 'kumavis-patch-1' of github.com:MetaMask/metamask-plugin into ↵ | Dan Finlay | 2017-02-16 | 222 | -3290/+16338 |
| |\ \ | | | | | | | | | | | | | kumavis-patch-1 | ||||
| | * | | keyring controller - update memStore after restoreKeyring | kumavis | 2017-02-16 | 1 | -0/+1 |
| |/ / |/| | | |||||
| * | | deps - bump web3-provider-engine | kumavis | 2016-08-25 | 1 | -1/+1 |
| | | | |||||
| | * | Merge branch 'master' into i1089-networkfront | Kevin Serrano | 2017-02-16 | 1 | -0/+6 |
| | |\ | |_|/ |/| | | |||||
* | | | Merge pull request #1121 from MetaMask/dev | Kevin Serrano | 2017-02-16 | 66 | -395/+568 |
|\ \ \ | | | | | | | | | Merge dev into master | ||||
| * \ \ | Merge branch 'master' into dev | Dan Finlay | 2017-02-16 | 7 | -7/+88 |
| |\ \ \ | |/ / / |/| | | | |||||
| | | * | Merge branch 'master' into i1089-networkfront | Kevin Serrano | 2017-02-16 | 7 | -7/+88 |
| | | |\ | |_|_|/ |/| | | | |||||
* | | | | Merge pull request #1113 from MetaMask/RecoverTests | kumavis | 2017-02-16 | 4 | -2/+47 |
|\ \ \ \ | | | | | | | | | | | Add tests showing recovering public key from signature | ||||
| * | | | | Bump changelog | Dan Finlay | 2017-02-14 | 1 | -0/+2 |
| | | | | | |||||
| * | | | | Verify messages in a loop | Dan Finlay | 2017-02-14 | 1 | -27/+25 |
| | | | | | |||||
| * | | | | got hash test passing | Dan Finlay | 2017-02-14 | 3 | -16/+28 |
| | | | | | |||||
| * | | | | Add failing test for signature recovery | Dan Finlay | 2017-02-14 | 1 | -0/+33 |
|/ / / / | |||||
* | | | | Merge pull request #1107 from MetaMask/Version-3.2.2 | Kevin Serrano | 2017-02-10 | 2 | -1/+5 |
|\ \ \ \ | | | | | | | | | | | Version 3.2.2 | ||||
| * | | | | Version 3.2.2v3.2.2 | Dan Finlay | 2017-02-10 | 2 | -1/+5 |
|/ / / / | |||||
* | | | | Merge pull request #1105 from MetaMask/rollbackEthSighn | kumavis | 2017-02-10 | 6 | -4/+36 |
|\ \ \ \ | | | | | | | | | | | Rollback eth sign | ||||
| * | | | | Add to CHANGELOG | Frankie | 2017-02-10 | 1 | -0/+1 |
| | | | | | |||||
| * | | | | Revert old style message sighing | Frankie | 2017-02-10 | 5 | -4/+35 |
|/ / / / | |||||
* | | | | Merge pull request #1099 from MetaMask/dev | Kevin Serrano | 2017-02-09 | 2 | -2/+6 |
|\ \ \ \ | | | | | | | | | | | Publish 3.2.1 | ||||
| | | | * | Changelog. | Kevin Serrano | 2017-02-16 | 1 | -0/+1 |
| | | | | | |||||
| | | | * | Remove custom RPC option when on lock screen. | Kevin Serrano | 2017-02-16 | 1 | -1/+1 |
| | | | | | |||||
| | | | * | Change networks from lock screen. | Kevin Serrano | 2017-02-16 | 2 | -7/+7 |
| | | |/ | | |/| | |||||
| | * | | Merge pull request #1117 from MetaMask/disclaimer-clean | Kevin Serrano | 2017-02-16 | 15 | -35/+296 |
| | |\ \ | | | | | | | | | | | Migration Testing | ||||
| | | * | | Add to changelog. | Kevin Serrano | 2017-02-16 | 1 | -0/+1 |
| | | | | | |||||
| | | * | | Complete migration tests. | Kevin Serrano | 2017-02-16 | 2 | -15/+75 |
| | | | | | |||||
| | | * | | Adding additional migration state to account for moving data. | Kevin Serrano | 2017-02-16 | 1 | -0/+138 |
| | | | | | |||||
| | | * | | Made migrations non-destructive; fixed currency migration. | Kevin Serrano | 2017-02-16 | 10 | -22/+49 |
| | | | | | |||||
| | | * | | Add migrations for removing terms of use data. | Kevin Serrano | 2017-02-15 | 3 | -2/+37 |
| | |/ / | |||||
| | * | | Merge pull request #1111 from MetaMask/mapachurro-patch-1 | Kevin Serrano | 2017-02-11 | 1 | -0/+28 |
| | |\ \ | | | | | | | | | | | Mapachurro - Update first-time.js | ||||
| | | * | | Merge branch 'mapachurro-patch-1' of github.com:mapachurro/metamask-plugin ↵ | Kevin Serrano | 2017-02-11 | 1 | -0/+28 |
| | |/| | | | | | | | | | | | | | | | | | into mapachurro-patch-1 | ||||
| | | * | | Update first-time.js | mapachurro | 2017-02-10 | 1 | -0/+28 |
| | |/ / | |/| | | |||||
| | * | | Merge pull request #1108 from MetaMask/disclaimer-notify | Kevin Serrano | 2017-02-11 | 50 | -359/+236 |
| | |\ \ | | | | | | | | | | | Integrate disclaimer with notification system | ||||
| | | * | | fix debug | Kevin Serrano | 2017-02-10 | 1 | -1/+1 |
| | | | | | |||||
| | | * | | Prevent notices from opening in test and debug mode. | Kevin Serrano | 2017-02-10 | 1 | -1/+1 |
| | | | | | |||||
| | | * | | Fix integration tests. | Kevin Serrano | 2017-02-10 | 2 | -18/+3 |
| | | | | | |||||
| | | * | | Remove trailing comma in JSON. | Kevin Serrano | 2017-02-10 | 1 | -1/+1 |
| | | | | | |||||
| | | * | | Merge branch 'dev' into disclaimer-notify | Kevin Serrano | 2017-02-10 | 3 | -1/+8 |
| | | |\ \ | | | |/ / | | |/| | | |||||
| | * | | | Merge pull request #1101 from MetaMask/i1085-synchronousnet | Kevin Serrano | 2017-02-10 | 3 | -1/+8 |
| |/| | | | | | | | | | | | | | Allowed net_version to be called synchronously | ||||
| | * | | | Merge branch 'dev' into i1085-synchronousnet | kumavis | 2017-02-10 | 2 | -3/+6 |
| | |\ \ \ | | |/ / / | |/| | | | |||||
| | * | | | Allowed net_version to be called synchronously | Kevin Serrano | 2017-02-09 | 3 | -1/+9 |
| | | | | | |||||
| | | * | | Delete all code related to disclaimers. | Kevin Serrano | 2017-02-10 | 44 | -316/+30 |
| | | | | | |||||
| | | * | | Fix bugs with notice. Add disclaimer notice. | Kevin Serrano | 2017-02-10 | 5 | -24/+202 |
| | |/ / | |/| | | |||||
| * | | | Merge branch 'master' into dev | kumavis | 2017-02-09 | 0 | -0/+0 |
| |\ \ \ | |/ / / |/| | | | |||||
* | | | | Merge pull request #1094 from MetaMask/dev | kumavis | 2017-02-08 | 113 | -1902/+2454 |
|\ \ \ \ | | |/ / | |/| | | Version 3.2.0 | ||||
| | * | | Merge pull request #1098 from MetaMask/Version-3.2.1 | kumavis | 2017-02-09 | 2 | -2/+6 |
| |/| | | | | | | | | | | Version 3.2.1 | ||||
| | * | | Version 3.2.1v3.2.1 | Dan Finlay | 2017-02-09 | 2 | -2/+6 |
| |/ / | |||||
| * | | Merge pull request #1093 from MetaMask/Version-3.2.0 | Dan Finlay | 2017-02-08 | 2 | -2/+4 |
| |\ \ | | | | | | | | | Version 3.2.0 | ||||
| | * | | Version 3.2.0v3.2.0 | Dan Finlay | 2017-02-08 | 2 | -2/+4 |
| | | | | |||||
| * | | | Merge pull request #1090 from MetaMask/RemoveEgregiousAlert | Frankie | 2017-02-07 | 1 | -1/+0 |
| |\ \ \ | | |/ / | |/| | | Remove egregious alert | ||||
| | * | | Remove egregious alert | Dan Finlay | 2017-02-07 | 1 | -1/+0 |
| |/ / | |||||
| * | | Merge pull request #1088 from MetaMask/CreateShapeshiftController | kumavis | 2017-02-06 | 7 | -40/+156 |
| |\ \ | | | | | | | | | Create shapeshift controller | ||||
| | * | | Fix typo | Dan Finlay | 2017-02-05 | 1 | -1/+1 |
| | | | | |||||
| | * | | Remove shapeshift tx list from idStore | Dan Finlay | 2017-02-05 | 1 | -2/+1 |
| | | | | |||||
| | * | | Stop removing old shapeshift txs | Dan Finlay | 2017-02-05 | 1 | -16/+0 |
| | | | | |||||
| | * | | Do not remove completed shapeshift deposits | Dan Finlay | 2017-02-04 | 1 | -1/+2 |
| | | | | |||||
| | * | | Fix bug when clearing old shapeshift txs | Dan Finlay | 2017-02-04 | 1 | -1/+3 |
| | | | | |||||
| | * | | Automatically remove shapeshift txs over 11 minutes old with no payment | Dan Finlay | 2017-02-04 | 1 | -0/+22 |
| | | | | |||||
| | * | | Add migration to index | Dan Finlay | 2017-02-04 | 1 | -1/+2 |
| | | | | |||||
| | * | | Got ShapeShiftController back to working | Dan Finlay | 2017-02-04 | 2 | -12/+43 |
| | | | | |||||
| | * | | Mostly got shapeshift tx management into its own controller | Dan Finlay | 2017-02-04 | 4 | -38/+114 |
| |/ / | | | | | | | | | | Rendering the list is still having issues, so this isn't done yet. | ||||
| * | | Merge pull request #1087 from MetaMask/kumavis-refactor7 | Kevin Serrano | 2017-02-04 | 1 | -0/+2 |
| |\ \ | | | | | | | | | bugfix - eth-store - update store state after manipulating | ||||
| | * | | eth-store - update store state after manipulating | kumavis | 2017-02-04 | 1 | -0/+2 |
| | | | | |||||
| * | | | Merge pull request #1086 from MetaMask/kumavis-refactor7 | kumavis | 2017-02-04 | 10 | -42/+77 |
| |\| | | | | | | | | | | Refactor round 7 | ||||
| | * | | test - skip eth_sign tests until we have test data | kumavis | 2017-02-04 | 2 | -2/+2 |
| | | | | |||||
| | * | | id mgmt - update to latest eth_sign spec | kumavis | 2017-02-04 | 5 | -36/+58 |
| | | | | |||||
| | * | | migrations - fix migration #9 and add safety checks to migrator | kumavis | 2017-02-04 | 3 | -4/+15 |
| | | | | |||||
| | * | | eths-store - eagerly set current block | kumavis | 2017-02-04 | 1 | -0/+2 |
| |/ / | |||||
| * | | Merge pull request #1083 from MetaMask/kumavis-refactor6 | kumavis | 2017-02-03 | 20 | -516/+696 |
| |\ \ | | | | | | | | | Refactor round 6 | ||||
| | * | | metamask - add missing diskState and memState subscriptions | kumavis | 2017-02-03 | 1 | -6/+11 |
| | | | | |||||
| | * | | migration #9 - break out CurrencyController substate | kumavis | 2017-02-03 | 10 | -152/+227 |
| | | | | |||||
| | * | | eth-store - cbs default to noop | kumavis | 2017-02-03 | 1 | -5/+5 |
| | | | | |||||
| | * | | migration #8 - break out NoticeController substate | kumavis | 2017-02-03 | 4 | -28/+63 |
| | | | | |||||
| | * | | eth-store - convert to obs-store subclass | kumavis | 2017-02-03 | 3 | -121/+106 |
| | | | | |||||
| | * | | txManager - depend on preferencesStore | kumavis | 2017-02-03 | 3 | -5/+8 |
| | | | | |||||
| | * | | metamask - introduce networkStore | kumavis | 2017-02-03 | 3 | -47/+53 |
| | | | | |||||
| | * | | migration 7 - break off TransactionManager substate | kumavis | 2017-02-03 | 7 | -79/+179 |
| | | | | |||||
| | * | | messageManager - move view state to obs-store | kumavis | 2017-02-03 | 3 | -51/+32 |
| | | | | |||||
| | * | | keyring - replace getState with memStore | kumavis | 2017-02-03 | 2 | -30/+2 |
| | | | | |||||
| | * | | keyring - manage isUnlocked in memStore | kumavis | 2017-02-03 | 1 | -1/+7 |
| | | | | |||||
| | * | | keyring - rm config dep | kumavis | 2017-02-03 | 2 | -5/+2 |
| | | | | |||||
| | * | | actions - dont expect background to provide newState, manually update | kumavis | 2017-02-03 | 1 | -12/+27 |
| |/ / | |||||
| * | | Merge pull request #1082 from MetaMask/notice-management | kumavis | 2017-02-03 | 7 | -8/+47 |
| |\ \ | | | | | | | | | modification of notices. | ||||
| | * \ | Merge branch 'dev' into notice-management | Kevin Serrano | 2017-02-03 | 5 | -21/+23 |
| | |\ \ | | |/ / | |/| | | |||||
| * | | | Merge pull request #1079 from MetaMask/kumavis-refactor5 | Kevin Serrano | 2017-02-02 | 5 | -22/+23 |
| |\ \ \ | | | | | | | | | | | Refactor round 5 | ||||
| | * | | | test - first-time - re-add terms header check | kumavis | 2017-02-02 | 1 | -0/+2 |
| | | | | | |||||
| | * | | | metamask - memState - adopt configManager.isDisclaimerConfirmed from keyring ↵ | kumavis | 2017-02-02 | 2 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | controller | ||||
| | * | | | test - mock-dev - expose metamaskController for debugging | kumavis | 2017-02-02 | 1 | -0/+1 |
| | | | | | |||||
| | * | | | tests - mockDev - fix first-time flow | kumavis | 2017-02-02 | 2 | -21/+19 |
| |/ / / | |||||
| * | | | Merge pull request #1078 from MetaMask/messageManagerCleanUp | Frankie | 2017-02-02 | 1 | -0/+1 |
| |\ \ \ | | | | | | | | | | | put updateBadge back in | ||||
| | * | | | emit a update badge | Frankie | 2017-02-02 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | put updateBadge back in | Frankie | 2017-02-02 | 1 | -0/+1 |
| | | | | | |||||
| | | * | | Change filepath for new location of notices. | Kevin Serrano | 2017-02-03 | 1 | -1/+1 |
| | | | | | |||||
| | | * | | modification of notices. | Kevin Serrano | 2017-02-03 | 7 | -8/+47 |
| | |/ / | |/| | | |||||
| * | | | Merge pull request #1076 from MetaMask/messageManagerCleanUp | kumavis | 2017-02-02 | 22 | -216/+306 |
| |\| | | | | | | | | | | Message manager clean up | ||||
| | * | | swap out set state for updateState | Frankie | 2017-02-02 | 1 | -4/+1 |
| | | | | |||||
| | * | | Fix messy merge | Frankie | 2017-02-02 | 1 | -14/+2 |
| | | | | |||||
| | * | | Merge branch 'dev' into messageManagerCleanUp | Frankie | 2017-02-02 | 6 | -82/+75 |
| | |\ \ | | |/ / | |/| | | |||||
| * | | | Merge pull request #1077 from MetaMask/i#1075 | Kevin Serrano | 2017-02-02 | 1 | -1/+1 |
| |\ \ \ | | | | | | | | | | | fix transactions not showing up in history | ||||
| | * | | | default a return of an empty array | Frankie | 2017-02-02 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | linting | Frankie | 2017-02-02 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | fix transactions not showing up in history | Frankie | 2017-02-02 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Merge pull request #1073 from MetaMask/kumavis-refactor4 | Frankie | 2017-02-02 | 5 | -84/+74 |
| |\ \ \ \ | | |/ / / | |/| | | | Kumavis refactor4 | ||||
| | * | | | metamask - adopt isInitialized from keyring controller | kumavis | 2017-02-01 | 3 | -13/+8 |
| | | | | | |||||
| | * | | | keyring - move identities into memStore | kumavis | 2017-02-01 | 2 | -9/+19 |
| | | | | | |||||
| | * | | | keyring - add keyringtypes to memStore | kumavis | 2017-02-01 | 1 | -3/+3 |
| | | | | | |||||
| | * | | | tests - mock-dev - remove persistence | kumavis | 2017-02-01 | 1 | -15/+1 |
| | | | | | |||||
| | * | | | metamask - inherit some configManager state from keyring controller | kumavis | 2017-02-01 | 2 | -10/+13 |
| | | | | | |||||
| | * | | | keyring - synchronous getState | kumavis | 2017-02-01 | 3 | -55/+51 |
| |/ / / | |||||
| | * | | Merge branch 'dev' into messageManagerCleanUp | Frankie | 2017-02-02 | 49 | -128/+170 |
| | |\ \ | | |/ / | |/| | | |||||
| * | | | Merge pull request #1069 from MetaMask/i1066 | Frankie | 2017-01-31 | 49 | -128/+170 |
| |\ \ \ | | | | | | | | | | | Introduce Preferences Controller | ||||
| | * | | | migration #6 - fix selectedAddress data source | kumavis | 2017-01-31 | 1 | -2/+2 |
| | | | | | |||||
| | * | | | inpage - set web3.eth.defaultAccount correctly | kumavis | 2017-01-31 | 2 | -2/+2 |
| | | | | | |||||
| | * | | | continue rename selectedAccount to selectedAddress | kumavis | 2017-01-31 | 32 | -55/+51 |
| | | | | | |||||
| | * | | | rename selectedAccount to selectedAddress | kumavis | 2017-01-31 | 17 | -49/+35 |
| | | | | | |||||
| | * | | | metamask - rename getSelectedAccount to getSelectedAddress | kumavis | 2017-01-31 | 2 | -5/+5 |
| | | | | | |||||
| | * | | | migration #6 - move selectedAccount from keyringController to ↵ | kumavis | 2017-01-31 | 2 | -0/+42 |
| | | | | | | | | | | | | | | | | | | | | preferencesController | ||||
| | * | | | metamask - move selectedAccount set/get to preferencesController | kumavis | 2017-01-31 | 2 | -33/+12 |
| | | | | | |||||
| | * | | | preferences - introduce preferences controller | kumavis | 2017-01-31 | 2 | -0/+39 |
| |/ / / | |||||
| | * | | Add to CHANGELOG | Frankie | 2017-02-02 | 1 | -0/+1 |
| | | | | |||||
| | * | | code clan up and tests | Frankie | 2017-02-02 | 5 | -44/+140 |
| | | | | |||||
| | * | | Merge branch 'dev' into messageManagerCleanUp | Frankie | 2017-01-30 | 2 | -4/+13 |
| | |\ \ | | |/ / | |/| | | |||||
| * | | | Merge pull request #1068 from MetaMask/kumavis-refactor3 | Frankie | 2017-01-30 | 2 | -4/+13 |
| |\ \ \ | | | | | | | | | | | public config - get selectedAccount from keyring controller substate | ||||
| | * | | | metamask - lookup selectedAccount via keyringController | kumavis | 2017-01-30 | 2 | -3/+12 |
| | | | | | |||||
| | * | | | public config - get selectedAccount from keyring controller substate | kumavis | 2017-01-30 | 1 | -1/+1 |
| | | | | | |||||
| | | * | | Merge branch 'dev' into messageManagerCleanUp | Frankie | 2017-01-29 | 12 | -334/+274 |
| | | |\ \ | | |_|/ / | |/| | | | |||||
| * | | | | Merge pull request #1062 from MetaMask/kumavis-refactor3 | kumavis | 2017-01-29 | 12 | -339/+277 |
| |\| | | | | | | | | | | | | | Kumavis refactor3 | ||||
| | * | | | metamask - subscribe metamask store to keyringController substate | kumavis | 2017-01-29 | 1 | -0/+3 |
| | | | | | |||||
| | * | | | migration 5 - move keyring controller state to substate | kumavis | 2017-01-29 | 9 | -112/+122 |
| | | | | | |||||
| | * | | | keyring - add and initialize obs-store | kumavis | 2017-01-29 | 2 | -6/+36 |
| | | | | | |||||
| | * | | | metamask - adopt shapeshift txs from keyringController | kumavis | 2017-01-28 | 2 | -2/+3 |
| | | | | | |||||
| | * | | | tests - remove persistence and start with initial state | kumavis | 2017-01-28 | 3 | -124/+12 |
| | | | | | |||||
| | * | | | metamask - organize methods | kumavis | 2017-01-28 | 1 | -120/+126 |
| |/ / / | |||||
| | * | | Clean up message manger includes: | Frankie | 2017-01-29 | 20 | -179/+185 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Provider egine bump Remove presence of message manger in keyring controller Change the status wording fom conf to approved make Message manager a class fix messages not being apart of the badge re write message manger to better reflect controller pattern | ||||
| | * | | Merge branch 'dev' into messageManagerCleanUp | Frankie | 2017-01-28 | 7 | -198/+208 |
| | |\ \ | | |/ / | |/| | | |||||
| * | | | Merge pull request #1058 from MetaMask/kumavis-refactor2 | Frankie | 2017-01-28 | 7 | -198/+208 |
| |\ \ \ | | | | | | | | | | | Ongoing refactor and cleanup | ||||
| | * | | | metamask - fix setupProviderConnection | kumavis | 2017-01-27 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | Merge branch 'dev' of github.com:MetaMask/metamask-plugin into kumavis-refactor2 | kumavis | 2017-01-27 | 1 | -2/+0 |
| | |\ \ \ | | |/ / / | |/| | | | |||||
| | * | | | keymanager - small clean | kumavis | 2017-01-27 | 1 | -2/+2 |
| | | | | | |||||
| | * | | | lint -ignore extra spaces before values in obj expression | kumavis | 2017-01-27 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | metamask controller - cleanup remote api | kumavis | 2017-01-27 | 2 | -79/+101 |
| | | | | | |||||
| | * | | | metamask - organize into sections | kumavis | 2017-01-27 | 1 | -49/+61 |
| | | | | | |||||
| | * | | | metamask - use web3-stream-provider/handler instead of manual wiring | kumavis | 2017-01-27 | 1 | -23/+8 |
| | | | | | |||||
| | * | | | test - lint first | kumavis | 2017-01-27 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | metamask controller - adopt setup*Communication from background | kumavis | 2017-01-27 | 2 | -44/+41 |
| | | | | | |||||
| | * | | | background - stream disconnection fix | kumavis | 2017-01-27 | 2 | -8/+8 |
| | | | | | |||||
| | * | | | metamask controller - adopt clearSeedWords from keyring controller | kumavis | 2017-01-27 | 2 | -15/+9 |
| | | | | | |||||
| | | * | | Rewrite message controller to fit controller pattern | Frankie | 2017-01-28 | 1 | -48/+45 |
| | |/ / | |/| | | |||||
| * | | | Merge pull request #1056 from MetaMask/i#1006 | kumavis | 2017-01-27 | 1 | -2/+0 |
| |\ \ \ | | |/ / | |/| | | Fix ui overlap | ||||
| | * | | Fix ui overlap | Frankie | 2017-01-27 | 1 | -2/+0 |
| | | | | |||||
| * | | | Merge pull request #1057 from MetaMask/kumavis-refactor1 | kumavis | 2017-01-27 | 4 | -62/+44 |
| |\ \ \ | | |/ / | |/| | | background - various refactor, cleanups, and fixes | ||||
| | * | | background - graceful publicConfigStore connection teardown | kumavis | 2017-01-27 | 1 | -1/+3 |
| | | | | |||||
| | * | | config-manager - default to USD for currentFiat | kumavis | 2017-01-27 | 1 | -14/+4 |
| | | | | |||||
| | * | | background - organize metamask instantiation | kumavis | 2017-01-27 | 3 | -47/+37 |
| |/ / | |||||
| * | | Merge pull request #999 from MetaMask/obs-store2 | kumavis | 2017-01-25 | 21 | -562/+508 |
| |\ \ | | | | | | | | | background - introduce ObservableStore (mark II) | ||||
| | * | | mock-dev - cleanup missing polyfill | kumavis | 2017-01-25 | 1 | -3/+0 |
| | | | | |||||
| | * | | obs-store - use published module | kumavis | 2017-01-25 | 16 | -327/+113 |
| | | | | |||||
| | * | | migrations - rename 005 to stubbed _multi-keyring | kumavis | 2017-01-25 | 1 | -0/+7 |
| | | | | |||||
| | * | | Merge branch 'dev' of github.com:MetaMask/metamask-plugin into obs-store2 | kumavis | 2017-01-25 | 8 | -36/+62 |
| | |\ \ | | |/ / | |/| | | |||||
| * | | | Merge pull request #1054 from MetaMask/i#1048 | Frankie | 2017-01-25 | 7 | -35/+58 |
| |\ \ \ | | | | | | | | | | | Background - Extracts primary account code from keyring controller | ||||
| | * \ \ | Merge branch 'dev' into i#1048 | kumavis | 2017-01-25 | 12 | -12/+166 |
| | |\ \ \ | | |/ / / | |/| | | | |||||
| * | | | | Merge pull request #1050 from MetaMask/fixConfTxBalanceLogic | kumavis | 2017-01-25 | 2 | -1/+2 |
| |\ \ \ \ | | | | | | | | | | | | | Fix conf tx balance logic | ||||
| | * | | | | fix base | Frankie | 2017-01-25 | 1 | -2/+2 |
| | | | | | | |||||
| | * | | | | add to CHANGELOG | Frankie | 2017-01-25 | 1 | -0/+1 |
| | | | | | | |||||
| | * | | | | Fix issue where ConfTx view lets you approve txs when the account has ↵ | Frankie | 2017-01-25 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | insufficient balance | ||||
| * | | | | | Merge pull request #1051 from MetaMask/hotfix1048 | Frankie | 2017-01-25 | 2 | -5/+7 |
| |\ \ \ \ \ | | |/ / / / | |/| | | | | hotfix - addNewAccount - dont assume hd keyring position | ||||
| | | * | | | background controller - extract KeyringC.placeSeedWords to MetamaskC | kumavis | 2017-01-25 | 4 | -23/+34 |
| | | | | | | |||||
| | | * | | | merge master hotfix into dev | kumavis | 2017-01-25 | 2 | -2/+5 |
| | | |\ \ \ | |_|_|/ / / |/| | | | | | |||||
* | | | | | | Merge pull request #1053 from MetaMask/3.1.2v3.1.2 | kumavis | 2017-01-25 | 2 | -1/+6 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Release 3.1.2 | ||||
| * | | | | | | 3.1.2 | kumavis | 2017-01-25 | 2 | -1/+6 |
|/ / / / / / | |||||
* | | | | | | Merge pull request #1052 from MetaMask/hotfix1048 | kumavis | 2017-01-25 | 2 | -5/+7 |
|\ \ \ \ \ \ | | |/ / / / | |/| | | | | hotfix - dont assume hd keyring position | ||||
| * | | | | | hotfix - dont assume hd keyring position | kumavis | 2017-01-25 | 2 | -5/+7 |
|/ / / / / | |||||
| | * | | | keyring-controller - cleanup | kumavis | 2017-01-25 | 1 | -2/+3 |
| | | | | | |||||
| | * | | | keyring-controller - cleanup | kumavis | 2017-01-25 | 1 | -5/+3 |
| | | | | | |||||
| | * | | | add to CHANGELOG | Frankie | 2017-01-25 | 1 | -0/+2 |
| | | | | | |||||
| | * | | | Move the assumption of their only being one hd keyring when requesting seed ↵ | Frankie | 2017-01-25 | 2 | -7/+8 |
| | | | | | | | | | | | | | | | | | | | | words to metamaskController | ||||
| | * | | | Fix issue where generating a new account would put it in loose keys | Frankie | 2017-01-25 | 4 | -6/+15 |
| |/ / / |/| | | | |||||
| | * | | Merge branch 'dev' into obs-store2 | kumavis | 2017-01-22 | 49 | -308/+1406 |
| | |\ \ | | |/ / | |/| | | |||||
| * | | | Merge pull request #1042 from MetaMask/upToDate | kumavis | 2017-01-21 | 2 | -1/+4 |
| |\ \ \ | | | | | | | | | | | keep dev Up to date | ||||
| | * | | | Merge branch 'master' into upToDate | Frankie | 2017-01-21 | 2 | -1/+4 |
| |/| | | | |/ / / |/| | | | |||||
* | | | | Merge pull request #1040 from MetaMask/3.1.1v3.1.1 | kumavis | 2017-01-21 | 2 | -1/+5 |
|\ \ \ \ | | | | | | | | | | | 3.1.1 | ||||
| * | | | | 3.1.1 | kumavis | 2017-01-21 | 2 | -1/+5 |
|/ / / / | |||||
| * | | | Merge pull request #1039 from MetaMask/upToDate | kumavis | 2017-01-21 | 1 | -1/+3 |
| |\ \ \ | | | | | | | | | | | Keep dev up to date with master | ||||
| | * | | | Merge branch 'master' into upToDate | Frankie | 2017-01-21 | 1 | -1/+3 |
| |/| | | | |/ / / |/| | | | |||||
* | | | | Merge pull request #1037 from MetaMask/i1034-seed-export | Frankie | 2017-01-21 | 1 | -1/+3 |
|\ \ \ \ | | | | | | | | | | | keyring controller - placeSeedWords should use first hdKeyring | ||||
| * | | | | keyring controller - placeSeedWords should use first hdKeyring | kumavis | 2017-01-21 | 1 | -1/+3 |
|/ / / / | |||||
| * | | | Merge pull request #1029 from MetaMask/i715-AddJsonImport | Kevin Serrano | 2017-01-20 | 11 | -11/+165 |
| |\ \ \ | | | | | | | | | | | Add JSON file account import | ||||
| | * | | | Bump changelog | Dan Finlay | 2017-01-19 | 1 | -0/+2 |
| | | | | | |||||
| | * | | | Merge branch 'dev' into i715-AddJsonImport | Dan Finlay | 2017-01-19 | 4 | -3/+6 |
| | |\ \ \ | | |/ / / | |/| | | | |||||
| * | | | | Merge pull request #1030 from MetaMask/master | kumavis | 2017-01-19 | 4 | -3/+6 |
| |\ \ \ \ | |/ / / / |/| | | | | Merge master into dev | ||||
* | | | | | Merge pull request #1027 from MetaMask/Version-3.1.0v3.1.0 | Dan Finlay | 2017-01-19 | 33 | -79/+875 |
|\ \ \ \ \ | | | | | | | | | | | | | Version 3.1.0 | ||||
| * \ \ \ \ | Merge branch 'master' into Version-3.1.0 | Dan Finlay | 2017-01-19 | 3 | -2/+3 |
| |\ \ \ \ \ | |/ / / / / |/| | | | | | |||||
* | | | | | | Merge pull request #1024 from MetaMask/fixSignedVsSubmitted | Dan Finlay | 2017-01-19 | 3 | -2/+4 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Fix the dissplay for submitted transactions... | ||||
| * | | | | | | Add to CHANGELOG | Frankie | 2017-01-19 | 1 | -0/+2 |
| | | | | | | | |||||
| * | | | | | | Merge branch 'master' into fixSignedVsSubmitted | Frankie | 2017-01-19 | 10 | -21/+28 |
| |\ \ \ \ \ \ | |/ / / / / / |/| | | | | | | |||||
| * | | | | | | Fix the dissplay for submitted transactions and the listner wating to hear ↵ | Frankie | 2017-01-19 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | when tx's were included in a block | ||||
| | * | | | | | Version 3.1.0 | Dan Finlay | 2017-01-19 | 2 | -1/+3 |
| | |/ / / / | |||||
| | | * | | | Add ability to import v3 JSON wallets | Dan Finlay | 2017-01-19 | 5 | -10/+27 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There is now a menu item labeled "JSON File" for importing, and it can digest either: - v1 MyEtherWallet JSON files - v3 Account files (used by Geth, Mist, and MyEtherWallet). Fixes #715 | ||||
| | | * | | | Implement naieve JSON file importing | Dan Finlay | 2017-01-19 | 3 | -5/+77 |
| | | | | | | | | | | | | | | | | | | | | | | | | Doesn't work on any JSON file I have, it's a very naieve strategy provided by ethereumjs-wallet. Will need to raise its sophistication before deploying to production. | ||||
| | | * | | | Added new modular private key import system | Dan Finlay | 2017-01-19 | 4 | -2/+65 |
| | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now any strategy for importing a private key that can be described as a pure function can be very easily turned into a MetaMask import strategy. I've created a generic and reusable UI action called `importNewAccount(strategy, args)`. The `strategy` is a unique identifier defined in `app/scripts/account-import-strategies`, and the `args` will be passed to the member of the `strategies` array whose key matches the strategy string. Strategies return private key hex strings, and are used by the metamask-controller to create a new keyring, and select that new account, before calling back. This also implements @frankiebee's idea of showing the imported account when it's been imported (my oversight!). This commit only moves us to this architecture, keeping feature parity for private key import, but has some untested code for importing geth-style JSON files as well! | ||||
| | * | | | Merge pull request #1022 from MetaMask/i715-AddImportMenu | kumavis | 2017-01-19 | 26 | -49/+828 |
| | |\ \ \ | | | | | | | | | | | | | Add ability to import private keys | ||||
| | | * \ \ | Merge branch 'dev' into i715-AddImportMenu | kumavis | 2017-01-19 | 1 | -0/+1 |
| | | |\ \ \ | | | |/ / / | | |/| | | | |||||
| | * | | | | Merge pull request #1026 from MetaMask/i1023-badTxHash | Dan Finlay | 2017-01-19 | 1 | -0/+2 |
| | |\ \ \ \ | | | | | | | | | | | | | | | Bump changelog | ||||
| | | * | | | | Bump changelog | Dan Finlay | 2017-01-19 | 1 | -0/+2 |
| | | | | | | | |||||
| | | | * | | | Merge branch 'dev' into i715-AddImportMenu | kumavis | 2017-01-19 | 1 | -6/+5 |
| | | | |\ \ \ | | | |_|/ / / | | |/| | | | | |||||
| | * | | | | | Merge pull request #1025 from MetaMask/i1023-badTxHash | Dan Finlay | 2017-01-19 | 1 | -6/+5 |
| | |\| | | | | | | | | | | | | | | | | | | tx-manager - use rpc-specified txHash | ||||
| | | * | | | | tx-manager - use rpc-specified txHash | kumavis | 2017-01-19 | 1 | -6/+5 |
| | |/ / / / | |||||
| | | * | | | Fix test to log out despite number of menu items | Dan Finlay | 2017-01-18 | 2 | -2/+3 |
| | | | | | | |||||
| | | * | | | Bump changelog | Dan Finlay | 2017-01-18 | 1 | -0/+2 |
| | | | | | | |||||
| | | * | | | Remove outdated reference | Dan Finlay | 2017-01-18 | 1 | -4/+0 |
| | | | | | | |||||
| | | * | | | Remove unused UI files | Dan Finlay | 2017-01-18 | 2 | -109/+0 |
| | | | | | | |||||
| | | * | | | Allow importing of private key strings | Dan Finlay | 2017-01-18 | 10 | -16/+357 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #1021 A top-right menu item now allows `Account Import`. It has a menu (with one item for now) that allows importing a private key string. Errors are displayed, and a success navigates the user to their account list, where the imported account is labeled `LOOSE`. | ||||
| | | * | | | Merge branch 'i328-MultiVault-v1' into i715-AddImportMenu | Dan Finlay | 2017-01-18 | 19 | -74/+560 |
| | | |\ \ \ | |||||
| | | | * | | | Develop import subviews | Dan Finlay | 2016-11-05 | 6 | -17/+87 |
| | | | | | | | |||||
| | | | * | | | Add import account placeholder template | Dan Finlay | 2016-11-05 | 4 | -30/+72 |
| | | | | | | | |||||
| | | | * | | | Add babelify to gulp build | Dan Finlay | 2016-11-05 | 1 | -0/+4 |
| | | | | | | | |||||
| | | | * | | | Linted | Dan Finlay | 2016-11-05 | 3 | -12/+8 |
| | | | | | | | |||||
| | | | * | | | Add account adding subview placeholders | Dan Finlay | 2016-11-05 | 4 | -39/+121 |
| | | | | | | | |||||
| | | | * | | | Merge branch 'i328-MultiVault' into i328-MultiVault-v1 | Dan Finlay | 2016-11-05 | 1 | -21/+1 |
| | | | |\ \ \ | |||||
| | | | * | | | | Remove unused class | Dan Finlay | 2016-11-05 | 1 | -1/+1 |
| | | | | | | | |