Commit Graph

7547 Commits

Author SHA1 Message Date
Esteban MIno fbcba8f019 create tokens storage when setadresses 2018-07-30 19:09:17 -04:00
Esteban MIno 31286673c3 isolation of tokens related methods in preferences 2018-07-30 18:43:34 -04:00
Esteban MIno 0757f47e84 passing tokens to all accounts in migration 2018-07-30 11:41:31 -04:00
Esteban MIno dd6a725e6d unit tests for tokens per account and network 2018-07-27 17:41:47 -04:00
Esteban MIno e687bc5a47 fix migration for preferences controller tokens 2018-07-27 16:17:28 -04:00
Esteban Miño 228f48c6e5
Merge branch 'develop' into TokensPerAccountBasis 2018-07-27 16:07:08 -04:00
Esteban MIno 5b9725d1f1 refactor to accountTokens 2018-07-27 16:05:12 -04:00
Thomas Huang 1540b5e256
Merge pull request #4893 from kelvintyb/develop
Move phishing warning to the extension
2018-07-27 12:23:31 -07:00
Esteban MIno f5107fa12e migration for preferences controller tokens 2018-07-27 14:56:03 -04:00
Bruno Barbieri 6d1808d209
Merge pull request #4901 from MetaMask/readme-update
remove Web Store warning
2018-07-27 13:19:55 -04:00
bobby dresser 308d8ddcba
remove Web Store warning 2018-07-27 09:34:03 -07:00
Esteban MIno f79a249bcc modify tests according to tokens by network 2018-07-26 20:04:57 -04:00
Kelvin Tan a97583b039 revert package-lock.json 2018-07-27 07:50:38 +08:00
Esteban MIno 2827e13caa add & delete tokens per network 2018-07-26 19:28:12 -04:00
kumavis e715d0e691
Merge pull request #4858 from MetaMask/chinesesimplifiedandtraditional
Update Chinese naming on our language list
2018-07-26 15:13:24 -07:00
Esteban MIno 1d3ad7cfbb tokens per network for individual account 2018-07-26 18:04:34 -04:00
kumavis ffefeb65d4
Merge pull request #4802 from 03-26/develop
Update translation 🇯🇵
2018-07-26 14:59:12 -07:00
Kelvin Tan 7ca402147d add phishing html page, and redirect to bundled page in-window 2018-07-27 00:03:39 +08:00
Dan J Miller 53b440a287
Merge pull request #4885 from MetaMask/RetryOnEarliestPendingTx
Only show retry button on the earliest pending tx
2018-07-25 23:42:49 -02:30
Dan J Miller acddb85f2e
Merge pull request #4876 from MetaMask/i4835-unitTestConfirmDetailRow
Add tests for Confirm Detail Row
2018-07-25 23:04:44 -02:30
Frankie b5e3aafe2e
Merge pull request #4871 from MetaMask/3519-new-contract-gas
tx-gas-utils -  catch all errors from gas estimation
2018-07-25 15:33:17 -10:00
Esteban MIno b580f60d74 earliest tx by submittedTime 2018-07-25 20:58:20 -04:00
Esteban MIno c8d45cb4a8 only show retry button on earliest pending tx 2018-07-25 20:02:12 -04:00
Sara Reynolds 9934690bd9 lint fix 2018-07-25 16:31:33 -07:00
Sara Reynolds 6eadf5b22b Update prop names 2018-07-25 16:26:30 -07:00
Esteban MIno adee549c43 preferences test fixes for tokens per account 2018-07-25 17:46:31 -04:00
Dan Finlay a5d344a582
Merge pull request #4875 from MetaMask/bmd/readme-release
add current release to the README
2018-07-25 14:33:33 -07:00
Thomas Huang bc98085731
Merge pull request #4880 from MetaMask/migration-27
migrations - fix to include 27
2018-07-25 14:30:44 -07:00
frankiebee 527b62ee8e migrations - fix to include 27 2018-07-25 14:11:07 -07:00
Esteban MIno 2770df80e3 add & delete tokens per account 2018-07-25 16:14:10 -04:00
Sara Reynolds 9ca4b66c82 Add tests for Confirm Detail Row 2018-07-25 11:58:51 -07:00
bobby dresser 45379e867d
remove current version 2018-07-25 11:58:27 -07:00
bobby dresser 8cd36c8725
fix link bracket 2018-07-25 11:48:15 -07:00
bobby dresser 87f42468b7
add current release to the README 2018-07-25 10:30:47 -07:00
William Morriss 5782926c28
Merge pull request #4825 from MetaMask/no-inject-ani-gamer
Do not inject on ani.gamer.com.tw
2018-07-24 19:48:10 -07:00
William Morriss d57bca9418
Merge pull request #4820 from MetaMask/codeowners
Added codeowners file
2018-07-24 19:47:53 -07:00
Dan J Miller 1f9c52fbf0
Merge pull request #4845 from MetaMask/button-group
Add ButtonGroup component
2018-07-24 21:47:44 -02:30
pinkiebell 3667f3cb85 network.js: convert rpc protocol to lower case (#4855)
Fixes #4253
2018-07-24 19:33:36 -02:30
Jenny Pollack 00bae74475 tx-gas-utils - catch all errors from gas estimation 2018-07-24 14:16:37 -07:00
Kevin Serrano 1d241bef76
Merge branch 'develop' into no-inject-ani-gamer 2018-07-24 12:27:18 -07:00
Alexander Tseung fed9ae0dee
Merge pull request #4865 from MetaMask/i4829-close-notifications-from-ui
Close notifications from UI actions
2018-07-24 11:49:50 -07:00
Antoine Nauleau 653e42cf79 Update Babel to Current Standard "babel-preset-env" (#4812)
* Update .babelrc and package.json to babel-preset-env standard

* Install babel-preset-env babel-stage-0

* Regenerate package-lock.json by running npm install --package-lock-only && npm audit fix

* Resolve PR #4812 merge conflicts

* Merge #4847 Solves previous cache issues with cirlce-ci
2018-07-24 15:21:32 -02:30
Dan Miller a61227f224 Remove unneeded code from i4829-close-notifications-from-ui branch. 2018-07-24 15:01:03 -02:30
Dan Miller 64a82fd3da Uncomment closePopupIfOpen code. 2018-07-24 11:45:36 -02:30
Dan Miller cb8ea12db6 Updates e2e beta tests to ensure that popup window closes after confirming a simple send. 2018-07-24 11:24:36 -02:30
Alexander Tseung 152246f3b0 Add close window support to signature requests. Move logic to actions 2018-07-23 20:25:04 -07:00
Dan Miller 2359062b62 UI confirm screen closes confirmation window on submit or cancel of a tx 2018-07-23 22:20:06 -02:30
Dan Miller a146e5ebbc Adds tests for button group component. 2018-07-23 16:49:28 -02:30
Dan Finlay b208d33b3b
Merge pull request #4851 from MetaMask/fix-trezor-alert
Fix trezor "Hardware wallet connected" alert
2018-07-23 11:58:29 -07:00
Dan Finlay 239f5110e9
Merge pull request #4848 from MetaMask/fix-alert-flash
Fix Banner flash on load
2018-07-23 11:32:56 -07:00