Dan
b3d78ed8a1
Remove send_ directory, revert to just having send
...
Revert accidentally changed constants.
Require defaults in ens-input, gas-fee-display and confirm screens.
6 years ago
Sara Reynolds
6bc7647c05
fixes 4666
6 years ago
Dan
a242668872
Only show the customize gas modal if the estimateGas call is not currently in flight.
6 years ago
Dan
957d729c17
Only show the customize gas modal if the estimateGas call is not currently in flight.
6 years ago
Alexander Tseung
f4d833cb09
Change btn-secondary styles to btn-default. Make btn-secondary red warning style buttons
7 years ago
Dan
166fda5877
Simplify gas estimate actions and add local estimateGasPriceFromRecentBlocks method.
7 years ago
Dan
6f633a97e1
Rename gas change actions.
7 years ago
Dan
6bc8cc819a
Merge branch 'develop' into i3725-refactor-send-component-
7 years ago
Dan
0076b732bd
Rename ducks/send.js to ducks/send.duck.js
7 years ago
Dan
7c49009854
Unit tests for containers, utils and selectors in send_/
7 years ago
Dan
26f965bcce
Further refactors; includes refactor of send-v2.js and associated container
7 years ago
Paul Bouchon
1bad3fa257
Allow transactions with 0-gwei gas price ( #4073 )
...
* Allow transactions with 0-gwei gas price
* Add tests to verify tx with 0 gas fee
* Conditionally use CurrencyInput in CurrencyDisplay
7 years ago
Dan
0a711f0de0
Removes t from props via metamask-connect and instead places it on context via a provider.
7 years ago
Dan
d6ebf5d94e
Confirm send token detects if balance is sufficient for gas.
7 years ago
Alexander Tseung
cfa2592d78
Update button styles
7 years ago
Dan
d24a0590d3
i18n redux solution doesn't require importing t() and passing state to each t() call; t is just available on props.
7 years ago
Dan
09260f9c5e
Fixed t() calls where localeMessages is missing; and fix incorrect connect reference.
7 years ago
Dan
5fe0be722b
Handle i18n with redux.
7 years ago
Dan
66422cd083
Force gas min has correct precision and is set when editing gas if max.
7 years ago
kumavis
34aeef50a0
i18n - load locales manually
7 years ago
Dan
f805a2eb73
Fix gas calculation and nonce / forceGasMin state setting errors; retry button shows on correct tx.
7 years ago
Dan
5433d2fe3a
Retry transaction logic added to tx-list-item, confirm-send-ether, customize-gas-modal, and dependents.
7 years ago
Nick Doiron
abfa74f09a
complete i18n across new UI
7 years ago
Nick Doiron
7da52c5997
separate out cross-browser i18n for extensions
7 years ago
Nick Doiron
99898ac775
better organization of locale file; i18n in more view files
7 years ago
Nick Doiron
bad70eb1b3
first steps to i18n
7 years ago
Dan
2e9137dddd
Update max amount behaviour to meet new specs.
7 years ago
Dan Finlay
28409294c3
Remove unneeded type casting
7 years ago
Dan Finlay
c6713e93ad
Fix bug where gas param was not a string
...
Prevented sending transactions.
Fixes #2598
7 years ago
Dan
960cc8abcb
Gas customzier does not consider amount when sending tokens.
7 years ago
Thomas Huang
5120cfdff3
Linting
7 years ago
Dan
8c6e1232e4
Lint fixes.
7 years ago
Dan
716bbf67d7
Set gas price allows for WEI precision.
7 years ago
Dan
b16946723f
Insufficient balance warning in gas customizer works for send token
7 years ago
Dan
56e9f98bd0
More lint fixes
7 years ago
Dan
5a94775b3f
Lint fixes for NewUI-flat.
7 years ago
Dan
220da24f9a
Change min gas price to 0.1 GWEI
7 years ago
Dan
f89b766534
Adds revert feature to customize gas modal.
7 years ago
Chi Kei Chan
2b72b70647
Add GWEI to gas price unit
7 years ago
Chi Kei Chan
0d522139ba
Fix gas input styling on mobile view
7 years ago
Dan
e737a9565a
Improve customize gas modal error handling
7 years ago
Dan
c2880c4b8f
Min and default gas price, limit, total; comments out code for gas slider.
7 years ago
Dan
59015cccef
Min and default gas price, limit, total; comments out code for gas slider.
7 years ago
Dan
f81226fbe9
Move all of send state to metamask state.
7 years ago
Dan
a9244f5e42
Customize Gas connected to state
7 years ago
Dan J Miller
803eaaf968
[NewUI] SendV2-#8: Send container handles tokens; gas info dynamic from state ( #2364 )
...
* Adds memo field to send-v2.
* Vertical align transaction with flexbox.
* Customize Gas UI
* Remove internal state from InputNumber and fix use in gastooltip.
* Move customize-gas-modal to its own folder and minor cleanup
* Create send container, get account info from state, and make currency display more reusable
* Adjusts send-v2 and container for send-token. Dynamically getting suggested gas prices.
7 years ago