aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Revert "Etherscan provider""Dan Finlay2016-04-011-1/+1
|
* Revert "Etherscan provider"Dan Finlay2016-04-011-1/+1
|
* Got etherscan working, bump versionDan Finlay2016-04-011-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 migrateableDan Finlay2016-03-311-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 dependencyDan Finlay2016-03-261-1/+0
|
* Remove broken npm scriptDan Finlay2016-03-261-2/+1
|
* Implemented BIP44 compliance test.Dan Finlay2016-03-261-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 hdTreesDan Finlay2016-03-261-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 suiteDan Finlay2016-03-251-1/+6
|
* notifications - add tx confirm+cancel buttonskumavis2016-03-121-0/+1
|
* build - use gulp, remove gruntkumavis2016-03-121-20/+1
|
* plumbing - fix rpc feedback loop bugkumavis2016-03-111-0/+1
|
* plumbing - pipe web3 to the popup.jskumavis2016-03-111-0/+2
|
* deps - bump metamask-uikumavis2016-03-091-1/+1
|
* deps - bump ui and provider-enginekumavis2016-03-091-2/+2
|
* deps - add gulp depskumavis2016-03-031-2/+9
|
* build - add gulp build processkumavis2016-03-031-4/+9
|
* deps - bump provider enginekumavis2016-02-181-1/+1
|
* deps - bump metamask-uikumavis2016-02-171-1/+1
|
* deps - bump metamask-ui to 1.1.0kumavis2016-02-161-1/+1
|
* Added xtend to package.jsonSimon de la Rouviere2016-02-151-1/+2
|
* intercept xhrs for localhost:8545kumavis2016-02-151-1/+2
|
* deps - update depskumavis2016-02-111-1/+2
|
* idmgmt - refactorkumavis2016-02-111-0/+1
|
* deps - add readable-stream + bump provider-enginekumavis2016-02-111-1/+2
|
* deps - bumpkumavis2016-02-111-2/+2
|
* deps - add metamas-ui, bump provider-enginekumavis2016-02-091-1/+3
|
* deps - bump metamask-providerkumavis2016-01-281-1/+1
|
* deps - but provider-enginekumavis2016-01-211-1/+1
|
* refactor - push data to popupkumavis2016-01-171-0/+1
|
* integrate metamask-ui with id mgmtkumavis2016-01-151-0/+2
|
* migrate to new ui + providerkumavis2016-01-151-3/+5
|
* deps - bump provider enginekumavis2015-12-211-1/+1
|
* deps - bump provider-enginekumavis2015-12-211-1/+1
|
* testing continueskumavis2015-12-211-1/+1
|
* migrate to ProviderEngine zero-clientkumavis2015-12-191-1/+3
|
* deps - bump blockapps-web3kumavis2015-10-131-1/+1
|
* major - migrate to blockapps-web3kumavis2015-10-101-1/+5
|
* builds smoothly + forwards txs to extensionkumavis2015-08-021-5/+1
|
* metamask provider skeletonkumavis2015-08-011-0/+2
|
* init commitkumavis2015-08-011-0/+34