Commit Graph

578 Commits

Author SHA1 Message Date
Victor Baranov 2f89dfc5bb onChange input handler fix 2018-12-20 16:43:38 +03:00
Victor Baranov fcfb3e635d Select for bollean in interactions with smart-contracts 2018-12-19 19:57:34 +03:00
Victor Baranov 77d42f3bca Select in put for boolean type 2018-12-19 19:44:04 +03:00
Victor Baranov fd35ebed88 Hardware label 2018-12-19 18:23:56 +03:00
Victor Baranov cd8b1e61fc typo 2018-12-18 20:15:43 +03:00
Victor Baranov d4c80829b0 eslint fix 2018-12-18 20:14:38 +03:00
Victor Baranov c2734f1c68 bytes input is not a mandatory to fill 2018-12-18 20:12:34 +03:00
Victor Baranov ea9b54806f eslint fix and int type support 2018-12-18 19:51:02 +03:00
Victor Baranov f46bb26b5d handle bignumbers 2018-12-18 19:42:47 +03:00
Victor Baranov f5b5652569 Handle bool input 2018-12-18 18:51:41 +03:00
Victor Baranov fed6cee26e FF scroll appearance fix 2018-12-14 20:29:38 +03:00
Victor Baranov 267807fede copy icons for output fields 2018-12-14 20:14:12 +03:00
Victor Baranov 71eaa0458f Support of various output types fixes 2018-12-14 20:03:11 +03:00
Victor Baranov bfba6348ff Merge remote-tracking branch 'origin/develop' into contract-call-multiple-outputs 2018-12-12 13:55:15 +03:00
Victor Baranov 715668a1b6 go to Choose account page if encodeFunctionCall is successful 2018-12-11 23:49:29 +03:00
Victor Baranov 898672b530 multiple outputs support 2018-12-10 19:35:22 +03:00
Victor Baranov 7028652dbc remove unused props from send-contract 2018-12-07 21:19:42 +03:00
Victor Baranov 5ccda3c9a4 Copy ABI encoded function call 2018-12-07 19:57:11 +03:00
Victor Baranov aaf746862c Copy of abi button 2018-12-07 11:53:14 +03:00
Victor Baranov 848e4c81ee disabling of import 2018-12-07 11:35:25 +03:00
Victor Baranov a9d19b4044 Contract ABI is from Blockscout API, contract address validation 2018-12-06 20:30:25 +03:00
Victor Baranov 3b55292880 refactor of componentDidUpdate for accounts-dropdown 2018-12-06 00:15:54 +03:00
Victor Baranov 8bc4412981 eslint fix: Multiple spaces found before '{' 2018-12-05 23:41:51 +03:00
Victor Baranov 842e6a39a4 Fix: Issue is still here, error message if attempt to add custom token but this token has been imported as contract account 2018-12-05 22:45:15 +03:00
Victor Baranov 6e37fef40d Fix: Custom token detection failed if token contract's account has been imported to NW 2018-12-05 19:45:01 +03:00
Victor Baranov 7b5dcbb0d4 Fix: Account menu: green labels have different sizes for imported and contract values 2018-12-05 18:26:58 +03:00
Victor Baranov 27c100e0ac fix: Second call of the method balanceOf() leads to error message 2018-12-05 18:21:11 +03:00
Victor Baranov 93485f2312 Fixes for removing of simple address type 2018-12-05 15:04:53 +03:00
Victor Baranov 2546ed374b Various fixes from review 2018-12-05 14:22:50 +03:00
Victor Baranov 6af70ad914 disable nex button if account executor has not been chosen 2018-12-05 01:32:02 +03:00
Victor Baranov 667108af89 use ifContractAcc() util function 2018-12-05 00:58:25 +03:00
Victor Baranov a91e7dcdd2 change error style: an error is in font of everything at the page 2018-12-05 00:49:44 +03:00
Victor Baranov c26b3e4c9b styles fix && handling of hardware wallets 2018-12-05 00:06:23 +03:00
Victor Baranov 49605eedce eslint suggestion 2018-12-04 21:44:30 +03:00
Victor Baranov 480294d8f9 switch between networks fix 2018-12-04 21:37:51 +03:00
Victor Baranov c65b7c2275 Handle different contracts with the same address on different networks 2018-12-04 21:23:21 +03:00
Victor Baranov 3e3371a4b8 unit tests for added components 2018-12-04 18:29:47 +03:00
Victor Baranov 7972c49196 tests for new util funcs 2018-12-04 15:13:17 +03:00
Victor Baranov 82b8c2f6d8 rename getMultisig to getContract 2018-12-04 13:38:03 +03:00
Victor Baranov b51f65d0bd Merge remote-tracking branch 'origin/enhance-rpc-validation' into import-multisig 2018-12-04 13:37:32 +03:00
Victor Baranov 2d49078bee return back to multisig methods page ability 2018-12-03 18:39:18 +03:00
Victor Baranov 58cbe669ca Set selected sender address for multisig 2018-12-03 16:35:16 +03:00
Victor Baranov e592140471 choose multisig owner acc 2018-11-30 21:19:55 +03:00
Victor Baranov c17688f78c change network: multisig nadling 2018-11-30 17:10:58 +03:00
Victor Baranov ecf9951e83 encode multisig method and prepare tx 2018-11-29 20:52:24 +03:00
Victor Baranov 15efe097c4 fix error messages on invalid custom RPC 2018-11-28 20:54:12 +03:00
Victor Baranov 81178e94e9 refactor rpcValidation function 2018-11-28 20:28:08 +03:00
Victor Baranov df2286abdd Import multisig account option 2018-11-28 20:19:20 +03:00
Victor Baranov 337b9f1ffb remove arrow function for rpcValidation 2018-11-27 15:52:30 +03:00
Victor Baranov 768a065a15 custom RPC validation: JSON RPC request instead of HTTP request 2018-11-27 15:27:11 +03:00
Victor Baranov 3114d1aa27
Merge pull request #207 from poanetwork/token-balance-leading-zero
(Fix) Format of token balance in the tokens list
2018-11-26 22:29:53 +03:00
Victor Baranov 8d82e79a7a
Merge pull request #205 from poanetwork/hd-hide-export-private-key-option
(Feature) Hide export private key option for HD wallet
2018-11-26 22:10:24 +03:00
Victor Baranov 40cc45253e Format of token balance in the tokens list 2018-11-23 20:39:56 +03:00
Victor Baranov 0fce30d743 Allow 0 decimals fix 2018-11-23 20:13:16 +03:00
Victor Baranov fd7a71424f Hide export private key option for HD wallet 2018-11-23 17:23:51 +03:00
Victor Baranov 744a6c65a1 e.trim is not a function fix 2018-11-23 16:03:01 +03:00
Victor Baranov 256e585274 Refactor: remove duplicated capitalizeDevice function 2018-11-21 14:49:25 +03:00
Victor Baranov d0c4220a93 Merge remote-tracking branch 'origin/develop' into hw-support 2018-11-14 18:06:19 +03:00
Victor Baranov 8376da35ac countSignificantDecimals to /old-ui/app/util 2018-11-13 22:55:14 +03:00
Victor Baranov cff599d0ee Merge branch 'display-non-zero-fiat' of github.com:poanetwork/nifty-wallet into display-non-zero-fiat 2018-11-13 22:24:53 +03:00
Victor Baranov eadb36c307 countSignificantDecimals to util 2018-11-13 22:23:43 +03:00
Gerardo Nardelli 629f377f05
Update old-ui/app/components/fiat-value.js
var -> const

Co-Authored-By: vbaranov <baranov.viktor.27@gmail.com>
2018-11-13 21:51:06 +03:00
Gerardo Nardelli 41e9324220
Update old-ui/app/components/fiat-value.js
var -> let

Co-Authored-By: vbaranov <baranov.viktor.27@gmail.com>
2018-11-13 21:50:38 +03:00
Victor Baranov a33ba78ff1 Handle empty identity, handle error on removing of previosly deleted keyring acc, correct handle of error if it is an object 2018-11-13 12:50:27 +03:00
Victor Baranov 26ec76666f Update func countSignificantDecimals(...) description 2018-11-12 16:24:52 +03:00
Victor Baranov 42b008a613 eslinter fixes 2018-11-12 16:16:58 +03:00
Victor Baranov cf6a91e26e display non-zero fizt value 2018-11-12 15:30:37 +03:00
Victor Baranov af587d98ab Merge remote-tracking branch 'origin/develop' into hw-support 2018-11-09 23:44:28 +03:00
Victor Baranov 391c6a650c Return back updates for updateTokenInfo func 2018-11-09 17:40:22 +03:00
Victor Baranov 948d428c81 Return back updates for updateTokenInfo func 2018-11-09 17:39:42 +03:00
Victor Baranov c3156d06ba Check that pending tx is not token transfer 2018-11-09 17:37:18 +03:00
Victor Baranov 7add17a684 Remove MM warning and fix white pending tx page 2018-11-09 16:16:16 +03:00
Victor Baranov 33f8ea21c3 Merge remote-tracking branch 'origin/develop' into hw-support 2018-11-08 17:28:19 +03:00
Victor Baranov c17f3e28ff Remove unused prop types 2018-11-08 15:17:14 +03:00
Victor Baranov fcde550589 map to forEach 2018-11-08 14:27:56 +03:00
Victor Baranov cd897b5777 Remove console logging 2018-11-08 14:07:28 +03:00
Victor Baranov 1431d3adeb HD wallets styles correction 2018-11-08 14:04:41 +03:00
Victor Baranov b5a89d7381 ff body style fix 2018-11-08 11:24:26 +03:00
Victor Baranov e8ae62cfce Refactoring: generalizing of retrieving of Links for faucets and exchanges 2018-11-07 18:02:45 +03:00
Victor Baranov 5933b27067 Merge remote-tracking branch 'origin/develop' into hw-support 2018-11-06 17:32:30 +03:00
Victor Baranov 686d1af3e4
Merge pull request #174 from poanetwork/send-messages
(Fix) Sign data and recover account pages styles fixes
2018-11-06 17:14:33 +03:00
Victor Baranov 9b13f23119 Trezor integration 2018-11-02 17:37:19 +03:00
vbaranov 428b39d4af Style fix for confirmation page 2018-11-01 22:15:11 +03:00
Victor Baranov c6d30a01bc hw accounts list page 2018-11-01 17:45:10 +03:00
Victor Baranov db9701d45c Merge remote-tracking branch 'origin/develop' into hw-support 2018-11-01 12:00:51 +03:00
Victor Baranov 5851521673
Merge pull request #177 from poanetwork/zero-balance
(Fix) Zero balance display instead of "None"
2018-11-01 11:55:38 +03:00
Victor Baranov a386734efc Merge remote-tracking branch 'origin/develop' into send-messages 2018-10-31 19:20:06 +03:00
Victor Baranov daabf88b8a Merge remote-tracking branch 'origin/develop' into hw-support 2018-10-31 19:19:07 +03:00
Victor Baranov dd576e342c
Merge pull request #173 from poanetwork/dai-fixes
(Fix) xDai chain fixes
2018-10-31 19:18:27 +03:00
Victor Baranov 40786afdc3 Merge remote-tracking branch 'origin/develop' into hw-support 2018-10-31 19:14:57 +03:00
Victor Baranov 489568f0ff HW wallets menu page 2018-10-31 19:12:27 +03:00
Victor Baranov 566bf7f701 zero balance display instead of "None" 2018-10-31 13:16:00 +03:00
vbaranov d8d527b4b2 react-hyperscript to JSX 2018-10-30 17:30:51 +03:00
vbaranov 50431d8e48 eslint fixes 2018-10-30 13:47:59 +03:00
vbaranov 5cbcd2f4f0 new style for sign msg page 2018-10-30 13:44:52 +03:00
vbaranov 654e2a48bc message page style fixes 2018-10-29 19:33:40 +03:00
vbaranov a3d62246e6 xDai chain fixes 2018-10-29 18:24:21 +03:00
vbaranov 6fed8e7f8c Unreleased interval and events 2018-10-26 20:30:51 +03:00
vbaranov 5ce9bb7d1c Images for tokens in Mainnet 2018-10-26 12:38:03 +03:00
Victor Baranov b32200e4d7 upstream from mm-4.9.3 2018-10-23 14:40:17 +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 c1631f84dc some DeepScan suggestions 2018-10-19 16:22:05 +03:00
Victor Baranov 6acc23371a main account page margin fix 2018-10-18 16:38:23 +03:00
Victor Baranov c8371dc442 update e2e tests 2018-10-18 16:30:25 +03:00
Victor Baranov 48f457f3ae upstream from mm 4.9.3 2018-10-18 15:52:58 +03:00
Victor Baranov 8b5a4fa7b9 Merge remote-tracking branch 'origin/develop' into dai-chain 2018-10-17 12:07:35 +03:00
Victor Baranov 53b3802396 Merge remote-tracking branch 'origin/develop' into add-tokens-validation 2018-10-16 18:06:02 +03:00
Victor Baranov accaaefe4e xDai chain 2018-10-12 20:18:07 +03:00
Victor Baranov 4c413dfd68 DeepScan suggestions were implemented 2018-10-11 23:06:03 +03:00
Victor Baranov 51ac2a0437 DAI chain support 2018-10-11 20:54:28 +03:00
Victor Baranov 9e461d2cc4 merge with develop 2018-10-02 19:42:09 +03:00
Victor Baranov 6cf2b148c0 account menu position fix 2018-10-02 18:50:55 +03:00
Victor Baranov 65f9809f9b Merge remote-tracking branch 'origin/develop' into tokens-send 2018-10-02 18:00:11 +03:00
Victor Baranov c9efcd45b0 Merge remote-tracking branch 'origin/develop' into token-menu 2018-10-02 17:59:33 +03:00
Victor Baranov f837af2bac Merge branch 'tokens-send' of github.com:poanetwork/metamask-extension into tokens-send 2018-09-28 18:18:56 +03:00
Victor Baranov 555c2fc23c split delimiter fix 2018-09-28 18:18:19 +03:00
Victor Baranov 28d409a683 Add custom tokens validation 2018-09-28 17:17:30 +03:00
dennistikhomirov 111cf04b2a fix validation of too precise amount 2018-09-28 03:09:43 -07:00
dennistikhomirov d45826b6e6 fix typo 2018-09-28 02:50:20 -07:00
Victor Baranov a297e0d9dd disable bignumber errors at the send-token page 2018-09-27 18:56:24 +03:00
Victor Baranov f8c05c676b Fix dropdowns positioning 2018-09-27 18:26:32 +03:00
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
Victor Baranov 29f87f1d90 send tokens 2018-09-26 21:19:00 +03:00
Victor Baranov 586d299a50 Merge remote-tracking branch 'origin/develop' into token-menu 2018-09-25 11:16:52 +03:00
Victor Baranov 5b742b988e update propTypes 2018-09-24 23:04:35 +03:00
Victor Baranov 6cf1a36e92 merge with develop branch 2018-09-24 23:01:50 +03:00
Victor Baranov f1f62d1f91 JSX instead of react-hyperscript, remove searchResults text 2018-09-20 19:43:45 +03:00
Victor Baranov 3104f01ae1 when click to menu of one token, close other token's dropdown 2018-09-20 18:38:04 +03:00
Victor Baranov a0da1a5ae9 token menu 2018-09-20 17:36:44 +03:00
Victor Baranov d3d5c88010 search by POA tokens 2018-09-19 18:38:39 +03:00
Victor Baranov 1f6704cbf7 Merge branch 'search-tokens' into search-POA-tokens 2018-09-19 10:37:37 +03:00
Victor Baranov c9919d4c98 fix dropdowns are behind page-container 2018-09-18 19:31:14 +03:00
Victor Baranov 99f64783be Eliminate betaUI in integration etsts 2018-09-18 19:15:56 +03:00
Victor Baranov a1be52c53d DeepScan fixes 2018-09-18 18:19:27 +03:00
Victor Baranov 16f7d3fcb6 Ability to go back from Confirm screen 2018-09-18 18:16:15 +03:00
Victor Baranov 3fbdbcc5da remove unused function 2018-09-18 14:39:40 +03:00
Victor Baranov 984c4594e3 affected components to new files 2018-09-18 14:21:32 +03:00
Victor Baranov 285e406dcd POA tokens support - including of poa-contract-metadata package 2018-09-18 12:30:37 +03:00
Victor Baranov d50d957fa3 tokens added from search should be visible only for the network where search was made 2018-09-17 18:00:22 +03:00
Victor Baranov 053f3447ab toolyip for long token names, full mode view styles fix, search is available only for Mainnet 2018-09-17 14:49:44 +03:00
Victor Baranov 3fdb64181f Fix unit tests 2018-09-14 18:09:20 +03:00
Victor Baranov 65fdae7848 DeepScan fixes 2018-09-14 17:30:42 +03:00
Victor Baranov 1936a1b433 css format update 2018-09-14 17:25:16 +03:00
Victor Baranov 71bbeec55d Confirm add tokens styles fix 2018-09-14 17:09:09 +03:00
Victor Baranov cd1af0fadc Search tokens 2018-09-14 16:57:16 +03:00
bitpshr 42fdcf6239 Update new method namespace from v2 to v3 2018-09-13 15:42:27 -04:00
bitpshr 36dd0354e7 Implement latest EIP-712 protocol 2018-09-13 15:40:57 -04:00
Victor Baranov 8a3077c327
Merge pull request #132 from poanetwork/empty-keyring-accounts-fix
(Fix) empty keyring on wrong password
2018-09-12 18:06:30 +03:00
Victor Baranov 1c79119c82
Merge pull request #127 from poanetwork/error-through-screens
(Fix) Error is constantly shown through screens
2018-09-12 17:25:20 +03:00
Victor Baranov 1daf415499 Fix empty keyring on wrong password 2018-09-12 17:03:03 +03:00
Victor Baranov 25a605aced
Merge pull request #128 from poanetwork/switch-from-localhost-tokens-display-bug
(Fix) Clear an error on successful response from tokens balances
2018-09-12 00:29:20 +03:00
Victor Baranov 8236b8507d
Merge pull request #122 from poanetwork/remove-animation
(Fix) Remove fox animation components
2018-09-12 00:07:27 +03:00
Victor Baranov 9a66191cc9 Clear error on successful response 2018-09-11 14:11:28 +03:00
Victor Baranov 51e0edb1d9 Clear warning message on componentWillUnmount event 2018-09-11 12:58:46 +03:00
Victor Baranov 95161c0a95 classNames usage simplification 2018-09-10 21:43:15 +03:00
Victor Baranov 34c9ec651e Remove listeners of input changed 2018-09-10 21:33:19 +03:00
Victor Baranov f3e92139b8 Merge remote-tracking branch 'origin/develop' into copy-button 2018-09-10 21:20:11 +03:00
Victor Baranov bdbf01704d remove textarea-caret npm package 2018-09-10 21:14:32 +03:00
Victor Baranov 749e2eac0b Merge remote-tracking branch 'origin/develop' into remove-animation 2018-09-10 21:03:20 +03:00
Victor Baranov 8f04ea31ec Merge remote-tracking branch 'origin/develop' into remove-animation 2018-09-10 20:41:13 +03:00
Victor Baranov cf58650843 merge with develop 2018-09-10 20:34:29 +03:00
Victor Baranov 36ec8cfd3b merge with develop 2018-09-10 20:15:33 +03:00
Victor Baranov 675ebb0b4e Merge remote-tracking branch 'origin/develop' into remove-animation 2018-09-10 19:44:17 +03:00
Victor Baranov a157b9837f merge with develop branch 2018-09-10 19:42:05 +03:00
Victor Baranov 471aef46a2
Merge branch 'develop' into copy-button 2018-09-10 19:21:29 +03:00
Victor Baranov b815a58723
Merge branch 'develop' into ff-truncated-text 2018-09-10 19:19:23 +03:00
Victor Baranov 1311baa25f
Merge branch 'develop' into tokens-account-switch-fix 2018-09-10 19:18:26 +03:00
Victor Baranov b294f920a9
Merge pull request #99 from poanetwork/validate-rpc
(Fix) Validate custom RPC
2018-09-10 19:13:15 +03:00
Victor Baranov 4ecb1a1635 remove top/bottom padding for large input, unify style for token addition inputs 2018-09-10 18:00:00 +03:00
Victor Baranov bab2156af5 FF truncated text in input 2018-09-10 15:45:27 +03:00
Victor Baranov 3a447a8f8b Update token's balance on account switch 2018-09-10 15:22:43 +03:00
Victor Baranov a5b07c72b3 Shapeshift logo from local storage 2018-09-10 13:59:29 +03:00
Victor Baranov 22fa5a7c2e Typo 2018-09-10 13:23:46 +03:00
Victor Baranov d739af8d67 Display copy icon in FF 2018-09-10 13:16:50 +03:00
Victor Baranov b56a9f7d6f White icon for copy button 2018-09-10 13:02:25 +03:00
Victor Baranov a1825f8166 Merge remote-tracking branch 'origin/develop' into copy-button 2018-09-10 12:24:23 +03:00
Victor Baranov 673f6634e9 Firefox scrolls fixes 2018-09-10 12:14:04 +03:00
Victor Baranov ba64b957ca
Merge branch 'develop' into validate-rpc 2018-09-07 19:19:50 +03:00
Victor Baranov 76ff9fb7de fix merging conflict 2018-09-07 18:59:34 +03:00
Victor Baranov bdb6a7cd66 The list of custom RPCs to the bottom of the list 2018-09-07 18:43:50 +03:00
Victor Baranov bf24bed17c token remove icon fix for Firefox 2018-09-07 13:38:58 +03:00
Victor Baranov af7919f39a merge with develop branch 2018-09-06 19:14:23 +03:00
Victor Baranov 9c497d989b Fix displaying of some icons for Firefox, e2e test update for Firefox 2018-09-05 13:09:58 +03:00
Victor Baranov 7c22f0968f Merge remote-tracking branch 'origin/develop' into localhost 2018-09-04 13:38:58 +03:00
Victor Baranov 7df063be68 Fix to display all unselected rpc endpoints 2018-09-04 13:30:36 +03:00
Victor Baranov 84125da2bb Fix localhost endpoint display 2018-09-04 13:17:13 +03:00
bunoi c824418955 edit decimal check in old-ui/ 2018-09-03 18:32:38 +07:00
Victor Baranov 865d831dc5 linter fix 2018-08-31 19:20:02 +03:00
Victor Baranov d938d929c7 log.info -> log.error 2018-08-31 19:13:49 +03:00
Victor Baranov e305ccb594 Catch Promises errors 2018-08-31 18:53:50 +03:00
Victor Baranov f88a1ed9cb Remove fox animation assets 2018-08-31 16:02:45 +03:00
Victor Baranov 8065c27723 validate custom RPC with HTTP GET request 2018-08-31 16:02:45 +03:00
Victor Baranov c345d86f98 Copy button in the main screen 2018-08-31 16:02:45 +03:00
Victor Baranov e66d8bd90e validate custom RPC with HTTP GET request 2018-08-30 20:51:04 +03:00
Victor Baranov f2e4391336 Merge remote-tracking branch 'origin/develop' into copy-button 2018-08-30 14:46:24 +03:00
Victor Baranov e90bce6455 overflowY and transition to defaults for dropdowns 2018-08-30 14:31:19 +03:00
Victor Baranov 684886a555 Dropdowns animation finalization 2018-08-30 14:19:58 +03:00