Dan Finlay
c9c8fbf2ec
Fix account selection updating
8 years ago
Dan Finlay
6d864e82ac
Merge pull request #507 from MetaMask/Version2.7.2
...
Version 2.7.2
8 years ago
Dan Finlay
019581bd1f
Version 2.7.2
8 years ago
Dan Finlay
212f9cf945
Merge pull request #506 from MetaMask/FixNetworkReference
...
Fix network name reference
8 years ago
Dan Finlay
c7691b7e64
Fix reference in drop menu item
8 years ago
Dan Finlay
8a4d8eca64
Fix network name reference
...
When adding the classic network to the menu, I left a reference to a property that is not always existent, so we needed a fallback for it.
8 years ago
kumavis
591fe3f9be
Merge pull request #498 from MetaMask/AddEthClassic
...
Add eth classic
8 years ago
Dan Finlay
6151339840
Merge branch 'master' into AddEthClassic
8 years ago
Dan Finlay
0b41248743
Merge pull request #500 from MetaMask/FixRemoteStoreBug
...
Fix broken reference to host store.didUpdate
8 years ago
Dan Finlay
ab320d12b4
Merge branch 'master' into AddEthClassic
8 years ago
Dan Finlay
0aad3216d4
Merge branch 'master' into FixRemoteStoreBug
8 years ago
Dan Finlay
910d326dbd
Merge pull request #502 from MetaMask/ParallelCopyTasks
...
Fix some gulp task issues
8 years ago
Dan Finlay
bdd2752cc7
Fix some gulp task issues
...
I know, I've been fixing up the gulp scripts all week. I keep fixing one thing then breaking another.
In this commit, I fix some issues with some previous approaches.
I no longer try to do the copying to `chrome` after `firefox`, I simply stream to both during copy and build tasks, and that logic is reused during dev and build tasks.
The `copyTask` function now supports an array of `destinations`, that allows piping to multiple destinations, which is pretty cool.
The `manifest:cleanup` task that chrome requires is now just part of the `copy` task, so we don't have to remember it everywhere we copy. So obvious it's like why only now.
8 years ago
Dan Finlay
5fdf375751
Merge pull request #501 from MetaMask/UpdateNodeDependency
...
Update readme node version
8 years ago
Dan Finlay
4715a55d0f
Update readme node version
8 years ago
Dan Finlay
5ceed48db9
Fix broken reference to host store.didUpdate
...
I'd returned this line because it seemed to fix Firefox compatibility, now it seems like that wasn't the case. Removing it again.
8 years ago
Dan Finlay
da58125c5e
Merge branch 'master' into AddEthClassic
8 years ago
Dan Finlay
c805963a22
Linted
8 years ago
Dan Finlay
496b6b6e96
Merge pull request #499 from MetaMask/FixDevScripts
...
Fix dev tasks for multi browser copying
8 years ago
Dan Finlay
5feff0b1f5
Add missing reference for provider
8 years ago
Dan Finlay
5d83b9176b
Bump changelog
8 years ago
Dan Finlay
51535ab0cc
Fix margin on provider checkmarks
8 years ago
Dan Finlay
9b43ec2278
Add eth classic to provider menu
8 years ago
Dan Finlay
daaac17be2
Fix dev tasks for multi browser copying
8 years ago
Dan Finlay
a259dfad25
Merge pull request #497 from MetaMask/FixBuild
...
Fix nondeterministic build
8 years ago
Dan Finlay
7f00ee43ba
Fix nondeterministic build
...
We used to be able to copy static resources while we built js, but now part of the copy task is copying firefox built files into chrome, so they need to be done in order.
This could probably be optimized a bit more, but for now it builds reliably again.
8 years ago
Dan Finlay
ba21195a49
Merge pull request #496 from MetaMask/Version2.7.1
...
Version 2.7.1
8 years ago
Dan Finlay
43784e2143
Version 2.7.1
8 years ago
Dan Finlay
482e15c573
Merge pull request #493 from MetaMask/droppo-fix
...
Droppo fix
8 years ago
Kevin Serrano
f8f8e78c55
Changelog add.
8 years ago
Kevin Serrano
cf14eb4043
Merge branch 'master' into droppo-fix
8 years ago
Kevin Serrano
3a4744dec1
Fix menu droppo issues caused by Chrome 52.
8 years ago
Dan Finlay
7a8d049732
Merge pull request #492 from MetaMask/FixChromeBuild
...
Fix chrome build
8 years ago
Dan Finlay
c759bc5871
Correct typo comment
8 years ago
Dan Finlay
32335434e3
Merge branch 'master' into FixChromeBuild
8 years ago
Dan Finlay
0b620026c2
Fix copy task
8 years ago
Dan Finlay
7fe3170c6f
Enhance manifest details
8 years ago
Dan Finlay
c6ec3fc714
Cleanup Changelog
8 years ago
Dan Finlay
407d2e884b
Merge remote-tracking branch 'origin/Version2.7.0' into FixChromeBuild
8 years ago
Dan Finlay
79ce99db07
Merge pull request #491 from MetaMask/FixChromeBuild
...
Fix chrome build
8 years ago
Dan Finlay
de5a2bf9bc
Fix chrome build
8 years ago
Dan Finlay
ec5b1b6159
Merge pull request #489 from MetaMask/FixDeploySteps
...
Fixed deploy instructions
8 years ago
Dan Finlay
a1e1a6544e
Fixed deploy instructions
8 years ago
Dan Finlay
89ff78a4e1
Merge pull request #488 from MetaMask/BuildsFolder
...
Store versioned builds in builds folder
8 years ago
Dan Finlay
5276897668
Store versioned builds in builds folder
8 years ago
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
8 years ago
kumavis
04f755a132
Merge pull request #482 from MetaMask/FirefoxCompatibility
...
Fix inpage script race condition
8 years ago
Kevin Serrano
0ae5305822
Merge branch 'master' into usd-conversion
8 years ago
Dan Finlay
0eb7354c1a
Bump changelog
8 years ago
Dan Finlay
b43b9f13e9
Fix integration tests
8 years ago