Commit Graph

72 Commits (86a8c98148447916915da99962d82ec5c5dd6cb7)

Author SHA1 Message Date
Sara Reynolds ad6c454fd5 fixes #4623 6 years ago
Dan J Miller 464b97890d
Improve attribute syntax in send-amount-row.component.js 6 years ago
Dan d2845afd89 Remove input arrows for send screen amount row on firefox. 6 years ago
Dan 696d626133 Set based estimate for token sends to be updated once recipient address specified. 6 years ago
tmashuang fb02e71e22 Remove .only on test 6 years ago
trejgun 778aec8c75 lint 6 years ago
trejgun c27dfb01bb refactor gas-fee-display component 6 years ago
Dan ac7c0277b5 On send screen amount change, updateGas call now includes current to address. 6 years ago
Dan 70abe54c94 Send screen returns simple gas cost if no to address specified when not sending token. 6 years ago
Dan 347d1984cf Revert to updating amount on blur of input change; update gas on blur of amount input change; validate onchange. 6 years ago
Alexander Tseung adb71073c8 Fix unit tests 6 years ago
Alexander Tseung 5685c4bafe Estimate gas limit when the token amount changes. Fix amount input 6 years ago
Dan e4d3bdba12 Update send.utils.js estimateGas tests. 6 years ago
Dan b9b6cbf561 Add a buffer to new ui gas estimates 6 years ago
Alexander Tseung 1b9ed23752 Add hex-prefix to gas estimate result 6 years ago
Dan bb855707ef ENS input in send form shows distinct errors for invalid addresses and non-existent addresses. 6 years ago
Dan ada59054c9 Simplify recipient code check in send.utils estimateGas 7 years ago
Dan 1b879f45bc Fix calculation of data property for gas estimation on token transfers. 7 years ago
Dan 2ca084b055 Remove .only 7 years ago
Dan 1bde2892ec Improve efficiency of estimateGasPriceFromRecentBlocks 7 years ago
kumavis 64aa56b5a6 test - send-utils.test - lint fix 7 years ago
Dan 5a842e440f Gas estimation uses block gas limit as fallback if query.estimateGas returns an expected error. 7 years ago
Dan 0f20fce9b7 Auto update gas estimate when to changes. 7 years ago
Dan 4f0b4eef50 Estimate gas using same algorithm as backend. 7 years ago
Dan 166fda5877 Simplify gas estimate actions and add local estimateGasPriceFromRecentBlocks method. 7 years ago
Dan 17909465f2 getParamsForGasEstimate extracts symbol from token instead of just accepting symbol. 7 years ago
Dan 6f633a97e1 Rename gas change actions. 7 years ago
Dan 6d8344d0d0 Update amount error on update of send screen. 7 years ago
Dan 5347319dff Fix setting of token balance on account switch in send screen from field. 7 years ago
Dan ea28c8a437 Replaces currency-input.js with NumericInput 7 years ago
Dan e712336189 Send refactor: fix error handling and form disabling in send form. 7 years ago
Dan 0de765aa25 Clean up for send refactor PR. 7 years ago
Dan dc2b5d0ef4 Move formShouldBeDisabled from send-footer util to component. 7 years ago
Dan 3a87d9221d Fix order of button text in page-container-footer. 7 years ago
Dan 5bb399e55a Display correct titles and subtitles on send token and editing send transaction screens. 7 years ago
Dan 1405237479 Fix display of primary currency symbol in send amount row 7 years ago
Dan c4e48d9263 Send refactor: fix amount max button for tokens. 7 years ago
Dan 44679f6cda Import defaults in send_/ 7 years ago
Dan 77ee23d493 Add index.js files to send_ subdirectories 7 years ago
Dan 6bc8cc819a Merge branch 'develop' into i3725-refactor-send-component- 7 years ago
Dan 0739618a61 Tests for send.duck.js 7 years ago
Dan 0076b732bd Rename ducks/send.js to ducks/send.duck.js 7 years ago
Dan b3f08681fd Add missing unit tests in send_/: now 100% function test coverage in send_/ 7 years ago
Dan c2ed2d4e50 Lint fixes 7 years ago
Dan 145e53b404 Unit tests for account-list-item, amount-max-button and send-amount-row components. 7 years ago
Dan 61d35e7abe Unit tests for from-dropdown; split out send-dropdown-list from from-dropdown 7 years ago
Dan 5d79d12648 SendRowErrorMessage component test. 7 years ago
Dan 22e2806ae2 Unit tests for send from, gas, to and wrapper row components. 7 years ago
Dan f94ffa022c Fix test descriptions and remove unnecessary proptypes. 7 years ago
Dan 9ccc609e56 Adds test for send, send-content, send-footer and send-header components. 7 years ago