Commit Graph

2894 Commits

Author SHA1 Message Date
Victor Baranov e8ae62cfce Refactoring: generalizing of retrieving of Links for faucets and exchanges 2018-11-07 18:02:45 +03:00
vbaranov 0b6b935c9a fix unit tests 2018-10-26 14:23:55 +03:00
Victor Baranov 9316e26865 Get upstream from v4.16.0 2018-10-24 20:17:32 +03:00
Victor Baranov b32200e4d7 upstream from mm-4.9.3 2018-10-23 14:40:17 +03:00
Victor Baranov 081b1f8019 DeepScan suggestion 2018-10-23 14:22:30 +03:00
Victor Baranov ecca5ab870 get upstream from develop branch 2018-10-23 13:51:21 +03:00
Victor Baranov 2921b7f408 Fix for retrieving of token symbol and decimals on transfer 2018-10-22 20:07:30 +03:00
Victor Baranov 9c0b5661e2 upstream from MM 4.11.0 2018-10-19 18:18:48 +03:00
Victor Baranov 48f457f3ae upstream from mm 4.9.3 2018-10-18 15:52:58 +03:00
Whymarrh Whitby 42fa54678f Extract Add Token button into its own component 2018-10-17 15:49:29 -02:30
Alexander Tseung badebe017f
Adds toggle for primary currency (#5421)
* Add UnitInput component

* Add CurrencyInput component

* Add UserPreferencedCurrencyInput component

* Add UserPreferencedCurrencyDisplay component

* Add updatePreferences action

* Add styles for CurrencyInput, CurrencyDisplay, and UnitInput

* Update SettingsTab page with Primary Currency toggle

* Refactor currency displays and inputs to use UserPreferenced displays and inputs

* Add TokenInput component

* Add UserPreferencedTokenInput component

* Use TokenInput in the send screen

* Fix unit tests

* Fix e2e and integration tests

* Remove send/CurrencyDisplay component

* Replace diamond unicode character with Eth logo. Fix typos
2018-10-17 07:03:29 +08:00
Whymarrh Whitby bd35728041 Lower i18n-helper#getMessage log level from error to warning 2018-10-16 16:36:11 -02:30
Whymarrh Whitby bdb6e55354 Decrease click area for AmountMaxButton on send screen 2018-10-15 21:04:07 -02:30
Michael J. Cohen 8c33c018de add tooltip for view etherscan tx (#5518)
* add tooltip for view etherscan tx

* run lint
2018-10-15 20:32:57 -02:30
Alexander Tseung c821a8354c
Add txReceipt data to transaction details (#5513) 2018-10-16 06:00:47 +08:00
Victor Baranov 51ac2a0437 DAI chain support 2018-10-11 20:54:28 +03:00
Whymarrh Whitby 5cde74fe88 Update Zendesk links for new subdomain 2018-10-11 13:36:24 -02:30
Thomas Huang b45479934d test - add actions unit tests (#5369)
* Actions.spec.js

* Error handling tests

* Lint
2018-10-10 10:32:26 -04:00
bakaoh 63c61c52eb Make all addresses EIP-55 compliant (#5379)
* Make all addresses EIP-55 compliant

* Checksum autocompleted address but not during input
2018-10-10 10:50:37 -02:30
Bruno Barbieri ccab4ee1a4 tests - integration - Add Drizzle tests (#5467)
* added drizzle app for testing

* working

* clean up

* clean up script

* make build step required

* add drizzle-tests to .eslintignore

* clean up drizzle run script

* lint

* use truffle unbox

* undo eslintignore changes

* revert change

* dont use global

* dont need this steps

* use the new account flow

* restore package-lock.json
2018-10-10 01:12:43 -04:00
Santiago Gonzalez Toral fd14d3f090 Fixed lint errors 2018-10-09 19:43:41 -07:00
Santiago Gonzalez Toral f88373237b Added account options on home screen 2018-10-09 19:43:41 -07:00
Alexander Tseung 37322f9f4e Fix token values being undefined 2018-10-08 17:05:57 -07:00
Whymarrh Whitby 888e5b4f16
Merge pull request #5442 from whymarrh/fix-page-container-footer
Fix markup for inline instances of PageContainers
2018-10-05 19:04:55 -02:30
Whymarrh Whitby 7dd1254424 Fix markup for inline instances of `PageContainer`s 2018-10-05 18:13:29 -02:30
Alexander Tseung c474f30929 Fix action translations edge cases 2018-10-05 13:21:10 -07:00
Dan Finlay c8521e49ad
Merge pull request #5428 from alextsg/i5372-queue-order
Reverse pending transactions order
2018-10-05 11:07:44 -07:00
Alexander Tseung 0527d02216 Reverse pending transactions order 2018-10-04 21:37:41 -07:00
Alexander Tseung 50d91f998d Translate method names in the transaction list only when applicable 2018-10-04 19:26:41 -07:00
Whymarrh Whitby 2c5fb11b37 Remove "Copy Contract Address" from token options 2018-10-03 13:49:03 -02:30
Victor Baranov 65f9809f9b Merge remote-tracking branch 'origin/develop' into tokens-send 2018-10-02 18:00:11 +03:00
Whymarrh Whitby b11a8ca2f7
Merge pull request #5329 from whymarrh/confirm-features
Add batch reject to confirm screen
2018-10-01 22:02:47 -02:30
Whymarrh Whitby 65ba018aad Only use current network txs when calculating "Reject All" 2018-10-01 17:32:01 -02:30
Whymarrh Whitby e351a7dd74 Switch page-container__footer-* for header and footer tags 2018-10-01 17:32:01 -02:30
Whymarrh Whitby d28453234c Reword batch reject confirm as "Reject All" 2018-10-01 13:44:54 -02:30
Whymarrh Whitby 2e35c05f14 Confirm rejecting multiple transactions with modal 2018-10-01 13:44:54 -02:30
Whymarrh Whitby 7610248f8c s/Cancel/Reject/ on confirm screen for clarity 2018-10-01 13:44:54 -02:30
Whymarrh Whitby 0fa9299cd1 Add "Cancel All" button to confirm footer 2018-10-01 13:44:54 -02:30
Whymarrh Whitby 2e5a09e28c Have PageContainerFooter take children node 2018-10-01 13:44:54 -02:30
Whymarrh Whitby ce2e068b43 Recipient not required on send screen when hex data present 2018-10-01 12:53:32 -02:30
Whymarrh Whitby c9f22916dd Rework estimateGas logic
The tests still pass!
2018-10-01 12:53:32 -02:30
Whymarrh Whitby 918fb71df3 Update gas when hex data changes on send screen 2018-10-01 12:53:32 -02:30
Whymarrh Whitby 3741927d8d Update send.utils.test to with better mocks 2018-10-01 12:53:32 -02:30
Whymarrh Whitby 508a712479 Allow sending transactions with hex data and no recipient 2018-10-01 12:53:32 -02:30
Sean b5169340ab Improvement: Reposition customize gas error (#5265) 2018-10-01 11:37:23 -02:30
HackyMiner 13a1d46720 support editable customRPC (#5267)
* support editable customRPC #5246

* remove rpcList size restriction
2018-09-28 17:23:58 -02:30
Victor Baranov c46c5fb144 Deepscan suggestions 2018-09-27 14:58:18 +03:00
Victor Baranov 42c77d0f75 validate tokens balance 2018-09-27 14:04:17 +03:00
Alexander Tseung cf6bead7ef Close transaction details modal when clicking speed up 2018-09-26 17:38:49 -07:00
Victor Baranov 29f87f1d90 send tokens 2018-09-26 21:19:00 +03:00