Dan J Miller
165f44d3a4
Address book name save fix ( #6945 )
...
* Fix address book name saving and ens input errors on good inputs on unsupported networks
* Add initial e2e test for address book send flow.
* No longer need to click recipient row in e2e tests
* Click write button in address book e2e test on seed confirm screen
* Use correct seed phrase and private key in address-book.spec tests
5 years ago
Whymarrh Whitby
094e4cf555
Check for unused function arguments ( #6583 )
...
* eslint: Check for unused function arguments
* eslint: Ignore unused '_' in argument list
Also allow any number of '_' e.g., '__' or '___' which is to be used sparingly
* Remove and rename unused arguments
6 years ago
Chi Kei Chan
31175625b4
Folder restructure ( #6304 )
...
* Remove ui/app/keychains/
* Remove ui/app/img/ (unused images)
* Move conversion-util to helpers/utils/
* Move token-util to helpers/utils/
* Move /helpers/*.js inside /helpers/utils/
* Move util tests inside /helpers/utils/
* Renameand move confirm-transaction/util.js to helpers/utils/
* Move higher-order-components to helpers/higher-order-components/
* Move infura-conversion.json to helpers/constants/
* Move all utility functions to helpers/utils/
* Move pages directory to top-level
* Move all constants to helpers/constants/
* Move metametrics inside helpers/
* Move app and root inside pages/
* Move routes inside helpers/
* Re-organize ducks/
* Move reducers to ducks/
* Move selectors inside selectors/
* Move test out of test folder
* Move action, reducer, store inside store/
* Move ui components inside ui/
* Move UI components inside ui/
* Move connected components inside components/app/
* Move i18n-helper inside helpers/
* Fix unit tests
* Fix unit test
* Move pages components
* Rename routes component
* Move reducers to ducks/index
* Fix bad path in unit test
6 years ago
Thomas Huang
ef7ac90bca
Remove line rather than comment out
6 years ago
Thomas Huang
22c4fe0469
No longer check network when validating checksum addresses
6 years ago
Jonathan Smirnoff
8dddf48904
Fixed issue #5838 ( #6001 )
...
Update changelog file
6 years ago
Alexander Tseung
435fdae84a
Fix displayed time and date in the activity log. Remove vreme library, add luxon library. ( #5932 )
6 years ago
Alexander Tseung
d8ab9cc002
Group transactions by nonce ( #5886 )
6 years ago
HackyMiner
54a8ade266
Add support for RPC endpoints with custom chain IDs ( #5134 )
6 years ago
Alexander Tseung
5ddd9b55be
Add retry button to TransactionListItem
6 years ago
Alexander Tseung
5de48c67a0
Use css grid for TransactionListItem for responsive layout
6 years ago
Whymarrh Whitby
b83a746e4f
Add exportAsFile optional type argument
6 years ago
Alexander Tseung
469a79f97f
Add fallback options for displaying recipient name in the Confirm screen
6 years ago
Dan
bb855707ef
ENS input in send form shows distinct errors for invalid addresses and non-existent addresses.
7 years ago
Dan
7c49009854
Unit tests for containers, utils and selectors in send_/
7 years ago
bitpshr
cce123c30e
Show checksummed addresses throughout the UI
7 years ago
Thomas
4ffa74cbe6
Change double-quotes to single-quotes
7 years ago
Thomas
18e0a7e4f9
Add target=_blank exportAsFile
7 years ago
Dan J Miller
d7a1019a2c
Adding one or more tokens sets the selected token before returning the user to the main screen. ( #2995 )
7 years ago
Kevin Serrano
3e562f1a1e
Add backend fix for util in normalizeethstringtowei.
7 years ago
Dan
14bdc5a78c
Client side error handling for from, to and amount fields in send.js
7 years ago
Chi Kei Chan
d722c1045f
Update yarn.lock; Fix tx-list-item overflow; Fix gas exchange rate
7 years ago
Chi Kei Chan
8f31b05ac5
Add token exchange rates
7 years ago
Kevin Serrano
ef6967325e
Check if all lower or upper before doing checksum.
7 years ago
Kevin Serrano
7810880f0c
Add specific error message for failed address checksum.
7 years ago
Kevin Serrano
fa1ec5dcd1
Move function as util function.
7 years ago
Dan
e7b3ef0708
Lint fixes
7 years ago
Dan
cd5861541c
Use hex values only in send.js to handle limit and price; GasTooltip accepts and returns values as hex (allows user to enter floats)
7 years ago
Dan
cd351e8aef
Move getTaxBN and bnMultiplyByFraction to util.js
7 years ago
sdtsui
18496ad859
Render TxListItem component from real data: address, identicon, status, ETH value
7 years ago
Dan Finlay
86d367957f
Move responsive ui into its own folder for easier merges
7 years ago
Dan Finlay
5eb3d5d485
Make folder for responsive UI
8 years ago
frankiebee
653319be10
move address check to util.isValidAddress
8 years ago
Frankie
7d9e295b75
Change regex in isHex function
8 years ago
Frankie
d79424e9c0
clean up the isHex function
8 years ago
Frankie
aa4746f4c7
Add test and ability for isHex to handle hex strings with hex-prefix
8 years ago
Frankie
5fb1e492fb
Add valdations to txData param
8 years ago
Frankie
edfb0eb968
Fix issue where if given a balance that does not need to be parsed will not be parsed
8 years ago
Kevin Serrano
683651e75d
Lint and changelog.
8 years ago
Kevin Serrano
4cebf12bb5
Fix rounding issues.
8 years ago
Kevin Serrano
7d1b2db87e
linting and ignoring.
8 years ago
Kevin Serrano
fd37f5db65
Add fix for zero balance shorten.
8 years ago
Kevin Serrano
96cd087c97
Readd string to conform to tests. Will discuss later.
8 years ago
Kevin Serrano
2fc2731479
Remove unused None string.
8 years ago
Aust
c1859a24ee
Add eslint config to pass tests
8 years ago
Aust
061633bf67
Make zero balance display 0. Fixes #449
8 years ago
Frankie
dbc9008295
Fix eth balance tooltip to show 6 decimals ( #440 )
...
* Fix tooltip to show to the 6 decimal place on balances ovr 0...
* Change font size for balance component in tx-list so it fits the notation
* Add to change log
* Linting
* change log
8 years ago
Kevin Serrano
d7e6b752a3
Integrate changes back into eth-balance
8 years ago
Kevin Serrano
6a61591dad
Move shorten balance to util. Add as property of generateBalance object output.
8 years ago
Kevin Serrano
37f21cf18f
Remove unused functions. Readd if necessary.
8 years ago