| Commit message (Expand) | Author | Age | Files | Lines |
* | change “ACCEPT” to “SUBMIT” | frankiebee | 2017-06-30 | 1 | -1/+1 |
* | Change disabling button as state property. | Kevin Serrano | 2017-06-27 | 1 | -5/+4 |
* | Prevent users from accidentally submitting two transactions by disabling button. | Kevin Serrano | 2017-06-27 | 1 | -0/+3 |
* | Merge branch 'master' into gasupdater | Dan Finlay | 2017-06-13 | 1 | -13/+37 |
|\ |
|
| * | Fix bug that prevented publishing contracts | Dan Finlay | 2017-06-06 | 1 | -1/+1 |
| * | Merge pull request #1545 from MetaMask/inValidAddressFix | kumavis | 2017-06-06 | 1 | -3/+14 |
| |\ |
|
| | * | Fix linting error | frankiebee | 2017-06-06 | 1 | -1/+0 |
| | * | move address check to util.isValidAddress | frankiebee | 2017-06-06 | 1 | -2/+2 |
| | * | Fix punctuation | frankiebee | 2017-06-06 | 1 | -1/+1 |
| | * | Dissallow transactions to be sent to 0x0000000000000000000000000000000000000000 | frankiebee | 2017-06-06 | 1 | -1/+13 |
| * | | Move address copying into reusable component | Dan Finlay | 2017-06-05 | 1 | -20/+5 |
| * | | Add copy links to mini tx panels | Dan Finlay | 2017-06-05 | 1 | -10/+38 |
| |/ |
|
* / | Update gasblocklimit params with every block. | Kevin Serrano | 2017-06-03 | 1 | -2/+9 |
|/ |
|
* | Add max gas limit to UI | Kevin Serrano | 2017-05-25 | 1 | -0/+2 |
* | Minor cleanup of lint | Kevin Serrano | 2017-05-25 | 1 | -1/+0 |
* | Fix bug where submit was enabled when invalid params were filled out. | Kevin Serrano | 2017-05-25 | 1 | -4/+10 |
* | Fix test, create new value for precision/scale | Kevin Serrano | 2017-05-24 | 1 | -0/+2 |
* | Modify test, replace clone package. | Kevin Serrano | 2017-05-18 | 1 | -7/+4 |
* | Fix merge conflicts. | Kevin Serrano | 2017-05-17 | 1 | -38/+55 |
|\ |
|
| * | Fix fiat rendering | Dan Finlay | 2017-05-17 | 1 | -2/+7 |
| * | Linted | Dan Finlay | 2017-05-16 | 1 | -3/+3 |
| * | Verify updating gas value updates | Dan Finlay | 2017-05-16 | 1 | -2/+0 |
| * | Got test failing nearly correctly | Dan Finlay | 2017-05-16 | 1 | -1/+12 |
| * | Remove redux dependency from eth-balance and its dependent tree | Dan Finlay | 2017-05-13 | 1 | -0/+2 |
| * | Break up pending-tx component for better unit testability | Dan Finlay | 2017-05-11 | 1 | -38/+39 |
* | | Fix reset button. | Kevin Serrano | 2017-05-17 | 1 | -5/+7 |
* | | Complete transition into BN. | Kevin Serrano | 2017-05-17 | 1 | -13/+14 |
|/ |
|
* | Redefine txmeta when submitting. | Kevin Serrano | 2017-05-09 | 1 | -1/+1 |
* | Cleanup | Dan Finlay | 2017-05-09 | 1 | -2/+2 |
* | Input gas in gwei | Dan Finlay | 2017-05-08 | 1 | -7/+14 |
* | make buy button green | frankiebee | 2017-04-24 | 1 | -1/+1 |
* | Improve UI gas calculation logic | Dan Finlay | 2017-03-29 | 1 | -98/+37 |
* | Fix tx selecting bug | Dan Finlay | 2017-03-25 | 1 | -0/+1 |
* | Remove unnecessary log | Dan Finlay | 2017-03-25 | 1 | -2/+0 |
* | Disable accept button when gas limit is too low | Dan Finlay | 2017-03-25 | 1 | -8/+5 |
* | Make gas calculations on render more consistent | Dan Finlay | 2017-03-24 | 1 | -10/+16 |
* | Fix initial tx fee estimation | Dan Finlay | 2017-03-24 | 1 | -3/+5 |
* | Fix a couple things | Dan Finlay | 2017-03-24 | 1 | -10/+18 |
* | Make reset button clear errors | Dan Finlay | 2017-03-24 | 1 | -0/+1 |
* | Fix initial gas price estimate | Dan Finlay | 2017-03-24 | 1 | -4/+5 |
* | Prevent default for reset and reject buttons | Dan Finlay | 2017-03-24 | 1 | -1/+2 |
* | Fix some broken refs | Dan Finlay | 2017-03-24 | 1 | -2/+2 |
* | Combine pending-tx-details component into pending-tx-details | Dan Finlay | 2017-03-24 | 1 | -6/+346 |
* | Got basic validations working | Dan Finlay | 2017-03-23 | 1 | -56/+77 |
* | Prevent submission of invalid gas parameters. | Kevin Serrano | 2017-03-02 | 1 | -2/+16 |
* | Various improvements to gas input. | Kevin Serrano | 2017-03-02 | 1 | -8/+8 |
* | Add reset button to reset gas fields. | Kevin Serrano | 2017-03-01 | 1 | -1/+9 |
* | Linted | Dan Finlay | 2017-02-28 | 1 | -5/+0 |
* | Move input boxes into table and into details component. | Kevin Serrano | 2017-02-28 | 1 | -16/+0 |
* | Make gasPrice accessible to the UI. | Kevin Serrano | 2017-02-25 | 1 | -2/+1 |
* | Broke hex decimal input into its own component | Dan Finlay | 2017-02-18 | 1 | -24/+22 |
* | Change state to props, add modifiable fields. | Kevin Serrano | 2017-02-18 | 1 | -9/+33 |
* | Fix funny looking errors in conf-tx | Frankie | 2016-11-11 | 1 | -1/+1 |
* | detect tx error - show warning and fix gasLimit | kumavis | 2016-11-11 | 1 | -0/+9 |
* | Clean up some of the code | Frankie | 2016-09-16 | 1 | -21/+4 |
* | css - smaller balance warning | kumavis | 2016-09-16 | 1 | -1/+6 |
* | confTx - add insufficient balance warning message | kumavis | 2016-09-16 | 1 | -4/+6 |
* | confTx - show disabled accept btn + add colors | kumavis | 2016-09-16 | 1 | -32/+28 |
* | Drop the buy button in the confTx view if account does not have enough eth | Frankie | 2016-09-16 | 1 | -5/+32 |
* | Restore button naming consistency | Dan Finlay | 2016-07-08 | 1 | -2/+2 |
* | Refined tx confirmation button styles | Dan Finlay | 2016-07-08 | 1 | -7/+19 |
* | Implement tx confirmation style refinements | Dan Finlay | 2016-07-08 | 1 | -8/+0 |
* | Linted | Dan Finlay | 2016-07-07 | 1 | -4/+2 |
* | Fleshed out pending tx view | Dan Finlay | 2016-07-07 | 1 | -1/+5 |
* | Unify wording for transaction options (#369) | Kevin Serrano | 2016-06-30 | 1 | -3/+3 |
* | clean - appease the linting machine | kumavis | 2016-06-25 | 1 | -21/+8 |
* | svg notif now work for msg signatures | kumavis | 2016-06-25 | 1 | -9/+1 |
* | breakout pending-tx-details | kumavis | 2016-06-25 | 1 | -28/+6 |
* | pending-tx pass the identicon pref on | kumavis | 2016-06-24 | 1 | -0/+1 |
* | tx-conf add non-interactive mode for notification | kumavis | 2016-06-24 | 1 | -8/+17 |
* | svg notifications - remove unneeded deps and clean code | kumavis | 2016-06-24 | 1 | -5/+5 |
* | initial svg notifications | kumavis | 2016-06-23 | 1 | -5/+11 |
* | Manually linted | Dan Finlay | 2016-06-22 | 1 | -1/+0 |
* | Auto linted | Dan Finlay | 2016-06-22 | 1 | -5/+4 |
* | Improve tx UI | Dan Finlay | 2016-05-04 | 1 | -0/+7 |
* | Add UI for Signing Messages | Dan Finlay | 2016-05-04 | 1 | -0/+71 |