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

75 Commits

Author SHA1 Message Date
Kevin Serrano
9328e96d80 Add shortcut for opening MetaMask. 2016-08-23 16:53:05 -07:00
Dan Finlay
31e0a3491b Version 2.9.0 2016-08-22 11:24:34 -07:00
Dan Finlay
e5f2c1a866 Version 2.8.0 2016-08-15 10:56:01 -07:00
Dan Finlay
f9e81bdd99 Version 2.7.3 2016-07-29 13:28:26 -07:00
Dan Finlay
019581bd1f Version 2.7.2 2016-07-29 13:08:57 -07:00
Dan Finlay
43784e2143 Version 2.7.1 2016-07-27 16:49:11 -07:00
Dan Finlay
7fe3170c6f Enhance manifest details 2016-07-26 17:02:54 -07:00
Dan Finlay
407d2e884b Merge remote-tracking branch 'origin/Version2.7.0' into FixChromeBuild 2016-07-26 17:01:48 -07:00
Dan Finlay
2368c2993d Add platform specific builds and zip tasks (#486)
* Add platform specific folders to dist folder

* Remove gulp hacks

* Add platform specific bundling

dev and dist tasks now build into platform-specific folders within the `dist` folder.

Added tasks `gulp zip` and `gulp dist`.

`zip` builds the platform-specific folders into platform-specific bundles within the `dist` folder.

`dist` builds and then zips all at once.

* Fix chrome bundle zipping

* Fix broken reference in eth warning

* Fix but where web3.eth.accounts are not available in firefox.

* Bump changelog
2016-07-26 15:15:40 -07:00
Kevin Serrano
0bbfedc2bf Manifest fix for firefox-specific field (#475)
* Remove firefox-only manifest.json line.

* Changelog change.
2016-07-21 16:50:51 -07:00
Dan Finlay
5d93e8fa74 Version 2.7.0 2016-07-21 13:42:09 -07:00
Dan Finlay
6658bea8d4 Implement some cross-browser practices (#473)
* Add mozilla plugin key to manifest

* Move all chrome references into platform-checking module

Addresses #453

* Add chrome global back to linter blacklist

* Add tests
2016-07-21 10:45:32 -07:00
Dan Finlay
5567ea8dc5 Version 2.6.2 (#470) 2016-07-20 10:16:18 -07:00
Dan Finlay
3b80a043ee Version 2.6.1 (#442) 2016-07-14 00:11:49 -07:00
Dan Finlay
a446be2397 Version 2.6 2016-07-11 15:54:32 -07:00
Dan Finlay
76c473538a Version 2.5.0 2016-07-01 20:15:27 -07:00
Dan Finlay
757a3ce6be Version 2.4.5 2016-06-29 13:53:37 -07:00
kumavis
2437284515 2.4.4 2016-06-23 12:56:14 -07:00
kumavis
d1e2d842ae 2.4.3 2016-06-23 12:00:14 -07:00
Dan Finlay
73869ea233 Version 2.4.2 2016-06-22 11:06:06 -07:00
kumavis
6fdece459d 2.4.1 2016-06-21 00:51:59 -07:00
Dan Finlay
d19c286ee8 Version 2.4.0 2016-06-20 15:36:47 -07:00
Dan Finlay
1324d15b11 Version 2.3.1 2016-06-09 15:25:11 -07:00
Dan Finlay
8dcba9a606 Version 2.3.0 2016-06-06 11:22:04 -07:00
Dan Finlay
01e63d41ed Version 2.2.0 2016-06-02 11:47:31 -07:00
Dan Finlay
6363ddbe9b Correct version number 2016-05-26 10:17:45 -07:00
Dan Finlay
7f4929a2d2 Bump version 2016-05-26 10:15:01 -07:00
Dan Finlay
33f9aabf3e Version 2.0.0 2016-05-23 12:34:01 -07:00
kumavis
7f77fe1a79 Version 1.8.4 2016-05-13 18:09:36 -07:00
kumavis
57d6ad2a3c Version 1.8.3 2016-05-12 03:03:27 -07:00
Dan Finlay
c7a491d7ac Version 1.8.2 2016-05-11 13:54:46 -07:00
Dan Finlay
39403eb794 Version 1.8.1 2016-05-10 15:45:46 -07:00
Dan Finlay
366f45d461 Version 1.8.0 2016-05-10 10:48:46 -07:00
Dan Finlay
fcab161890 Version 1.7.0 2016-04-29 17:20:38 -07:00
Dan Finlay
652c1d96c1 Bump version 2016-04-22 15:25:56 -07:00
Dan Finlay
81fc1e5f7d Bump version to 1.5.1 2016-04-15 10:01:46 -07:00
Dan Finlay
fe3ba9dc2f Bump manifest to 1.5.0 2016-04-13 10:17:01 -07:00
Dan Finlay
0fb997c55b Bump version and changelog 2016-04-08 17:18:18 -07:00
Dan Finlay
317b8fe28f Bump version 2016-04-04 15:48:23 -07:00
Dan Finlay
d8a17a25d3 Bump version 2016-04-03 11:31:58 -07:00
Nick Dodson
46de6ea319 Add Chrome "file://" protocol to MetaMask manifest 2016-04-03 12:27:53 -04: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
d9cadb9efb First naive pass at implementing etherscan provider (not working)
Committing and pushing to get feedback.
2016-03-31 11:40:55 -07:00
Dan Finlay
7deee73062 Bump version 2016-03-30 19:20:04 -07:00
Dan Finlay
d6dee7e748 Add auto-fauceting
When first creating a vault, the first account is submitted to our `rawtestrpc` faucet, receiving `1.337` ether within 15-30 seconds.
2016-03-29 12:21:46 -07:00
Dan Finlay
39160d3025 Remove argument destructuring 2016-03-29 11:12:07 -07:00
Dan Finlay
f730f6e0d8 Bump version to 1.1.1 2016-03-28 15:27:28 -07:00
Dan Finlay
966be99227 Version bump 2016-03-28 12:37:32 -07:00