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

721 Commits

Author SHA1 Message Date
Dan Finlay
41fdff41cd Version 3.13.5 2018-01-16 12:20:15 -08:00
Dan Finlay
c0cf665b85 Merge branch 'master' into i2907-NoCodeGasLimit 2018-01-16 11:05:40 -08:00
Dan Finlay
003b4a721c
Merge branch 'master' into i2779-FirefoxSpecifyAccountDetailHeight 2018-01-16 10:15:11 -08:00
kumavis
6cfaf03b3d
Merge branch 'master' into i2907-NoCodeGasLimit 2018-01-16 09:59:32 -08:00
Dan Finlay
0121892141
Merge branch 'master' into i2779-FirefoxSpecifyAccountDetailHeight 2018-01-15 16:15:50 -08:00
Frankie
f18ed8bfd4
Merge branch 'master' into open-popup 2018-01-15 15:25:14 -08:00
frankiebee
724197b95f add to CHANGELOG.md 2018-01-15 15:23:11 -08:00
Dan Finlay
845917b2d5
Merge branch 'master' into i2907-NoCodeGasLimit 2018-01-15 15:10:50 -08:00
Dan Finlay
cd7eaaa735 Set gas limit to 21k for recipients with no code
Fixes #2907
2018-01-15 15:08:07 -08:00
Frankie
9d7c635b0a
Merge branch 'master' into i2826-SignBytes 2018-01-15 14:47:48 -08:00
Thomas Huang
23a928bc9d
Edit: Fix Firefox scrollbar Changelog 2018-01-15 14:18:32 -08:00
Thomas
cab2216343 Bump Changelog 2018-01-15 10:07:50 -08:00
Dan Finlay
6df3261deb Fix signTypedData bytes signing
Fixes #2826
2018-01-13 13:39:21 -08:00
Dan Finlay
4a9dad7c40 Improve gas price estimation by backfilling recent-blocks
When first initializing, recent-block controller now back-fills up to
its desired history length. This makes estimated gas prices reflect a
longer recent history, even when first switching to a new network.

Fixes #2925
2018-01-11 15:04:54 -08:00
Dan Finlay
330ae02028 Version 3.13.4 2018-01-09 10:13:25 -08:00
Thomas Huang
0fbecb9f7c
Merge pull request #2891 from MetaMask/i2621-0xRecipientAddress
Account for 0x/empty string recipient
2018-01-08 11:47:47 -08:00
Kevin Serrano
0cf5c22178
Merge pull request #2851 from MetaMask/i2812-seedworderrorfix
Fix condition where failing seed word checks would infinite-spin future attempts.
2018-01-08 11:43:43 -08:00
Kevin Serrano
52bb711fa9
Update CHANGELOG.md 2018-01-08 11:26:35 -08:00
Dan Finlay
d11ec81f49
Merge branch 'master' into i2621-0xRecipientAddress 2018-01-08 11:21:41 -08:00
Thomas
39b700bf87 Account for 0x/empty string address and contract creation 2018-01-08 03:16:20 -08:00
Dan Finlay
121596bfb4 Bump changelog 2018-01-05 21:25:28 -08:00
kumavis
313b3c087a
Merge pull request #2783 from MetaMask/tx-param-vaalidation
transactions - throw error if txParams.value contains a decimal
2018-01-02 14:30:39 -08:00
Kevin Serrano
c3d85c0a66
Bump Changelog 2017-12-27 18:23:05 -08:00
Dan Finlay
24e10e874e Bump changelog 2017-12-21 13:41:44 -08:00
Frankie
9940ea71df
Merge branch 'master' into tx-param-vaalidation 2017-12-21 11:37:37 -08:00
Dan Finlay
cc7e85c078
Spelling 2017-12-21 11:36:09 -08:00
frankiebee
9f08ada1a6 add to CHANGELOG.md 2017-12-20 18:49:52 -08:00
Dan Finlay
8cc7e47369 Bump changelog 2017-12-18 15:57:37 -08:00
Dan Finlay
622a1f7f4a Version 3.13.3 2017-12-14 11:45:51 -08:00
Dan Finlay
3456efa3f6 Bump changelog 2017-12-12 09:48:09 -08:00
Dan Finlay
1ebd5140aa Version 3.13.2 2017-12-09 20:00:54 -05:00
Dan Finlay
408fc0f2fc Bump changelog 2017-12-09 19:58:55 -05:00
Dan Finlay
dc4e3ef241 Version 3.13.1 2017-12-07 16:17:33 -05:00
Dan Finlay
9bb4df46ec Bump changelog 2017-12-07 16:16:47 -05:00
Dan Finlay
c391b25015 Version 3.13.0 2017-12-07 03:01:46 -05:00
Dan Finlay
b26c975294 Bump changelog 2017-12-06 23:43:50 -05:00
Dan Finlay
91817573c9 Bump changelog 2017-11-29 13:54:53 -08:00
Dan Finlay
80dedcc01c Bump changelog 2017-11-28 15:37:29 -08:00
Dan Finlay
bd45022a2f Bump changelog 2017-11-20 14:48:19 -08:00
Dan Finlay
5ce94e69b3 Add useful error when duplicate web3 is detected.
Fixes #2507
2017-10-31 09:59:26 -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
kumavis
a7424f0c0d 3.12.0 2017-10-25 20:06:26 -07:00
Kevin Serrano
23daca0e08
Bump Changelog 2017-10-25 15:52:08 -07:00
Dan Finlay
074f10575f Update changelog 2017-10-25 10:29:46 -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
Dan Finlay
926abc12b1 Add support for alternative ENS TLDs
Fixes #2428
2017-10-22 22:12:12 -07:00
Dan Finlay
e564ed8d4c Version 3.11.2 2017-10-21 15:40:57 -07:00
Dan Finlay
56dcf7c011 Version 3.11.1 2017-10-20 14:07:54 -07:00
kumavis
a71c95b987 changelog entry for filter fix 2017-10-20 12:32:15 -07:00
Dan Finlay
cafabf914f Merge branch 'master' into i2348-SelectAccountOnNewVault 2017-10-17 13:27:16 -07:00
Dan Finlay
9c45af3e25 Bump changelog 2017-10-17 13:26:16 -07:00
Dan Finlay
10011395f6 Bump changelog 2017-10-16 04:14:09 -07:00
Dan Finlay
d0d082d70c Merge branch 'master' into i1340-SynchronousInjection 2017-10-12 13:25:19 -04:00
Dan Finlay
4ed00ea2d8 Version 3.11.0 2017-10-11 15:54:17 -04:00
Dan Finlay
9f063c320c Fix link to token support page 2017-10-11 15:15:31 -04:00
Kevin Serrano
a387def701
Changelog addition. 2017-10-10 08:50:59 -07:00
Dan Finlay
0c61695656 Merge branch 'master' into SignTypedData 2017-10-06 14:03:04 -07:00
Dan Finlay
0146b55d6d Check status of pending transactions on startup
Fixes #1531
2017-10-06 11:41:28 -07:00
Dan Finlay
52bfed5d13 Bump changelog 2017-10-05 14:53:22 -07:00
Dan Finlay
8d45b96db6 Version 3.10.9 2017-10-05 12:44:48 -07:00
frankiebee
554a3ac4e4 add to CHANGELOG.md 2017-10-05 12:12:31 -07:00
Kevin Serrano
4b0e6a0a77 Merge branch 'master' into RemoveSlackLink 2017-10-02 15:23:27 -07:00
Dan Finlay
d5b0d8af4f Version 3.10.8 - Fix Currency Conversion
In our conversion to the new Infura API, somehow we were sending upper-cased conversions to their lower-case sensitive API.

Fixes the first part of #2240
2017-09-29 20:57:15 -07:00
Dan Finlay
14d58e630d Version 3.10.7 2017-09-29 13:17:21 -07:00
Dan Finlay
861bd877f3 Ensure selected account is always set if possible
Fixes #2218

Subscribes to keyringController, and if only one account exists, sets it as selected.
2017-09-29 11:19:54 -07:00
kumavis
15b2823e54 Merge branch 'master' into new-currency-test 2017-09-27 16:04:51 -07:00
Dan Finlay
b473d440a3 Version 3.10.6 2017-09-27 15:14:40 -07:00
Dan Finlay
ea12be2c1b Bump changelog 2017-09-27 14:44:44 -07:00
Dan Finlay
a453eb132d Version 3.10.5 2017-09-27 12:10:25 -07:00
Dan Finlay
8d3fec42d0 Fix bug where block gas limit was incorrectly parsed. 2017-09-27 12:09:32 -07:00
tmashuang
734490c58c Add AUD, HKD, SGD, IDR, PHP to currency conversion list 2017-09-27 11:16:38 -07:00
Dan Finlay
d77e0aff4d Version 3.10.4 2017-09-27 11:15:22 -07:00
Kevin Serrano
e998d528f0 Merge branch 'master' into RemoveSlackLink 2017-09-26 15:47:31 -07:00
Dan Finlay
57b5f15265 Remove slack link 2017-09-26 10:01:16 -07:00
Kevin Serrano
16ba2e6a30
Merge branch 'master' into new-currency-test 2017-09-26 09:51:20 -07:00
Dan Finlay
b46cb3ecb5 Fix token precision bug
Had fixed this before in the dependency, but hadn't merged in that version bump yet :(

Fixes #2162
2017-09-26 09:25:04 -07:00
Dan Finlay
8a874824a8 Version 3.10.3 2017-09-21 11:45:33 -07:00
Kevin Serrano
b22783a223
Merge branch 'master' into new-currency-test 2017-09-20 09:40:33 -07:00
kumavis
3a3e1511e5 changelog - add note on filter fixes 2017-09-19 11:30:06 -07:00
kumavis
0424ab3e48 v3.10.2 - changelog
add changelog
2017-09-18 22:44:40 -07:00
Dan Finlay
92e738d17c Bump changelog 2017-09-18 14:37:28 -07:00
Kevin Serrano
899a12cb2a
Fix the changelog again. 2017-09-18 12:04:46 -07:00
Kevin Serrano
90e0c10dc2
Add additional attribution to changelog. 2017-09-18 12:02:47 -07:00
Dan Finlay
c90c904f95 Version 3.10.1 2017-09-18 11:47:59 -07:00
Dan Finlay
fa50bf9587 Merge pull request #2075 from MetaMask/mixed-case
Specific error for send screen: address checksum fails
2017-09-18 11:46:50 -07:00
Dan Finlay
545cbbebb9 Merge branch 'master' into fix-tooltip 2017-09-18 11:20:00 -07:00
Dan Finlay
67accea693 Merge branch 'master' into mixed-case 2017-09-18 11:17:00 -07:00
Dan Finlay
99856189ed Merge pull request #2093 from MetaMask/max-validation
High GasLimit Validation Warning
2017-09-18 11:14:26 -07:00
kumavis
c634ca3ba4 Merge branch 'master' into filter-leak-fix3 2017-09-13 15:27:08 -07:00
kumavis
6ba448edaf changelog - add note of filter memory leak fix 2017-09-13 15:26:00 -07:00
Kevin Serrano
3d36d565af
Bump changelog. 2017-09-13 12:26:24 -07:00
Kevin Serrano
5305d414b5
changelog. 2017-09-12 16:16:29 -07:00
Dan Finlay
c8736b70b7 Bump changelog 2017-09-12 15:07:41 -07:00
Kevin Serrano
243be92ac1
Changelogaroo. 2017-09-12 12:24:02 -07:00
Kevin Serrano
111e67fa36
Add to changelog. 2017-09-12 09:35:24 -07:00
Kevin Serrano
1a0c465dc9
Change the changelog 2017-09-11 16:48:18 -07:00
Dan Finlay
6c318f238d Version 3.10.0 2017-09-11 14:37:53 -07:00
Kevin Serrano
06889377c8
Remove markdown from changelog. 2017-09-11 14:00:35 -07:00