Commit Graph

75 Commits (f36e69f3405484db9586bb97427fa40dc4182d45)

Author SHA1 Message Date
Kevin Serrano 9962a3068b
Change disabling button as state property. 7 years ago
Kevin Serrano 615b8d05a1
Prevent users from accidentally submitting two transactions by disabling button. 7 years ago
Dan Finlay c8f0802a8e Fix bug that prevented publishing contracts 8 years ago
frankiebee 0f69a09823 Fix linting error 8 years ago
frankiebee 653319be10 move address check to util.isValidAddress 8 years ago
frankiebee 37fd32025f Fix punctuation 8 years ago
frankiebee bb6e41963d Dissallow transactions to be sent to 0x0000000000000000000000000000000000000000 8 years ago
Dan Finlay 773b36b0de Move address copying into reusable component 8 years ago
Dan Finlay ec097c8e34 Add copy links to mini tx panels 8 years ago
Kevin Serrano 2b7d842498
Update gasblocklimit params with every block. 8 years ago
Kevin Serrano 51b5e2f6e7
Add max gas limit to UI 8 years ago
Kevin Serrano 9554788c14
Minor cleanup of lint 8 years ago
Kevin Serrano 10ca3b6467
Fix bug where submit was enabled when invalid params were filled out. 8 years ago
Kevin Serrano 31d17c9e25
Fix test, create new value for precision/scale 8 years ago
Kevin Serrano 717db41d0b
Modify test, replace clone package. 8 years ago
Kevin Serrano d8130f1eff
Fix reset button. 8 years ago
Kevin Serrano 53b8d18a5f
Complete transition into BN. 8 years ago
Dan Finlay b4e6ea9db7 Fix fiat rendering 8 years ago
Dan Finlay fc7b4cb4bc Linted 8 years ago
Dan Finlay 75d9b5619c Verify updating gas value updates 8 years ago
Dan Finlay 4b341e6a95 Got test failing nearly correctly 8 years ago
Dan Finlay 19db11856b Remove redux dependency from eth-balance and its dependent tree 8 years ago
Dan Finlay d737bd1633 Break up pending-tx component for better unit testability 8 years ago
Kevin Serrano d61b587f30
Redefine txmeta when submitting. 8 years ago
Dan Finlay c7b2f2f2e9 Cleanup 8 years ago
Dan Finlay 80d8a4e73e Input gas in gwei 8 years ago
frankiebee 9ebc5ed33c make buy button green 8 years ago
Dan Finlay 81d3658343 Improve UI gas calculation logic 8 years ago
Dan Finlay 5cc934f18c Fix tx selecting bug 8 years ago
Dan Finlay 8e7b5d6a13 Remove unnecessary log 8 years ago
Dan Finlay 0e74cf2cba Disable accept button when gas limit is too low 8 years ago
Dan Finlay 6a46e9ce06 Make gas calculations on render more consistent 8 years ago
Dan Finlay 9bea31a402 Fix initial tx fee estimation 8 years ago
Dan Finlay 3400ed0955 Fix a couple things 8 years ago
Dan Finlay 018b1d006f Make reset button clear errors 8 years ago
Dan Finlay 31c1839ed7 Fix initial gas price estimate 8 years ago
Dan Finlay 612bace17d Prevent default for reset and reject buttons 8 years ago
Dan Finlay 55e8a717e6 Fix some broken refs 8 years ago
Dan Finlay e7a3330b98 Combine pending-tx-details component into pending-tx-details 8 years ago
Dan Finlay 77907038ff Got basic validations working 8 years ago
Kevin Serrano 72932bdcba
Prevent submission of invalid gas parameters. 8 years ago
Kevin Serrano 0ac1f749fd
Various improvements to gas input. 8 years ago
Kevin Serrano a600ccd4f8
Add reset button to reset gas fields. 8 years ago
Kevin Serrano 5d1a4db5e5
Further styling to get hex component working. Fix some typos. 8 years ago
Dan Finlay c4e9354575 Linted 8 years ago
Kevin Serrano a77a5f0ab3
Move input boxes into table and into details component. 8 years ago
Kevin Serrano dfc89d6c6d
Make gasPrice accessible to the UI. 8 years ago
Dan Finlay 6b56d6ba98 Broke hex decimal input into its own component 8 years ago
Kevin Serrano 89af0ef408
Change state to props, add modifiable fields. 8 years ago
Kevin Serrano 0c23925c23
Fix lint rules for ternary operator placement. 8 years ago