1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02:00
Commit Graph

43 Commits

Author SHA1 Message Date
Dan Finlay
4754db8c5f Remove metamask-ui dependency 2016-04-13 15:48:13 -07:00
Dan Finlay
a27677a87c Move UI deps into main plugin package.json
Also move UI test scripts into main plugin
Also move testing explanation to main plugin README.
2016-04-13 15:46:39 -07:00
Dan Finlay
b3e5fc2cf6 Revert "Revert "Etherscan provider"" 2016-03-31 16:32:35 -07:00
Dan Finlay
3314aad9cc Revert "Etherscan provider" 2016-03-31 16:32:06 -07:00
Dan Finlay
8384b035e8 Got etherscan working, bump version
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.
2016-03-31 16:23:22 -07:00
Dan Finlay
c2046be0d8 Made configuration migrateable
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.
2016-03-30 19:15:49 -07:00
Dan Finlay
335a03d650 Removed unused dependency 2016-03-25 15:45:23 -07:00
Dan Finlay
7fc8195cb1 Remove broken npm script 2016-03-25 15:43:26 -07:00
Dan Finlay
a2c7ccafa6 Implemented BIP44 compliance test.
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.
2016-03-25 14:51:19 -07:00
Dan Finlay
37fd45e5b7 Convert to bip44 hdTrees
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.
2016-03-25 12:41:18 -07:00
Dan Finlay
da31f4daed Added basic es6 mocha test suite 2016-03-24 17:51:46 -07:00
kumavis
b8e36f41a2 notifications - add tx confirm+cancel buttons 2016-03-11 17:13:48 -08:00
kumavis
b3d46e02b8 build - use gulp, remove grunt 2016-03-11 15:21:43 -08:00
kumavis
1ffc98917d plumbing - fix rpc feedback loop bug 2016-03-10 13:04:45 -08:00
kumavis
f64e4a518b plumbing - pipe web3 to the popup.js 2016-03-10 12:28:42 -08:00
kumavis
95610c305f deps - bump metamask-ui 2016-03-08 14:36:44 -08:00
kumavis
099bb6e63d deps - bump ui and provider-engine 2016-03-08 13:27:38 -08:00
kumavis
f1d100f910 deps - add gulp deps 2016-03-02 23:29:43 -08:00
kumavis
f52f4d460e build - add gulp build process 2016-03-02 23:08:28 -08:00
kumavis
fddb99c9b3 deps - bump provider engine 2016-02-17 13:43:44 -08:00
kumavis
c134fd3c1f deps - bump metamask-ui 2016-02-17 00:55:38 -08:00
kumavis
15a88c71aa deps - bump metamask-ui to 1.1.0 2016-02-15 11:05:56 -08:00
Simon de la Rouviere
2dd66f3a8f Added xtend to package.json 2016-02-15 12:19:08 +02:00
kumavis
a487c8a952 intercept xhrs for localhost:8545 2016-02-14 21:53:54 -08:00
kumavis
26fec3d43a deps - update deps 2016-02-10 18:28:57 -08:00
kumavis
f8c5b90320 idmgmt - refactor 2016-02-10 17:44:46 -08:00
kumavis
31c9bf3c26 deps - add readable-stream + bump provider-engine 2016-02-10 12:04:39 -08:00
kumavis
8ed59c0d12 deps - bump 2016-02-10 11:47:21 -08:00
kumavis
8f22f7603d deps - add metamas-ui, bump provider-engine 2016-02-08 11:47:42 -08:00
kumavis
a91d576213 deps - bump metamask-provider 2016-01-27 22:42:50 -08:00
kumavis
c315084b0d deps - but provider-engine 2016-01-21 01:24:42 -08:00
kumavis
2f079dfdd1 refactor - push data to popup 2016-01-17 01:27:25 -08:00
kumavis
7347a66eb0 integrate metamask-ui with id mgmt 2016-01-15 02:03:42 -08:00
kumavis
3eaf027e30 migrate to new ui + provider 2016-01-14 18:26:54 -08:00
kumavis
ec1155c2f9 deps - bump provider engine 2015-12-20 16:50:16 -08:00
kumavis
5027c87e6e deps - bump provider-engine 2015-12-20 16:28:18 -08:00
kumavis
09644408c2 testing continues 2015-12-20 16:22:18 -08:00
kumavis
72a747165d migrate to ProviderEngine zero-client 2015-12-18 22:05:16 -08:00
kumavis
cc935a1eba deps - bump blockapps-web3 2015-10-13 13:00:22 +08:00
kumavis
2ecea44f92 major - migrate to blockapps-web3 2015-10-09 23:14:18 -07:00
kumavis
fd9871acae builds smoothly + forwards txs to extension 2015-08-01 20:50:29 -07:00
kumavis
d352a6c7d8 metamask provider skeleton 2015-07-31 23:05:04 -07:00
kumavis
500a95a704 init commit 2015-07-31 18:38:02 -07:00