Dan Miller
7f2c5c09de
Uses more reliable api on main send screen; caches basic api results in modal
6 years ago
Dan Miller
a2bbf504b8
Read only connection of gas price chart to redux
6 years ago
Dan Miller
7de3f22d63
Connects remained of the gas customization component to redux.
6 years ago
Dan Miller
0a7dfcd55d
Connect the gas-button-group component to redux and a live api.
6 years ago
Whymarrh Whitby
918fb71df3
Update gas when hex data changes on send screen
6 years ago
Dan Miller
65873e33e4
Adds feature flag toggle for the hex data row on the send screen.
6 years ago
brunobar79
e9a0feb9e9
fixed issue with input
6 years ago
brunobar79
710b4e294f
added crossbrowser support and error handling
6 years ago
brunobar79
4339f04e80
use existing modals
6 years ago
brunobar79
74fd6d1d12
working without injection
6 years ago
brunobar79
d5929e5c42
added qr code scanner icon in send transaction
6 years ago
brunobar79
f7ad978474
camera working back and forth
6 years ago
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
Dan
0796fc58e4
Improve send token error ux.
6 years ago
Dan
ac7c0277b5
On send screen amount change, updateGas call now includes current to address.
7 years ago
Dan
1b879f45bc
Fix calculation of data property for gas estimation on token transfers.
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
6f633a97e1
Rename gas change actions.
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
Dan
284dd85a99
first commit
7 years ago
Dan Finlay
05080d1c50
Fix UI Dev Mode for Tx Approval
...
The state object had been changed, but our mock states for tx approval were using the old keys.
Rather than try to muck about and figure out each and every change, I've re-generated a UI dev state for tx approval, which should help @zanibas on his current project.
We can continue adding new dev states as needed from here. If anyone catches a state that doesn't render correctly, it's worth checking if a new snapshot doesn't solve things.
Debugged by adding new debugging loggers, and I've left them in place for easier future debugging.
8 years ago