aboutsummaryrefslogtreecommitdiffstats
path: root/app/scripts/lib/idStore.js
Commit message (Collapse)AuthorAgeFilesLines
* Fix gasPrice rangeFrankie2016-10-141-0/+4
|
* Fix bug where new vaults had no nicknamesDan Finlay2016-10-121-0/+2
|
* Fix cache clearing reference for OperaDan Finlay2016-09-131-1/+1
| | | | For some reason Chrome didn't mind this awful bug, but Opera caught it.
* Make cache clearning error tolerantDan Finlay2016-09-131-1/+6
|
* Fix clearing of account cache on vault restoreDan Finlay2016-09-131-3/+7
|
* LintedDan Finlay2016-09-131-2/+2
|
* Load accounts into ethStore on unlockDan Finlay2016-09-131-0/+1
|
* Add accounts back to metamask stateDan Finlay2016-09-131-1/+5
|
* Fix keystore referenceDan Finlay2016-09-131-0/+1
|
* Fix some referencesDan Finlay2016-09-131-2/+2
|
* Fix account unlockingDan Finlay2016-09-131-10/+13
| | | | | | | | SubmitPassword was not creating a new id-management This is because I broke up the old "createIdmgmt" method to not perform as much conditional logic. Now the pieces are reusable and do what they should do.
* Select first address when restoring vaultDan Finlay2016-09-121-2/+10
| | | | Fixes #642
* Fix ethStore pushed addressesDan Finlay2016-09-121-1/+1
| | | | Needed to add hex prefix always.
* Fixed caching bugDan Finlay2016-09-111-6/+1
| | | | | | Fixed bug where the second new vault created in an IdStore would initially return the accounts from the original store. Also fixed some tests that were incorrect.
* Correctly clear ethStore cache on new vault restoreDan Finlay2016-09-111-7/+16
|
* Captured #640 in failing testDan Finlay2016-09-111-0/+5
|
* Add new eth-lightwallet salting to vault.Dan Finlay2016-09-101-57/+43
| | | | | | | | | | eth-lightwallet was previously not salting vault passwords, potentially making it easier to crack them once obtained. This branch incorporates the API changes to allow us to take advantage of the new salting logic. This is still throwing deprecation warnings, but that's actually a bug in eth-lightwallet I wrote, [I've submitted a PR for that here](https://github.com/ConsenSys/eth-lightwallet/pull/116). Fixes #555
* Only init one wallet on restoreDan Finlay2016-09-091-1/+1
| | | | Fixes #610
* Add a back button on lock screen to go back to init menuFrankie2016-08-261-0/+5
|
* Merge branch 'master' into shapeshiftTxFrankie2016-08-191-0/+3
|\
| * Merge master.Kevin Serrano2016-08-161-3/+6
| |\
| * \ Fix merge conflicts. Fix typos. Ensure currency immediately updated on load.Kevin Serrano2016-07-231-0/+1
| |\ \
| * | | Add date access throughout the data flow.Kevin Serrano2016-07-221-1/+2
| | | |
| * | | Add data field to pass up parameters up to reducer.Kevin Serrano2016-07-221-1/+3
| | | |
* | | | WIP: ShapeShift txFrankie2016-08-191-0/+1
| |_|/ |/| |
* | | Add global var for background.Kevin Serrano2016-08-121-3/+6
| |/ |/|
* | Buy button (#474)Frankie2016-07-221-1/+2
|/ | | | | | | | | | | | | | | | | | | * WIP: Buy button link * Add buy eth and the buy eth warning message * Add css * Move the opening of coinbase page to background and send to faucet if on test net * Create a Warning about storeing eth * Finish Buy button and Eth store warning screen * Add to CHANGELOG * fix frankies deletion and change chrome to extension
* new tx - calculate estimatedGas and show thing in tx-details (#441)kumavis2016-07-141-17/+37
| | | | | | * new tx - calculate estimatedGas and show thing in tx-details * Bump changelog
* Add one wallet to new accounts instead of three.Kevin Serrano2016-07-131-1/+1
|
* Remove useless and buggy clearWallet functionDan Finlay2016-07-011-3/+0
|
* Fixed testsDan Finlay2016-06-251-2/+5
|
* Improve refactorDan Finlay2016-06-251-4/+21
| | | | | | Replace config-manager-singleton with one that is instantiated within the `background-controller`, and takes its persistence callbacks from its instantiated options. Replaced class getters with more familiar get___() functions.
* Manually lintedDan Finlay2016-06-221-10/+0
|
* Auto lintedDan Finlay2016-06-221-47/+42
|
* Merge pull request #294 from MetaMask/SignFullDataNotHashDan Finlay2016-06-211-76/+1
|\ | | | | Sign full data not hash
| * Merge branch 'master' into SignFullDataNotHashDan Finlay2016-06-171-0/+1
| |\
| * | Factor idManagement into its own moduleDan Finlay2016-06-161-76/+1
| | |
| * | Sign binary data not hash on eth_signDan Finlay2016-06-161-2/+2
| | |
* | | Merge pull request #296 from MetaMask/i252Dan Finlay2016-06-181-9/+35
|\ \ \ | |_|/ |/| | idStore - add DELEGATE_CALL detection
| * | idStore - add DELEGATE_CALL detectionkumavis2016-06-171-9/+35
| |/
* / Add confirmation status to metamask state branchDan Finlay2016-06-171-0/+1
|/
* Fix pad with zeroes usageDan Finlay2016-06-151-2/+2
|
* Fix signature concatenationDan Finlay2016-06-151-2/+9
| | | | | | Fixes #280 Or at least, it should. Is this what you were requesting, @denisgranha?
* Merge branch 'master' into display_networkDan Finlay2016-06-041-2/+9
|\
| * Add login checkDan Finlay2016-06-031-1/+1
| |
| * Added seed word recovery to config screenDan Finlay2016-06-031-2/+9
| |
* | Blockchain status now updates on availability changeDan Finlay2016-06-041-8/+8
| |
* | Add network loading indicationDan Finlay2016-06-041-0/+6
|/
* idStore - track network failurekumavis2016-05-311-1/+4
|
* Added ability to nickname wallets locallyDan Finlay2016-05-211-2/+10
| | | | The changes are persisted to localstorage, so they cannot be restored on a new computer, but for right now it's a nice organizational feature.
* Add ability to add account to vaultDan Finlay2016-05-211-0/+15
| | | | | | | | Scrolling to the bottom of the accounts page now reveals a downward-facing chevron button. Pressing this button shows loading indication, adds a new account to the identity vault, displays it in the list, and scrolls the list to the bottom of the page. Any number of accounts can be generated in this way, and the UX feels intuitive without having to overly explain how HD paths work.
* Streamlined some transition logicDan Finlay2016-05-131-2/+2
| | | | | | | | Fixes #122 Had used multiple actions for some transitions, which would lead to brief intermediary states. Now making a few actions much more explicit about what they route to, so there is less intermediary logic, and we can transition confidently to the correct view.
* Add UI for Signing MessagesDan Finlay2016-05-041-8/+19
| | | | | | | | | | Calls to `eth.sign` are now transiently persisted in memory, and displayed in a chronological stack with pending transactions (which are still persisted to disk). This allows the user a method to sign/cancel transactions even if they miss the Chrome notification. Improved a lot of the view routing, to avoid cases where routes would show an empty account view, or transition to the accounts list when it shouldn't. Broke the transaction approval view into a couple components so messages and transactions could have their own templates.
* idmgmt - eth_sign support + notificationskumavis2016-04-291-3/+96
|
* tx list - bug fix - fixes #143kumavis2016-04-291-4/+10
|
* Filter transaction list for current blockchain networkDan Finlay2016-04-281-2/+13
| | | | | | | | | | When starting up, we now create a `web3` inside the `background.js` process, which we pass to the `idStore` and ask for the current `network`. We include the `network` on `app.metamask.network` in the state object. We re-request the network when changing provider. We filter the transaction list for transactions that match the current network.
* Persist selected accountDan Finlay2016-04-261-10/+7
| | | | | | When selecting an account, we now persist the selection to the `configManager`, so the selection can be restored when re-unlocking Metamask. Also found the bug where `rawtestrpc` was still being used as a default, and fixed it!
* Make account detail view the primary viewDan Finlay2016-04-261-3/+7
| | | | | | | | - When unlocking, the first account is now selected by default and displayed as the main view. - There is now a "CHANGE ACCT" button on the detail view to show the accounts list. - Clicking an account from the accounts list now navigates to the detail view and selects that account. - Config/Info screen "back" buttons now fire a new action, `GO_HOME`, which is configured to navigate to the accountDetail view, putting that logic in one place. - When locking and unlocking again, the first account is always displayed, eventually we should persist the selection.
* Store metamaskId on metaTx instead of getTxWithParams method.Dan Finlay2016-04-211-3/+7
|
* Add completed tx hash to persisted tx logDan Finlay2016-04-201-0/+4
|
* Emit transaction list to UIDan Finlay2016-04-191-0/+1
|
* Fix method of emitting unconfirmedTxs to UIDan Finlay2016-04-191-0/+1
|
* Persist transactions to config-managerDan Finlay2016-04-191-6/+6
| | | | | | | | Transactions are now stored, and are never deleted, they only have their status updated. We can add deleting later if we'd like. I've hacked on emitting the new unconfirmedTx key to the UI in the format it received before, I want Aaron's opinion on where I should actually do that.
* Add ability to export private keysDan Finlay2016-04-071-0/+9
|
* Add mayBeFauceting boolean to account objectDan Finlay2016-04-051-0/+17
| | | | | | | | | This boolean is computed from these requirements: - The user is on the testnet rpc - The account is index 0 The UI is responsible for checking the account balancing and indicating if fauceting is indeed pending or not.
* Support undefined address selectionDan Finlay2016-04-051-0/+5
| | | | If `setSelectedAddress` is called on the IdStore, the first account is automatically selected.
* Call back with wallet restore errorsDan Finlay2016-04-021-1/+5
|
* Do not cache the seed, retrieve it from the decrypted walletDan Finlay2016-04-011-6/+16
|
* Remove unnecessary abstractionDan Finlay2016-04-011-5/+1
|
* Removed logsDan Finlay2016-03-311-6/+0
|
* Made configuration migrateableDan Finlay2016-03-311-17/+21
| | | | | | | | | | | | | | Abstract all configuration data into a singleton called `configManager`, who is responsible for reading and writing to the persisted storage (localStorage, in our case). Uses my new module [pojo-migrator](https://www.npmjs.com/package/pojo-migrator), and wraps it with the `ConfigManager` class, which we can hang any state setting or getting methods we need. By keeping all the persisted state in one place, we can stabilize its outward-facing API, making the interactions increasingly atomic, which will allow us to add features that require restructuring the persisted data in the long term without having to rewrite UI or even `background.js` code. All the restructuring and data-type management is kept in one neat little place. This should make it very easy to add new configuration options like user-configured providers, per-domain vaults, and more! I know this doesn't seem like a big user-facing feature, but we have a big laundry list of features that I think this will really help streamline.
* Fix signing bugDan Finlay2016-03-301-2/+2
|
* Add auto-faucetingDan Finlay2016-03-301-4/+16
| | | | When first creating a vault, the first account is submitted to our `rawtestrpc` faucet, receiving `1.337` ether within 15-30 seconds.
* Remove argument destructuringDan Finlay2016-03-301-1/+3
|
* Return updated state after restoring vaultDan Finlay2016-03-291-1/+1
|
* Remove unused referenceDan Finlay2016-03-261-1/+0
|
* Cleaned up how we pass hdString to LightwalletDan Finlay2016-03-261-4/+11
|
* Implemented BIP44 compliance test.Dan Finlay2016-03-261-57/+43
| | | | Also added the hdPath that Christian had told me to our calls to the LightWallet, but this does not seem to have made us generate the same accounts as `testrpc` yet.
* Convert to bip44 hdTreesDan Finlay2016-03-261-14/+16
| | | | | | Added initial test just to verify we can recover the accounts we generate in this way. Still need to add compliance test to make sure this interoperates with testrpc's new mnemonic flag.
* Gave lock a callback for better loading indicationDan Finlay2016-03-251-2/+3
|
* Add seed word caching during confirmation screenDan Finlay2016-03-251-47/+84
| | | | | | | | In order to persist the seed word page until the user clicks the confirmation button, we need to store the seed words in localStorage. To simplify this process I've also reorganized some of the account manager code, broken up one large function into many smaller functions, and created a new class for the IdMgmt object. Again, sorry such a big refactor in one commit, but I really had to break it down to work through it.
* add vault recoverykumavis2016-03-161-5/+20
|
* notifications - add tx confirm+cancel buttonskumavis2016-03-121-0/+2
|
* idStore - normalize hex format before signingkumavis2016-03-061-1/+7
|
* tx sig - it works againkumavis2016-03-031-138/+93
|
* Fix issue with raw transaction injected.Simon de la Rouviere2016-02-231-6/+6
|
* idStore - add createNewVaultkumavis2016-02-171-14/+17
|
* idStore - add isInitialized flagkumavis2016-02-161-0/+1
|
* idStore - seperate signTx and sendTxkumavis2016-02-131-13/+29
|
* idStore - cancel txkumavis2016-02-131-0/+8
|
* idmgmt - refactorkumavis2016-02-111-0/+263