Dan Finlay
|
8dd0093184
|
Remove logs
|
2017-11-20 14:46:36 -08:00 |
|
Dan Finlay
|
764a5bac56
|
Get test passing
|
2017-11-20 14:44:12 -08:00 |
|
Dan Finlay
|
d19aa016aa
|
Merge branch 'i2577-SeedPhraseBug' into i2577-SeedPhraseBug-Test
|
2017-11-20 14:15:21 -08:00 |
|
Dan Finlay
|
884f203564
|
Add failing test for #2577 Seed Phrase Bug
|
2017-11-20 14:15:00 -08:00 |
|
Dan Finlay
|
597af980dd
|
Prevent multiple submissions of first time form
|
2017-11-20 14:03:47 -08:00 |
|
Dan Finlay
|
65cb970487
|
Prevent creation of multiple vaults
Fixes #2577 by ensuring only one seed phrase can be set for a new vault.
Also cleans up logs and reproduction logic.
|
2017-11-20 14:03:12 -08:00 |
|
Dan Finlay
|
c0aa7ce857
|
Add reproduction and mutex code
|
2017-11-20 13:27:29 -08:00 |
|
Thomas Huang
|
408bbe726f
|
Merge pull request #2516 from MetaMask/i2507-DoubleWeb3Error
Add useful error when duplicate web3 is detected.
|
2017-11-20 11:38:41 -06:00 |
|
Thomas Huang
|
7a4097e6a6
|
Merge pull request #2596 from MetaMask/issue-template-support-link
Point issue template at new support center
|
2017-11-20 10:52:52 -06:00 |
|
greenkeeper[bot]
|
fac516e5eb
|
fix(package): update react-markdown to version 3.0.0
|
2017-11-20 09:08:48 +00:00 |
|
Dan Finlay
|
db321d95cc
|
Point issue template at new support center
|
2017-11-17 11:27:02 -08:00 |
|
Thomas Huang
|
707a10548d
|
Merge pull request #2540 from doraemondrian/master
newUnaprovedTx => newUnapprovedTx
|
2017-11-14 09:41:11 -08:00 |
|
Dora E. Mondrian
|
41fea44af3
|
newUnaprovedTx => newUnapprovedTx
This typo tripped me up when I was reading through the code and trying to understand what's going on.
|
2017-11-06 04:35:51 -08:00 |
|
Dan Finlay
|
5ce94e69b3
|
Add useful error when duplicate web3 is detected.
Fixes #2507
|
2017-10-31 09:59:26 -07:00 |
|
Thomas Huang
|
7bfb08cf3b
|
Merge pull request #2508 from watilde/fixes-1192
Remove warning message when show import page
|
2017-10-31 06:08:29 -07:00 |
|
Daijiro Wachi
|
6574499165
|
Use const and fix lint warnings
|
2017-10-30 20:08:10 +01:00 |
|
Daijiro Wachi
|
0bfa10e501
|
Remove warning message when show import page
Fixes: https://github.com/MetaMask/metamask-extension/issues/1192
|
2017-10-30 20:04:44 +01:00 |
|
Kevin Serrano
|
e0030a8bf8
|
Merge pull request #2291 from MetaMask/gasPriceSpecified
Add boolean for specified gas price
|
2017-10-27 14:01:08 -07:00 |
|
Kevin Serrano
|
4ac198eebc
|
Merge pull request #2275 from MetaMask/version-debugging
Add OS Version and Browser Version to State Logs
|
2017-10-26 17:06:33 -07:00 |
|
Kevin Serrano
|
3deeb6df0b
|
Add option to copy directly to clipboard.
|
2017-10-26 16:40:13 -07:00 |
|
Kevin Serrano
|
c89ea954e5
|
Correct changelog.
|
2017-10-26 16:23:58 -07:00 |
|
Kevin Serrano
|
fc7ca17aa8
|
Bump Changelog
|
2017-10-26 16:23:18 -07:00 |
|
Kevin Serrano
|
1e9c0a9db2
|
Resolve merge conflicts
|
2017-10-26 16:22:08 -07:00 |
|
Frankie
|
19afb63819
|
Merge pull request #2489 from MetaMask/3.12.0
3.12.0
|
2017-10-25 21:06:32 -07:00 |
|
kumavis
|
a7424f0c0d
|
3.12.0
|
2017-10-25 20:06:26 -07:00 |
|
Kevin Serrano
|
988dd8fd61
|
Merge pull request #2100 from ChainsawBaby/patch-1
Remove annoying console.log on each run
|
2017-10-25 16:03:48 -07:00 |
|
Kevin Serrano
|
23daca0e08
|
Bump Changelog
|
2017-10-25 15:52:08 -07:00 |
|
Kevin Serrano
|
b9bbf8f329
|
Resolving that ugly merge.
|
2017-10-25 15:45:26 -07:00 |
|
Dan Finlay
|
2489caddd4
|
Merge pull request #2476 from MetaMask/100MweiMinGasPrice
Reduce minimum gas price to 100 MWEI
|
2017-10-25 13:53:03 -07:00 |
|
Kevin Serrano
|
4903f3e71a
|
Add labels to clarify warning.
|
2017-10-25 11:52:16 -07:00 |
|
Kevin Serrano
|
e7a22fc62b
|
Account for non-submitted mins and max
|
2017-10-25 11:47:40 -07:00 |
|
Kevin Serrano
|
b3b9e16ec0
|
Add clarifying comment about wei conversion.
|
2017-10-25 11:40:07 -07:00 |
|
Kevin Serrano
|
7f093f67a7
|
Cut out intermediary wei steps.
|
2017-10-25 11:38:32 -07:00 |
|
Kevin Serrano
|
dee172fb3a
|
Remove unneeded toString conversions.
|
2017-10-25 11:36:12 -07:00 |
|
Kevin Serrano
|
e1b9734cbf
|
Move upsize conversions for input warning at front of fn.
|
2017-10-25 11:35:18 -07:00 |
|
Kevin Serrano
|
cb7d07ebae
|
Fix mismatched decimal/hex conversion in pending-tx
|
2017-10-25 11:32:38 -07:00 |
|
Dan Finlay
|
c0e0522c30
|
Remove css build bundle from uat
|
2017-10-25 10:39:03 -07:00 |
|
Dan Finlay
|
074f10575f
|
Update changelog
|
2017-10-25 10:29:46 -07:00 |
|
Frankie
|
bba2980d0a
|
Merge pull request #2478 from MetaMask/mascaraHeadersFix
Fix X-Frame-Options for mascara
|
2017-10-25 10:12:43 -07:00 |
|
tmashuang
|
81d11ecd59
|
Fix X-Frame-Options for mascara
|
2017-10-25 08:50:58 -07:00 |
|
Kevin Serrano
|
1767dceba4
|
Merge pull request #2422 from watilde/fixes-lint
Fixes lint warnings
|
2017-10-24 16:53:54 -07:00 |
|
Kevin Serrano
|
242456ba6a
|
Resolve merge conflict.
|
2017-10-24 16:44:25 -07:00 |
|
Kevin Serrano
|
98d8275743
|
Fix for gas price to be lowered.
|
2017-10-24 16:43:03 -07:00 |
|
Dan Finlay
|
35ca7e83bd
|
Reduce minimum gas price to 100 MWEI
Also now representing gas price in MWEI, because our current bn inputs actually aren't tolerant of minimums less than 1 unit.
|
2017-10-24 15:10:03 -07:00 |
|
Thomas Huang
|
ae56b865e8
|
Merge pull request #1990 from chikeichan/firsttimeflow
Implement Mascara First Time Flow
|
2017-10-24 11:22:31 -07:00 |
|
tmashuang
|
099078d13b
|
Add error messages when importing an account
|
2017-10-24 08:40:07 -07:00 |
|
tmashuang
|
91b23246cd
|
Merge branch 'firsttimeflow' of https://github.com/chikeichan/metamask-plugin into firsttimeflow
|
2017-10-24 08:36:02 -07:00 |
|
kumavis
|
b17a799de6
|
Update network.js
|
2017-10-23 12:10:49 -07:00 |
|
Frankie
|
61eea51310
|
Merge pull request #2429 from MetaMask/i2428-AltEnsTlds
Add support for alternative ENS TLDs
|
2017-10-23 11:49:04 -07:00 |
|
Dan Finlay
|
6d05238469
|
Try to fix intermittent test failure in NonceTracker tests
|
2017-10-22 22:24:50 -07:00 |
|