Dan Finlay
0e25129028
Enforce retry tx at minimum gas of previous tx
7 years ago
Kevin Serrano
b3b9e16ec0
Add clarifying comment about wei conversion.
7 years ago
Kevin Serrano
7f093f67a7
Cut out intermediary wei steps.
7 years ago
Kevin Serrano
dee172fb3a
Remove unneeded toString conversions.
7 years ago
Kevin Serrano
cb7d07ebae
Fix mismatched decimal/hex conversion in pending-tx
7 years ago
Kevin Serrano
98d8275743
Fix for gas price to be lowered.
7 years ago
Dan Finlay
35ca7e83bd
Reduce minimum gas price to 100 MWEI
...
Also now representing gas price in MWEI, because our current bn inputs actually aren't tolerant of minimums less than 1 unit.
7 years ago
Kevin Serrano
27c72ee565
Revert to normal balances.
7 years ago
Dan Finlay
0ba6493175
Use computed balance for tx confirmation
7 years ago
Kevin Serrano
a22a2586ab
Haha silly me, only when gas is estimated and not explicit.
7 years ago
Kevin Serrano
6e725b123b
Lower warning threshold for high tx fee to account for fluctuating blockGasLimits
7 years ago
Kevin Serrano
06153dd47d
Add warning of higher failure risk since app proposed gasLimit.
7 years ago
Kevin Serrano
27ba7f6ed3
Show reject all only when tx count is > 1
7 years ago
Kevin Serrano
41e9904d9b
Convert icon to button.
7 years ago
Kevin Serrano
3a87a30912
Fold submit and buy ether into one button slot
7 years ago
kumavis
da16f39626
Merge branch 'master' of github.com:MetaMask/metamask-extension into greenkeeper/initial
7 years ago
Dan Finlay
8ba32d5ea8
Set min gas price to 1 gwei
7 years ago
Dan Finlay
a22adec66f
Replace ui with responsive-ui
7 years ago
Dan Finlay
86d367957f
Move responsive ui into its own folder for easier merges
7 years ago
Dan Finlay
e285f2cae9
Get duplicate UI template working
8 years ago
Dan Finlay
5eb3d5d485
Make folder for responsive UI
8 years ago
frankiebee
5e8b4e3226
change “ACCEPT” to “SUBMIT”
8 years ago
Kevin Serrano
9962a3068b
Change disabling button as state property.
8 years ago
Kevin Serrano
615b8d05a1
Prevent users from accidentally submitting two transactions by disabling button.
8 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
...
"copyable" component allows any elements to be wrapped to include:
- a tool tip that changes/debounces its label when clicked.
- a customizable copyable value.
Fixes #1539
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
...
Fixes #1439 .
When reorganizing fiat-value component to not use global state, had missed its necessary `currentCurrency` parameter.
This now passes it in wherever it's used.
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
...
For better unit testability of the conf-tx view.
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
...
Also enforces "safe low gas" minimum recommended by this article by eth-gas-station:
https://medium.com/@ethgasstation/the-safe-low-gas-price-fb44fdc85b91
Fixes #1381
8 years ago
frankiebee
9ebc5ed33c
make buy button green
8 years ago
Dan Finlay
81d3658343
Improve UI gas calculation logic
...
- Now striping hex prefixed gas values, which may have been causing mis-estimation.
- Unified calculation logic to be entirely functional.
- Greatly simplified how the pending-tx form keeps updated form state.
Still needs a commit from @kumavis to ensure the background passes in a txMeta.txParams.gasPrice value.
8 years ago