Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #4059 from MetaMask/i-4033-seed-words | kumavis | 2018-05-01 | 1 | -21/+1 |
|\ | | | | | Use new design for Reveal Seed screen. Persist seed words only in the first time flow. | ||||
| * | Revert "Fix UI getting stuck in Reveal Seed screen" | Alexander Tseung | 2018-04-22 | 1 | -21/+1 |
| | | | | | | | | This reverts commit 2c8156ebe91941309d49e8f8f1ed8e9d740bb9de. | ||||
* | | Clean up network config | Alexander Tseung | 2018-04-24 | 1 | -12/+11 |
|/ | |||||
* | Fix UI getting stuck in Reveal Seed screen | Alexander Tseung | 2018-04-19 | 1 | -1/+21 |
| | |||||
* | [NewUI] Opens to full screen when restoring from seed. (#3201) | Dan J Miller | 2018-02-08 | 1 | -0/+11 |
| | | | | | | * Opens to full screen when restoring from seed. * Remove redundant parameter in actions.markPasswordForgotten call. | ||||
* | Fix for tests | frankiebee | 2017-05-24 | 1 | -0/+29 |
| | |||||
* | Wrap the provider in a proxy | frankiebee | 2017-05-23 | 1 | -3/+2 |
| | |||||
* | Merge branch 'master' into networkController | frankiebee | 2017-05-23 | 1 | -0/+34 |
|\ | |||||
| * | Remove all traces of testnet | Thomas Huang | 2017-05-16 | 1 | -10/+5 |
| | | |||||
| * | Change default network to rinkeby | Thomas Huang | 2017-05-16 | 1 | -5/+5 |
| | | |||||
* | | Create a network controller to manage switcing networks an updating the provider | frankiebee | 2017-05-19 | 1 | -67/+0 |
|/ | |||||
* | Minor lint | Kevin Serrano | 2017-05-03 | 1 | -1/+1 |
| | |||||
* | add rinkeby network | Nickyg | 2017-04-26 | 1 | -0/+5 |
| | |||||
* | Add kovan config settings to config manager. | Kevin Serrano | 2017-03-23 | 1 | -0/+4 |
| | |||||
* | Remove gasMultiplier txMeta param | Dan Finlay | 2017-03-01 | 1 | -12/+0 |
| | | | | | | This was used by the custom gas slider on the `send` screen, and it was used to modify the gas value before sending it out, breaking our new custom gas field logic. Removed it and the logic that referred to this now-outdated parameter. | ||||
* | Move sigUtil and keyrings to external modules | Dan Finlay | 2017-02-22 | 1 | -1/+1 |
| | | | | 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. | ||||
* | Delete all code related to disclaimers. | Kevin Serrano | 2017-02-10 | 1 | -22/+0 |
| | |||||
* | Mostly got shapeshift tx management into its own controller | Dan Finlay | 2017-02-04 | 1 | -34/+0 |
| | | | | Rendering the list is still having issues, so this isn't done yet. | ||||
* | migration #9 - break out CurrencyController substate | kumavis | 2017-02-03 | 1 | -47/+0 |
| | |||||
* | tests - remove persistence and start with initial state | kumavis | 2017-01-28 | 1 | -9/+1 |
| | |||||
* | background - organize metamask instantiation | kumavis | 2017-01-27 | 1 | -1/+1 |
| | |||||
* | obs-store - use published module | kumavis | 2017-01-25 | 1 | -24/+20 |
| | |||||
* | Merge branch 'dev' into obs-store2 | kumavis | 2017-01-22 | 1 | -1/+1 |
|\ | |||||
| * | currency conversion - less noisy error | kumavis | 2017-01-12 | 1 | -1/+1 |
| | | |||||
* | | background - move pojo migrator to outside of metamask controller | kumavis | 2017-01-12 | 1 | -36/+13 |
| | | |||||
* | | background - introduce ObservableStore | kumavis | 2017-01-12 | 1 | -6/+4 |
|/ | |||||
* | deps - replace promise-request with fetch | kumavis | 2017-01-11 | 1 | -4/+3 |
| | |||||
* | Merge branch 'dev' into TxManager | Frankie | 2016-12-24 | 1 | -1/+1 |
|\ | |||||
| * | Return undefined when vault is uninitialized | Dan Finlay | 2016-12-22 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'dev' into TxManager | Frankie | 2016-12-22 | 1 | -0/+11 |
|\| | |||||
| * | Made changes according to feedback. | Dan Finlay | 2016-12-20 | 1 | -2/+1 |
| | | |||||
| * | Mostly added bad account detection | Dan Finlay | 2016-12-09 | 1 | -0/+12 |
| | | | | | | | | Currently riddled with logs, because the migrator is inexplicably returning before generating the new style accounts for comparison. | ||||
* | | First pass at revision requests | Frances Pangilinan | 2016-12-22 | 1 | -3/+0 |
| | | |||||
* | | Create a TxManager | Frances Pangilinan | 2016-12-15 | 1 | -50/+1 |
|/ | |||||
* | Fix vault encrypting & unlocking bug | Dan Finlay | 2016-12-01 | 1 | -2/+3 |
| | | | | | | | | This is only a bug in dev, but was committed yesterday. Sometimes the `encrypt` method was being passed values other than the password as the encryption key, leading to un-unlockable vaults. To find this, and avoid it for all time hereafter, I added several more steps to our oft-neglected integration test suite, which now fully initializes a vault, locks it, and unlocks it again, to make sure all of those steps definitely work always. | ||||
* | Merge branch 'dev' into i831-AddRopsten-Dev | Dan Finlay | 2016-11-22 | 1 | -23/+54 |
|\ | |||||
| * | Re-enable disclaimer screen. Rename variables to reflect role more clearly. | Kevin Serrano | 2016-11-15 | 1 | -4/+4 |
| | | |||||
| * | Linting to the max. | Kevin Serrano | 2016-11-12 | 1 | -2/+1 |
| | | |||||
| * | Fix account nicknaming bug | Dan Finlay | 2016-11-04 | 1 | -2/+4 |
| | | | | | | | | When nicknaming, we weren't normalizing the input, and so we were retrieving with differently formatted addresses than we were persisting. | ||||
| * | Implement seed word confirmation page. | Kevin Serrano | 2016-11-01 | 1 | -1/+14 |
| | | | | | | | | | | Remove logs. Move HD render files to ui/app. | ||||
| * | Phase out extra warning screen. | Kevin Serrano | 2016-10-26 | 1 | -15/+0 |
| | | |||||
| * | Linted & added salting to vault | Dan Finlay | 2016-10-21 | 1 | -1/+1 |
| | | |||||
| * | Git merge resolution. | Kevin Serrano | 2016-10-20 | 1 | -0/+12 |
| |\ | |||||
| * | | Intermediary commit. | Kevin Serrano | 2016-10-20 | 1 | -0/+11 |
| | | | |||||
| * | | Initial work on UI side | Kevin Serrano | 2016-10-16 | 1 | -0/+21 |
| | | | |||||
* | | | Begin adding Ropsten support | Dan Finlay | 2016-11-22 | 1 | -0/+4 |
| |/ |/| | | | | | | | | | | | | | Ropsten links will still not work until Etherscan publishes their ropsten link format. At that time we will need to update ui/lib/account-link.js Otherwise, fixes #831 | ||||
* | | Fix gasPrice range | Frankie | 2016-10-14 | 1 | -0/+12 |
|/ | |||||
* | Renamed variables to make more sense. | Kevin Serrano | 2016-10-07 | 1 | -2/+2 |
| | |||||
* | Add new functions for storing TOS hashes in config manager. | Kevin Serrano | 2016-10-06 | 1 | -0/+11 |
| | |||||
* | Implement usage of nock. | Kevin Serrano | 2016-08-25 | 1 | -22/+12 |
| | |||||
* | Added mock option to function. | Kevin Serrano | 2016-08-25 | 1 | -13/+23 |
| | |||||
* | Merge branch 'master' into i390-TransactionLimit | Dan Finlay | 2016-08-23 | 1 | -0/+35 |
|\ | |||||
| * | Create a ShapeShift tx in tx History | Frankie | 2016-08-19 | 1 | -4/+6 |
| | | |||||
| * | Merge branch 'master' into shapeshiftTx | Frankie | 2016-08-19 | 1 | -0/+48 |
| |\ | |||||
| * | | WIP: ShapeShift tx | Frankie | 2016-08-19 | 1 | -0/+33 |
| | | | |||||
* | | | Enforce tx history limit | Dan Finlay | 2016-08-19 | 1 | -0/+6 |
| |/ |/| | |||||
* | | Added compliance for tests and properly accounts for N/A conversions. | Kevin Serrano | 2016-08-17 | 1 | -3/+3 |
| | | |||||
* | | Add fallback to API failure. | Kevin Serrano | 2016-08-17 | 1 | -0/+2 |
| | | |||||
* | | Merge master. | Kevin Serrano | 2016-08-16 | 1 | -6/+6 |
|\| | |||||
| * | Remove ethereum classic provider | Dan Finlay | 2016-08-15 | 1 | -5/+1 |
| | | | | | | | | Fixes #542 | ||||
| * | Fix ether warning checkbox. | Kevin Serrano | 2016-08-11 | 1 | -2/+6 |
| | | |||||
* | | Get fiat numbers rendering on tooltip. Need to find way to create line breaks. | Kevin Serrano | 2016-08-06 | 1 | -6/+0 |
| | | |||||
* | | Merge branch 'master' into usd-conversion | Kevin Serrano | 2016-08-05 | 1 | -0/+4 |
|\| | |||||
| * | Add eth classic to provider menu | Dan Finlay | 2016-07-29 | 1 | -0/+4 |
| | | |||||
* | | Fix merge conflicts. Fix typos. Ensure currency immediately updated on load. | Kevin Serrano | 2016-07-23 | 1 | -0/+17 |
|\| | |||||
| * | Buy button (#474) | Frankie | 2016-07-22 | 1 | -0/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
* | | Linting! | Kevin Serrano | 2016-07-23 | 1 | -1/+1 |
| | | |||||
* | | Change function names. Add interval polling for api. Refactor functions. | Kevin Serrano | 2016-07-22 | 1 | -7/+18 |
| | | |||||
* | | Add date access throughout the data flow. | Kevin Serrano | 2016-07-22 | 1 | -3/+3 |
| | | |||||
* | | Provide date access. | Kevin Serrano | 2016-07-22 | 1 | -1/+8 |
| | | |||||
* | | Progress on config manager. Plus tests. | Kevin Serrano | 2016-07-21 | 1 | -0/+27 |
|/ | |||||
* | Remove useless and buggy clearWallet function | Dan Finlay | 2016-07-01 | 1 | -2/+0 |
| | |||||
* | Emphasizing how weird this bug is by removing all behavior from the method. | Dan Finlay | 2016-07-01 | 1 | -5/+1 |
| | |||||
* | Replicated really strange bug with test | Dan Finlay | 2016-07-01 | 1 | -1/+1 |
| | |||||
* | Fixed tests | Dan Finlay | 2016-06-25 | 1 | -1/+0 |
| | |||||
* | Improve refactor | Dan Finlay | 2016-06-25 | 1 | -52/+3 |
| | | | | | | 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. | ||||
* | Auto linted | Dan Finlay | 2016-06-22 | 1 | -59/+56 |
| | |||||
* | Add confirmation persisting to localStorage | Dan Finlay | 2016-06-17 | 1 | -0/+11 |
| | |||||
* | Added ability to nickname wallets locally | Dan Finlay | 2016-05-21 | 1 | -0/+20 |
| | | | | 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. | ||||
* | Corrected config path | Dan Finlay | 2016-05-20 | 1 | -1/+1 |
| | |||||
* | sync rpc fix | kumavis | 2016-05-20 | 1 | -3/+4 |
| | |||||
* | Move infura rpcs to https | Dan Finlay | 2016-05-14 | 1 | -2/+2 |
| | |||||
* | Make default providers more easiliy configurable for metamask devs | Dan Finlay | 2016-05-11 | 1 | -7/+27 |
| | | | | | | | | No longer do our `mainnet` and `testnet` buttons set specific RPC urls. Now they set `provider.type`, which gets interpreted with code. Currently the provider types of `mainnet` and `testnet` point to our new scalable backends, but these could be re-interpreted to use any other provider, be it etherscan, peer to peer, or otherwise. Makes it easier for us to upgrade our infrastructure without incorporating migration logic into the program. | ||||
* | Add UI for Signing Messages | Dan Finlay | 2016-05-04 | 1 | -67/+0 |
| | | | | | | | | | | 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 + notifications | kumavis | 2016-04-29 | 1 | -5/+77 |
| | |||||
* | Persist selected account | Dan Finlay | 2016-04-26 | 1 | -0/+11 |
| | | | | | | 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! | ||||
* | Store metamaskId on metaTx instead of getTxWithParams method. | Dan Finlay | 2016-04-21 | 1 | -10/+0 |
| | |||||
* | Fix config manager method | Dan Finlay | 2016-04-20 | 1 | -1/+1 |
| | |||||
* | Add extra tx methods to configManager | Dan Finlay | 2016-04-20 | 1 | -3/+25 |
| | |||||
* | Persist transactions to config-manager | Dan Finlay | 2016-04-19 | 1 | -0/+50 |
| | | | | | | | | 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. | ||||
* | inpage - use publicConfigStore for selectedAccount and sync provider | kumavis | 2016-04-16 | 1 | -0/+27 |
| | |||||
* | Point rawtestrpc at new testrpc | Dan Finlay | 2016-04-13 | 1 | -1/+1 |
| | |||||
* | Migrate etherscan configs to our new production RPC. | Dan Finlay | 2016-04-13 | 1 | -3/+7 |
| | |||||
* | Revert "Revert "Etherscan provider"" | Dan Finlay | 2016-04-01 | 1 | -9/+22 |
| | |||||
* | Revert "Etherscan provider" | Dan Finlay | 2016-04-01 | 1 | -22/+9 |
| | |||||
* | First naive pass at implementing etherscan provider (not working) | Dan Finlay | 2016-04-01 | 1 | -9/+22 |
| | | | | Committing and pushing to get feedback. | ||||
* | Do not cache the seed, retrieve it from the decrypted wallet | Dan Finlay | 2016-04-01 | 1 | -9/+5 |
| | |||||
* | Made configuration migrateable | Dan Finlay | 2016-03-31 | 1 | -0/+161 |
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. |