Commit Graph

6402 Commits

Author SHA1 Message Date
frankiebee 8243824c6a hot-fix - migrate unaproved txParams so that the from is lowercase 2018-04-04 14:27:28 -07:00
frankiebee 457a47bf62 transactions - normalize txParams 2018-04-04 14:27:20 -07:00
kumavis e1b1da9113
Merge pull request #3878 from MetaMask/hot-fix-for-new-ui
Hot fix for new ui
2018-04-04 14:19:38 -07:00
frankiebee 632a0db89b add to CHANGELOG.md 2018-04-04 13:58:35 -07:00
frankiebee 3de1873126 hot-fix new-ui - default to an object if identities is undefined 2018-04-04 13:56:39 -07:00
Thomas Huang 2e70610423
Merge pull request #3875 from danjm/i3837-to-field-rinkeby-kovan
Don't prevent user from sending to eth address when no ENS support
2018-04-04 11:32:02 -07:00
Dan 40bbca5d0d Don't prevent user from setting an eth address in to field if there is no ens support. 2018-04-04 15:45:29 -02:30
kumavis 9817c2c104
Merge pull request #3869 from MetaMask/4.5.2
Version 4.5.2
2018-04-04 09:40:48 -07:00
kumavis 222f207b78 4.5.2 2018-04-04 09:10:33 -07:00
kumavis 75de380d65
Merge pull request #3868 from MetaMask/chainid-fix
tx - txParams - allow chainId to be a hex string
2018-04-04 09:09:59 -07:00
kumavis 6be7365dd1 changelog - add note on txParams.chainId validation change 2018-04-04 09:01:19 -07:00
kumavis 502011019a tx - txParams - allow chainId to be a hex string 2018-04-04 08:59:03 -07:00
Kevin Serrano 9930f5996c
Merge pull request #3862 from MetaMask/webby-awards-fix
Add webby awards to web3 block list.
2018-04-04 00:16:23 -07:00
Kevin Serrano 02fa5c9c32
Make token helpscout link open in new tab. 2018-04-04 00:09:11 -07:00
Dan Finlay 86693af156
Add webby awards to web3 block list. 2018-04-03 20:33:19 -07:00
Alexander Tseung 7776af7cd0 Use new design for showing seed words 2018-04-03 18:20:51 -07:00
Alexander Tseung 007f91cc50 commit 2018-04-03 17:43:42 -07:00
Alexander Tseung 34e608e9dc Merge branch 'master' of https://github.com/MetaMask/metamask-extension into cb-254 2018-04-03 17:06:00 -07:00
kumavis ca780075a8
Merge pull request #3834 from MetaMask/3734
Address Add Token design feedback
2018-04-03 17:00:12 -07:00
Alexander Tseung bf38aa6f1d Fix transaction confirmations 2018-04-03 16:59:32 -07:00
Dan 3c4b72bf2c Map existingLocaleCodes and userPreferredLocaleCodes to lower case in get-first-preferred-lang-code.js 2018-04-03 20:52:17 -02:30
Dan 5aff114001 Ensure get-first-preferred-lang-code.js matches locale codes from local directory names and chrome extension api. 2018-04-03 20:34:28 -02:30
Dan Finlay 95fb74d4b4
Merge pull request #3854 from MetaMask/v4.5.1
Version 4.5.1
2018-04-03 15:08:15 -07:00
kumavis 31a9fb38c8 4.5.1 2018-04-03 14:28:30 -07:00
kumavis 27832d3e86 changelog - add note on fixed NODE_ENV side effects 2018-04-03 14:06:49 -07:00
kumavis 6eff5944d2
Merge pull request #3848 from MetaMask/i#3841
transactions - dont throw if chain id is not a string
2018-04-03 14:06:10 -07:00
kumavis 83df8b58ba tx-state-manager - validateTxParams - validate chainId is Number 2018-04-03 13:55:20 -07:00
Dan Finlay 931ce12073 Improve fox logo performance
By including metamask-logo@2.1.4

Fixes #3621
2018-04-03 13:53:02 -07:00
Thomas Huang d6c4450b1c
Merge pull request #3850 from MetaMask/ci-improvements
Ci improvements
2018-04-03 13:30:15 -07:00
kumavis 502a203218 ci - metamaskbot-announce - gracefully handle missing PR 2018-04-03 12:51:18 -07:00
kumavis 92dd2b3218 ci - job-publish - publish source+sourcemaps to sentry if new release 2018-04-03 12:36:46 -07:00
kumavis 6029ebf0ed ci - metamaskbot announce - js style change 2018-04-03 12:33:40 -07:00
frankiebee 3b1e4c74f5 transactions - dont throw if chain id is not a string 2018-04-03 12:17:53 -07:00
kumavis 6354f74592 ci - rename job-announce to job-publish 2018-04-03 11:12:39 -07:00
kumavis 0cedffb365 ci - announce - add sourcemaps to artifacts 2018-04-03 11:11:00 -07:00
kumavis 1bedef0820 ci - load npm deps by revision to always get latest for build 2018-04-03 11:08:17 -07:00
kumavis 11d4f3200e
Merge pull request #3846 from MetaMask/fetch-err-warn
app - warn on fetch errors instead of spamming sentry
2018-04-03 10:50:03 -07:00
kumavis 038ad91454 app - currency - fix typo + prefer log over console 2018-04-03 10:39:23 -07:00
kumavis 79d63332ee app - currency - fix typo 2018-04-03 10:35:41 -07:00
kumavis ecbab14cae app - warn on fetch errors instead of spamming sentry 2018-04-03 10:33:10 -07:00
Thomas Huang 3e4b11e0d7
Merge pull request #3845 from MetaMask/build-fix-env
build - correctly set METAMASK_ENV via envify
2018-04-03 09:59:15 -07:00
kumavis 00657e14a8 build - correctly set METAMASK_ENV via envify 2018-04-03 09:51:33 -07:00
David Yoo 4ddf5d2516 Address feedback 2018-04-03 09:38:27 -07:00
Alexander Tseung 2e9273d2ac Merge branch 'master' of https://github.com/MetaMask/metamask-extension into cb-254 2018-04-03 01:03:51 -07:00
Alexander Tseung 35875863d2 Fix merge conflicts. Modify send workflow 2018-04-03 01:03:31 -07:00
Thomas Huang 69778416ca
Merge pull request #3835 from MetaMask/4.5.0
Version 4.5.0
2018-04-02 17:38:41 -07:00
David Yoo 3d2b32167b Fix tests 2018-04-02 17:21:30 -07:00
kumavis cbf94dad4b 4.5.0 2018-04-02 17:19:50 -07:00
kumavis 945653eb78 changelog - add note on locales 2018-04-02 17:19:10 -07:00
David Yoo 0ab227d8a2 Address Add Token design feedback 2018-04-02 17:04:27 -07:00