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

4675 Commits

Author SHA1 Message Date
Dan Finlay
41fdff41cd Version 3.13.5 2018-01-16 12:20:15 -08:00
kumavis
727ec73b66
Merge pull request #2983 from MetaMask/i2907-NoCodeGasLimit
Set gas limit to 21k for recipients with no code
2018-01-16 11:16:06 -08:00
Dan Finlay
c0cf665b85 Merge branch 'master' into i2907-NoCodeGasLimit 2018-01-16 11:05:40 -08:00
Dan Finlay
8fb62b97c5 Create new flag for simple sends to avoid overloading other flag 2018-01-16 11:05:11 -08:00
kumavis
b046f96d4b
Merge pull request #2929 from MetaMask/i2779-FirefoxSpecifyAccountDetailHeight
I2779 firefox specify account detail height
2018-01-16 10:42:59 -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
Thomas Huang
27ca48b369
Merge pull request #2984 from MetaMask/RenameLockToLogout
Rename lock to log out
2018-01-16 09:48:23 -08:00
Dan Finlay
1a8beb13e6
Merge pull request #2962 from MetaMask/open-popup
Open popup before estimateGas finishes
2018-01-15 16:17:56 -08:00
Dan Finlay
0121892141
Merge branch 'master' into i2779-FirefoxSpecifyAccountDetailHeight 2018-01-15 16:15:50 -08:00
Dan Finlay
58be1742e1 Rename lock to log out
Fixes #2475
2018-01-15 16:04:49 -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
a18524300a
Merge pull request #2953 from MetaMask/i2826-SignBytes
Fix signTypedData bytes signing
2018-01-15 15:03:43 -08:00
Frankie
9d7c635b0a
Merge branch 'master' into i2826-SignBytes 2018-01-15 14:47:48 -08:00
Dan Finlay
582634d9fa
Merge pull request #2936 from MetaMask/i2925-BetterGasEstimation
Improve gas price estimation by backfilling recent-blocks
2018-01-15 14:35:59 -08:00
Dan Finlay
5fb2cfed6a
Merge branch 'master' into i2826-SignBytes 2018-01-15 14:20:50 -08:00
Thomas Huang
23a928bc9d
Edit: Fix Firefox scrollbar Changelog 2018-01-15 14:18:32 -08:00
Dan Finlay
1b3ab71063
Merge pull request #2862 from wbt/UpdateNotice
Update notice
2018-01-15 14:17:44 -08:00
Dan Finlay
93d4b22363 Bump keyringController version 2018-01-15 14:11:59 -08:00
kumavis
bfa10e29a1
Merge pull request #2900 from MetaMask/infura-rest-api
Provider - Use Infura rest api for infura networks
2018-01-15 12:13:59 -08:00
Thomas
cab2216343 Bump Changelog 2018-01-15 10:07:50 -08:00
frankiebee
7a30950e4d test - fix to match expected behavior 2018-01-14 14:10:16 -08:00
frankiebee
409b49b411 test - create ethJsQuery stub 2018-01-14 14:00:59 -08:00
frankiebee
f0dd4f1923 transactions - emit 'newUnapprovedTx' before estimateGas finishes 2018-01-14 14:00:17 -08:00
frankiebee
d5c311b13e add a loading spinner to conf-tx view 2018-01-14 13:56:54 -08:00
Dan Finlay
6df3261deb Fix signTypedData bytes signing
Fixes #2826
2018-01-13 13:39:21 -08:00
Kevin Serrano
20981f655b
Merge pull request #2909 from MetaMask/UpdateSupportLinks
Update support links for helpscout
2018-01-12 13:07:54 -08:00
Dan Finlay
429db74508 Use https 2018-01-12 11:03:03 -08:00
Dan Finlay
fa39b52619 Merge branch 'UpdateReadmeSupportLink' into UpdateSupportLinks 2018-01-12 11:02:00 -08:00
Dan Finlay
3a27332cf6 Update support link on readme 2018-01-12 11:01:39 -08:00
Dan Finlay
7cb66ce4cb Prefer passing a provider over an ethQuery instance 2018-01-12 10:25:36 -08:00
Dan Finlay
7ba9ed922a
Merge pull request #2926 from MetaMask/gulp-npmls
build - add 'deps' step that records output of 'npm ls' into build
2018-01-11 15:06:36 -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
kumavis
89f75a3a3b
Merge pull request #2917 from x86kernel/ci/add-ko-locale
Add korean localization file
2018-01-11 13:28:11 -08:00
kumavis
cf60b23eec
Merge branch 'master' into infura-rest-api 2018-01-11 11:40:56 -08:00
tmashuang
be604391d0 Add max height for Firefox addon overflow and hide horizontal scroll 2018-01-10 21:56:07 -08:00
tmashuang
60a52b2608 Add one px to address for Firefox clipping 2018-01-10 21:54:43 -08:00
kumavis
27ace69a7f build - add 'deps' step that records output of 'npm ls' into build 2018-01-10 13:54:29 -08:00
kumavis
9a603606a6 deps - gulp in dev deps only 2018-01-10 13:51:25 -08:00
x86kernel
9c42216c4e ci(ko/messages.json): add korean localization file 2018-01-10 21:06:20 +09:00
Thomas Huang
f130772956
Merge pull request #2906 from MetaMask/Version-3.13.4
Version 3.13.4
2018-01-09 14:21:27 -08:00
Dan Finlay
e5b34b3d04
Update support links for helpscout 2018-01-09 14:09:29 -08:00
Dan Finlay
330ae02028 Version 3.13.4 2018-01-09 10:13:25 -08:00
kumavis
cc49e637dd deps - bump eth-json-infura 2018-01-09 08:18:58 -08:00
kumavis
096fb226a6
Merge pull request #2855 from abitrolly/patch-2
info.js  Remove width element to fix email layout
2018-01-09 07:25:24 -08:00
Dan Finlay
639bd29387
Merge pull request #2902 from MetaMask/DefaultToOneGwei
Default to 1 gwei for empty blocks
2018-01-08 16:36:57 -08:00
Dan Finlay
dc3421079a
Merge branch 'master' into DefaultToOneGwei 2018-01-08 15:48:57 -08:00