Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | deps - bump stream-provider for better batch rpc | kumavis | 2016-06-15 | 1 | -1/+1 |
| | |||||
* | Blockchain status now updates on availability change | Dan Finlay | 2016-06-04 | 1 | -1/+1 |
| | |||||
* | Update eth-lightwallet for security fix | Dan Finlay | 2016-05-27 | 1 | -1/+1 |
| | |||||
* | background + notifications - add origin to message signatures | kumavis | 2016-05-26 | 1 | -1/+1 |
| | |||||
* | deps - bump | kumavis | 2016-05-23 | 1 | -0/+3 |
| | |||||
* | inpage - refactor for modularity | kumavis | 2016-05-23 | 1 | -0/+1 |
| | |||||
* | deps - bump provider-engine | kumavis | 2016-05-20 | 1 | -1/+1 |
| | |||||
* | deps - bump provider-engine | kumavis | 2016-05-20 | 1 | -1/+1 |
| | |||||
* | Finish clean implementation of drop-down menu | Dan Finlay | 2016-05-19 | 1 | -1/+1 |
| | |||||
* | Add dynamic list item styles | Dan Finlay | 2016-05-19 | 1 | -2/+2 |
| | |||||
* | Add animated sandwich button | Dan Finlay | 2016-05-19 | 1 | -0/+2 |
| | |||||
* | ui - txList - add time | kumavis | 2016-05-14 | 1 | -0/+1 |
| | |||||
* | Merge branch 'master' into eyeballs | Dan Finlay | 2016-05-13 | 1 | -1/+1 |
|\ | |||||
| * | deps - bump web3 | kumavis | 2016-05-12 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' into eyeballs | Dan Finlay | 2016-05-12 | 1 | -1/+1 |
|\| | |||||
| * | deps - bump provider-engine | kumavis | 2016-05-12 | 1 | -1/+1 |
| | | |||||
* | | Added transition group dependency back | Dan Finlay | 2016-05-11 | 1 | -0/+1 |
| | | |||||
* | | Fixed transitions | Dan Finlay | 2016-05-11 | 1 | -4/+3 |
| | | |||||
* | | deps - bump jazzicon | kumavis | 2016-05-11 | 1 | -1/+1 |
| | | |||||
* | | Began adding jazzicons | Dan Finlay | 2016-05-11 | 1 | -0/+1 |
|/ | | | | | | | | Currently experiencing a few problems: 1. Tons of errors on app start. It's as if Jazzicon is getting called many times at start with some object as its diameter. 2. Weird visual glitches. When leaving a view with a jazzicon, it flashes off its border radius. 3. Messy transitions. Might want to just re-do the transitions. They just look awful, it's barely worthwhile. | ||||
* | inpage - automatic dapp reload | kumavis | 2016-05-06 | 1 | -1/+2 |
| | |||||
* | Merge branch 'master' into Identicon | Dan Finlay | 2016-04-30 | 1 | -2/+2 |
|\ | |||||
| * | idmgmt - eth_sign support + notifications | kumavis | 2016-04-29 | 1 | -2/+2 |
| | | |||||
| * | tx list - bug fix - fixes #143 | kumavis | 2016-04-29 | 1 | -1/+1 |
| | | |||||
* | | Convert icons to identicons | Dan Finlay | 2016-04-30 | 1 | -0/+1 |
|/ | |||||
* | provider - use provider-engine zero | kumavis | 2016-04-27 | 1 | -1/+1 |
| | |||||
* | build - post process with dereq | kumavis | 2016-04-21 | 1 | -0/+1 |
| | |||||
* | Merge pull request #117 from MetaMask/i33 | kumavis | 2016-04-19 | 1 | -2/+1 |
|\ | | | | | reject unknown tx 'from' address via provider-engine | ||||
| * | deps - bump provider-engine to 7.4.0 | kumavis | 2016-04-19 | 1 | -1/+1 |
| | | |||||
| * | deps - remove unused faux-jax | kumavis | 2016-04-19 | 1 | -1/+0 |
| | | |||||
* | | Unify test suites | Dan Finlay | 2016-04-19 | 1 | -5/+2 |
| | | |||||
* | | Fix plugin tests | Dan Finlay | 2016-04-19 | 1 | -1/+2 |
|/ | |||||
* | Run all UI tests | Dan Finlay | 2016-04-15 | 1 | -8/+5 |
| | |||||
* | Limit test suite to UI for now | Dan Finlay | 2016-04-15 | 1 | -1/+2 |
| | |||||
* | Bump ethereumjs-utils version | Dan Finlay | 2016-04-15 | 1 | -1/+1 |
| | |||||
* | Remove metamask-ui dependency | Dan Finlay | 2016-04-14 | 1 | -1/+0 |
| | |||||
* | Move UI deps into main plugin package.json | Dan Finlay | 2016-04-14 | 1 | -2/+41 |
| | | | | | Also move UI test scripts into main plugin Also move testing explanation to main plugin README. | ||||
* | Revert "Revert "Etherscan provider"" | Dan Finlay | 2016-04-01 | 1 | -1/+1 |
| | |||||
* | Revert "Etherscan provider" | Dan Finlay | 2016-04-01 | 1 | -1/+1 |
| | |||||
* | Got etherscan working, bump version | Dan Finlay | 2016-04-01 | 1 | -1/+1 |
| | | | | | | | | New version of provider-engine includes etherscan-subprovider features required to let Metamask use it. Hard coded the new version of `web3-provider-engine` even though it is not live on `npm` yet, because it is a dependency of this branch. I'll deploy to the Chrome store but not merge on Github until that provider-engine is published, because it could break others' dev environments. | ||||
* | Made configuration migrateable | Dan Finlay | 2016-03-31 | 1 | -2/+4 |
| | | | | | | | | | | | | | | 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. | ||||
* | Removed unused dependency | Dan Finlay | 2016-03-26 | 1 | -1/+0 |
| | |||||
* | Remove broken npm script | Dan Finlay | 2016-03-26 | 1 | -2/+1 |
| | |||||
* | Implemented BIP44 compliance test. | Dan Finlay | 2016-03-26 | 1 | -2/+4 |
| | | | | 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 hdTrees | Dan Finlay | 2016-03-26 | 1 | -2/+5 |
| | | | | | | 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. | ||||
* | Added basic es6 mocha test suite | Dan Finlay | 2016-03-25 | 1 | -1/+6 |
| | |||||
* | notifications - add tx confirm+cancel buttons | kumavis | 2016-03-12 | 1 | -0/+1 |
| | |||||
* | build - use gulp, remove grunt | kumavis | 2016-03-12 | 1 | -20/+1 |
| | |||||
* | plumbing - fix rpc feedback loop bug | kumavis | 2016-03-11 | 1 | -0/+1 |
| | |||||
* | plumbing - pipe web3 to the popup.js | kumavis | 2016-03-11 | 1 | -0/+2 |
| | |||||
* | deps - bump metamask-ui | kumavis | 2016-03-09 | 1 | -1/+1 |
| | |||||
* | deps - bump ui and provider-engine | kumavis | 2016-03-09 | 1 | -2/+2 |
| | |||||
* | deps - add gulp deps | kumavis | 2016-03-03 | 1 | -2/+9 |
| | |||||
* | build - add gulp build process | kumavis | 2016-03-03 | 1 | -4/+9 |
| | |||||
* | deps - bump provider engine | kumavis | 2016-02-18 | 1 | -1/+1 |
| | |||||
* | deps - bump metamask-ui | kumavis | 2016-02-17 | 1 | -1/+1 |
| | |||||
* | deps - bump metamask-ui to 1.1.0 | kumavis | 2016-02-16 | 1 | -1/+1 |
| | |||||
* | Added xtend to package.json | Simon de la Rouviere | 2016-02-15 | 1 | -1/+2 |
| | |||||
* | intercept xhrs for localhost:8545 | kumavis | 2016-02-15 | 1 | -1/+2 |
| | |||||
* | deps - update deps | kumavis | 2016-02-11 | 1 | -1/+2 |
| | |||||
* | idmgmt - refactor | kumavis | 2016-02-11 | 1 | -0/+1 |
| | |||||
* | deps - add readable-stream + bump provider-engine | kumavis | 2016-02-11 | 1 | -1/+2 |
| | |||||
* | deps - bump | kumavis | 2016-02-11 | 1 | -2/+2 |
| | |||||
* | deps - add metamas-ui, bump provider-engine | kumavis | 2016-02-09 | 1 | -1/+3 |
| | |||||
* | deps - bump metamask-provider | kumavis | 2016-01-28 | 1 | -1/+1 |
| | |||||
* | deps - but provider-engine | kumavis | 2016-01-21 | 1 | -1/+1 |
| | |||||
* | refactor - push data to popup | kumavis | 2016-01-17 | 1 | -0/+1 |
| | |||||
* | integrate metamask-ui with id mgmt | kumavis | 2016-01-15 | 1 | -0/+2 |
| | |||||
* | migrate to new ui + provider | kumavis | 2016-01-15 | 1 | -3/+5 |
| | |||||
* | deps - bump provider engine | kumavis | 2015-12-21 | 1 | -1/+1 |
| | |||||
* | deps - bump provider-engine | kumavis | 2015-12-21 | 1 | -1/+1 |
| | |||||
* | testing continues | kumavis | 2015-12-21 | 1 | -1/+1 |
| | |||||
* | migrate to ProviderEngine zero-client | kumavis | 2015-12-19 | 1 | -1/+3 |
| | |||||
* | deps - bump blockapps-web3 | kumavis | 2015-10-13 | 1 | -1/+1 |
| | |||||
* | major - migrate to blockapps-web3 | kumavis | 2015-10-10 | 1 | -1/+5 |
| | |||||
* | builds smoothly + forwards txs to extension | kumavis | 2015-08-02 | 1 | -5/+1 |
| | |||||
* | metamask provider skeleton | kumavis | 2015-08-01 | 1 | -0/+2 |
| | |||||
* | init commit | kumavis | 2015-08-01 | 1 | -0/+34 |